summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2016-07-27 17:32:27 +0000
committerTed Gould <ted@gould.cx>2016-07-27 17:32:27 +0000
commit97982ed4dad36def90c0d365eea721282b964ca6 (patch)
tree63c5273e23bb74eb028c9e35c1e3449a88482a4c
parentMerge 0.92.x branch (diff)
downloadinkscape-97982ed4dad36def90c0d365eea721282b964ca6.tar.gz
inkscape-97982ed4dad36def90c0d365eea721282b964ca6.zip
Switch to using the desktop helpers
(bzr r14950.1.13)
-rw-r--r--snapcraft.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index f9e49b466..ac3e1b640 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -37,7 +37,7 @@ parts:
- liblcms2-dev
- libmagick++-dev
- libpango1.0-dev
- - libpng16-dev
+ - libpng12-dev
- libpoppler-glib-dev
- libpoppler-private-dev
- libpopt-dev
@@ -71,22 +71,22 @@ parts:
- libvisio-0.1-1
- libwpg-0.3-3
- libglib2.0-bin
- - light-themes
+ stage:
+ - -usr/sbin/update-icon-caches
+ - -usr/share/pkgconfig
snap:
- -lib/inkscape/*.a
+ after: [desktop/gtk2]
snapcraft-wrapper:
plugin: copy
files:
snapcraft.sh: snapcraft.sh
README: lib/share/README
- gtklaunch:
- plugin: make
- source: https://github.com/dplanella/gtkconf.git
apps:
inkscape:
- command: snapcraft.sh gtk-launch inkscape
+ command: snapcraft.sh desktop-launch inkscape
plugs: [home, unity7]
viewer:
- command: snapcraft.sh gtk-launch inkview
+ command: snapcraft.sh desktop-launch inkview
plugs: [home, unity7]