chore: Flatpak: Update runtime + dependencies

This commit is contained in:
André Apitzsch
2026-03-18 22:11:08 +01:00
parent f85366b793
commit 339b314996
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
id: org.gajim.Gajim.Devel.Plugin.openpgp
runtime: org.gajim.Gajim.Devel
sdk: org.gnome.Sdk//49
sdk: org.gnome.Sdk//50
build-extension: true
separate-locales: false
appstream-compose: false
@@ -18,14 +18,14 @@ modules:
prefix: ${FLATPAK_DEST}
sources:
- type: archive
url: https://downloads.sourceforge.net/swig/swig-4.3.1.tar.gz
sha256: 44fc829f70f1e17d635a2b4d69acab38896699ecc24aa023e516e0eabbec61b8
url: https://downloads.sourceforge.net/swig/swig-4.4.1.tar.gz
sha256: 40162a706c56f7592d08fd52ef5511cb7ac191f3593cf07306a0a554c6281fcf
- name: python3-gpgme
buildsystem: simple
build-options:
env:
SWIG_LIB: "/app/plugins/openpgp/share/swig/4.3.1"
SWIG_LIB: "/app/plugins/openpgp/share/swig/4.4.1"
prepend-path: "/app/plugins/openpgp/bin:"
build-commands:
- sed -e 's|, \"swig\"||' -i pyproject.toml

View File

@@ -1,6 +1,6 @@
id: org.gajim.Gajim.Devel.Plugin.pgp
runtime: org.gajim.Gajim.Devel
sdk: org.gnome.Sdk//49
sdk: org.gnome.Sdk//50
build-extension: true
separate-locales: false
appstream-compose: false
@@ -17,8 +17,8 @@ modules:
- pip3 install --no-build-isolation .
sources:
- type: archive
url: https://github.com/vsajip/python-gnupg/archive/refs/tags/0.5.5.tar.gz
sha512: 0483cc4faac5fa1244e621fa56c2d4b0c4a0f74168fbd7e68e820f40b4ff2d79bf19866fb1020ee62290087b41c55d5257e3e78a68eb63276a5a586b28ce4f7c
url: https://github.com/vsajip/python-gnupg/archive/refs/tags/0.5.6.tar.gz
sha512: 910e1cd94e566f0f7b2335ed3ba1f21528c66a2f3390fd348233b721327874cd9a12b5de671b8e5bcd9ae6976bd3d4f7f89e379b305363640de78f03ff9d763e
- name: gajim-pgp
buildsystem: simple