diff --git a/desktop/cinnamon/libcryptui/actions.py b/desktop/cinnamon/libcryptui/actions.py index 31d0b9f722..708dbf1b3f 100644 --- a/desktop/cinnamon/libcryptui/actions.py +++ b/desktop/cinnamon/libcryptui/actions.py @@ -7,6 +7,8 @@ from pisi.actionsapi import autotools, get, pisitools, shelltools def setup(): + pisitools.dosed("configure.ac", "gpg gpg2", "gpg1 gpg2") + pisitools.dosed("configure.ac", "min_gpgme_version=1.0.0", "min_gpgme_version=2.0.0") #shelltools.system("NOCONFIGURE=1 ./autogen.sh") autotools.autoreconf("-fi") autotools.configure("--prefix=/usr \ diff --git a/desktop/cinnamon/libcryptui/pspec.xml b/desktop/cinnamon/libcryptui/pspec.xml index 23147e377f..e069254852 100644 --- a/desktop/cinnamon/libcryptui/pspec.xml +++ b/desktop/cinnamon/libcryptui/pspec.xml @@ -1,5 +1,5 @@ - + libcryptui @@ -13,7 +13,7 @@ app:gui Library for OpenPGP prompts Library for OpenPGP prompts - https://gitlab.gnome.org/GNOME/libcryptui/-/archive/3.12.2/libcryptui-3.12.2.tar.gz + https://download.gnome.org/sources/libcryptui/3.12/libcryptui-3.12.2.tar.xz intltool gnome-common @@ -35,7 +35,7 @@ libcryptui-3.12.2-gpg22.patch libcryptui-3.12.2-use-gcr.patch - libcryptui-gpg_version_fix.patch + libcryptui-3.12.2-gpgme2fix.patch libcryptui-3.12.2-fix-return-types.patch @@ -77,7 +77,7 @@ - + 2022-07-23 3.12.2 First release