diff options
| author | Ted Gould <ted@gould.cx> | 2018-11-25 05:30:51 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2018-11-25 05:30:51 +0000 |
| commit | d263e3b834ab2adfd1a39959a308b11d46c51cc8 (patch) | |
| tree | 12544b8d13a807b59f99b03968d872a50f0e0bed | |
| parent | Merge branch 'master' of gitlab.com:inkscape/inkscape (diff) | |
| download | inkscape-d263e3b834ab2adfd1a39959a308b11d46c51cc8.tar.gz inkscape-d263e3b834ab2adfd1a39959a308b11d46c51cc8.zip | |
Add plugs for the icon and GTK3 themes
| -rw-r--r-- | snap/snapcraft.yaml | 10 |
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 |
