diff options
| author | Ted Gould <ted@gould.cx> | 2018-01-11 23:02:03 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2018-01-13 18:24:56 +0000 |
| commit | 7fba2528168b4fd457b78d6df4cf704b68f27711 (patch) | |
| tree | ed690b640cc5ec76b3a7458bc961c230c494c72b /snap | |
| parent | Script to get the Inkscape version from CMake (diff) | |
| download | inkscape-7fba2528168b4fd457b78d6df4cf704b68f27711.tar.gz inkscape-7fba2528168b4fd457b78d6df4cf704b68f27711.zip | |
Add in the gnome-3-26 PPA
Diffstat (limited to 'snap')
| -rw-r--r-- | snap/snapcraft.yaml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4f84ab12f..bc364e1a2 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -88,7 +88,9 @@ parts: - -usr/sbin/update-icon-caches prime: - -lib/inkscape/*.a - after: [desktop-gtk3] + after: + - desktop-gtk3 + - gnome-3-26 snapcraft-wrapper: plugin: dump source: packaging/snappy/ @@ -101,6 +103,13 @@ parts: stage-packages: - pstoedit - python-uniconvertor + after: + - gnome-3-26 + gnome-3-26: + plugin: nil + prepare: | + add-apt-repository -y ppa:ubuntu-desktop/gnome-3-26 + apt-get -y update apps: inkscape: |
