summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2018-01-12 17:01:36 +0000
committerTed Gould <ted@gould.cx>2018-01-13 18:24:57 +0000
commit37ff011f2e5a6e97fb32b665e4f94cd19bc83a6b (patch)
tree0184dec8fee32ea189bfbf46f98560a3294fdca7
parentIgnore snappy build items (diff)
downloadinkscape-37ff011f2e5a6e97fb32b665e4f94cd19bc83a6b.tar.gz
inkscape-37ff011f2e5a6e97fb32b665e4f94cd19bc83a6b.zip
Adding in the x11 and wayland interface
-rw-r--r--snap/snapcraft.yaml20
1 files changed, 18 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index edffce514..172a8e818 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -115,8 +115,24 @@ parts:
apps:
inkscape:
command: desktop-launch ${SNAP}/snapcraft.sh inkscape
- plugs: [home, unity7, gsettings, cups-control, desktop, desktop-legacy]
+ plugs:
+ - home
+ - unity7
+ - gsettings
+ - cups-control
+ - desktop
+ - desktop-legacy
+ - x11
+ - wayland
desktop: share/applications/inkscape.desktop
viewer:
command: desktop-launch ${SNAP}/snapcraft.sh inkview
- plugs: [home, unity7, gsettings, cups-control, desktop, desktop-legacy]
+ plugs:
+ - home
+ - unity7
+ - gsettings
+ - cups-control
+ - desktop
+ - desktop-legacy
+ - x11
+ - wayland