diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-01-09 17:51:04 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-01-09 17:51:04 +0100 |
commit | ba45285a909eba797547ecb9b2b405d30266ad59 (patch) | |
tree | 7e5a555a3f296c30ce811c2fc0b980f38c695cf6 /build-aux | |
parent | 630a965ad9727d36b8078d74f96b5ffa00c242d8 (diff) | |
parent | 05315c3da6d3761ba95f1ae96b852768dd651c25 (diff) |
Update upstream source from tag 'upstream/40.7'
Update to upstream version '40.7'
with Debian dir 039d723b4651a4494baf2d79aa055285570c9c44
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/snap/snapcraft.yaml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/build-aux/snap/snapcraft.yaml b/build-aux/snap/snapcraft.yaml index d9c071b..a20c5b8 100644 --- a/build-aux/snap/snapcraft.yaml +++ b/build-aux/snap/snapcraft.yaml @@ -6,7 +6,7 @@ description: | grade: stable # must be 'stable' to release into candidate/stable channels confinement: strict -base: core18 +base: core20 slots: # for GtkApplication registration @@ -28,18 +28,20 @@ apps: - io-ports-control - raw-usb command: usr/bin/simple-scan - extensions: [gnome-3-28] + extensions: [ gnome-3-38 ] desktop: usr/share/applications/simple-scan.desktop environment: GSETTINGS_SCHEMA_DIR: $SNAP/share/glib-2.0/schemas parts: libsane: - source: https://salsa.debian.org/debian/sane-backends.git + source: https://gitlab.com/sane-project/backends.git source-type: git - source-tag: upstream/1.0.27 + source-tag: release-1.0.33 plugin: autotools - configflags: [--prefix=/snap/simple-scan/current/usr, --with-api-spec=no] + autotools-configure-parameters: + - --prefix=/snap/simple-scan/current/usr + - --with-api-spec=no organize: snap/simple-scan/current/usr: usr build-packages: @@ -82,9 +84,10 @@ parts: - libgtk-3-dev - libgdk-pixbuf2.0-dev - libgusb-dev + - libgirepository1.0-dev - libpackagekit-glib2-dev - libsane-dev - - python-scour + - libwebp-dev - valac - zlib1g-dev libs: |