summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2018-11-25 05:30:51 +0000
committerTed Gould <ted@gould.cx>2018-11-25 05:30:51 +0000
commitd263e3b834ab2adfd1a39959a308b11d46c51cc8 (patch)
tree12544b8d13a807b59f99b03968d872a50f0e0bed
parentMerge branch 'master' of gitlab.com:inkscape/inkscape (diff)
downloadinkscape-d263e3b834ab2adfd1a39959a308b11d46c51cc8.tar.gz
inkscape-d263e3b834ab2adfd1a39959a308b11d46c51cc8.zip
Add plugs for the icon and GTK3 themes
-rw-r--r--snap/snapcraft.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index a938cfa8e..2fd233442 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -19,6 +19,16 @@ confinement: strict
grade: stable
base: core18
+plugs:
+ gtk-3-themes:
+ interface: content
+ target: $SNAP/data-dir/themes
+ default-provider: gtk-common-themes
+ icon-themes:
+ interface: content
+ target: $SNAP/data-dir/icons
+ default-provider: gtk-common-themes
+
parts:
inkscape:
plugin: cmake