summaryrefslogtreecommitdiff
path: root/snap/snapcraft.yaml
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2020-03-22 17:06:01 +0100
committerJörg Frings-Fürst <debian@jff.email>2020-03-22 17:06:01 +0100
commit7ac7082eb0fa3735eb23acf72dbe607217a358c2 (patch)
treeeaaa24afe631aaee5c974eae548f6a0d52ad9677 /snap/snapcraft.yaml
parentae74184112077229d41e2ee633cc69f038482446 (diff)
parent8eb2b297d6e03975afc17e1d468aa8913639e1a9 (diff)
Update upstream source from tag 'upstream/3.36.0'
Update to upstream version '3.36.0' with Debian dir 54f0a2ec8f9f5de5b2af336ce18e8f826001f5cd
Diffstat (limited to 'snap/snapcraft.yaml')
-rw-r--r--snap/snapcraft.yaml37
1 files changed, 2 insertions, 35 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 3697500..d9c071b 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -8,24 +8,6 @@ grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict
base: core18
-plugs:
- gnome-3-28-1804:
- interface: content
- target: $SNAP/gnome-platform
- default-provider: gnome-3-28-1804
- 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
- sound-themes:
- interface: content
- target: $SNAP/data-dir/sounds
- default-provider: gtk-common-themes
-
slots:
# for GtkApplication registration
simple-scan:
@@ -36,8 +18,6 @@ slots:
apps:
simple-scan:
plugs:
- - desktop
- - desktop-legacy
- network
- network-control
- home
@@ -47,27 +27,14 @@ apps:
- system-observe
- io-ports-control
- raw-usb
- - unity7
- command: bin/desktop-launch ${SNAP}/usr/bin/simple-scan
+ command: usr/bin/simple-scan
+ extensions: [gnome-3-28]
desktop: usr/share/applications/simple-scan.desktop
environment:
GSETTINGS_SCHEMA_DIR: $SNAP/share/glib-2.0/schemas
parts:
- desktop-gnome-platform:
- source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
- source-subdir: gtk
- plugin: make
- make-parameters: ["FLAVOR=gtk3"]
- build-packages:
- - build-essential
- - libgtk-3-dev
- override-build: |
- snapcraftctl build
- mkdir -pv $SNAPCRAFT_PART_INSTALL/gnome-platform
-
libsane:
- after: [desktop-gnome-platform]
source: https://salsa.debian.org/debian/sane-backends.git
source-type: git
source-tag: upstream/1.0.27