From a51a2c805a2a7891141af56806fb8a3464b4ef28 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 10 Jan 2026 20:40:17 +0300 Subject: [PATCH] libcryptui --- .../files/libcryptui-3.12.2-gpgme2fix.patch | 23 +++++++++++++++++++ .../files/libcryptui-3.12.2-use-gcr.patch | 1 + 2 files changed, 24 insertions(+) create mode 100644 desktop/cinnamon/libcryptui/files/libcryptui-3.12.2-gpgme2fix.patch diff --git a/desktop/cinnamon/libcryptui/files/libcryptui-3.12.2-gpgme2fix.patch b/desktop/cinnamon/libcryptui/files/libcryptui-3.12.2-gpgme2fix.patch new file mode 100644 index 0000000000..32a147e64c --- /dev/null +++ b/desktop/cinnamon/libcryptui/files/libcryptui-3.12.2-gpgme2fix.patch @@ -0,0 +1,23 @@ +diff -up libcryptui-3.12.2/configure.ac.gpgme2fix libcryptui-3.12.2/configure.ac +--- libcryptui-3.12.2/configure.ac.gpgme2fix 2025-09-10 16:11:30.885541487 +0200 ++++ libcryptui-3.12.2/configure.ac 2025-09-10 16:11:53.435873888 +0200 +@@ -147,7 +147,7 @@ if test $GPGME_CONFIG != "failed" ; then + micro=`echo $gpgme_config_version | \ + sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'` + +- if test "$major" -eq "$req_major"; then ++ if test "$major" -ge "$req_major"; then + if test "$minor" -ge "$req_minor"; then + if test "$micro" -ge "$req_micro"; then + ok="yes" +diff -up libcryptui-3.12.2/daemon/seahorse-gpgme-operation.c.gpgme2fix libcryptui-3.12.2/daemon/seahorse-gpgme-operation.c +--- libcryptui-3.12.2/daemon/seahorse-gpgme-operation.c.gpgme2fix 2025-09-10 17:03:02.777681652 +0200 ++++ libcryptui-3.12.2/daemon/seahorse-gpgme-operation.c 2025-09-10 17:03:16.624449842 +0200 +@@ -302,7 +302,6 @@ event_cb (void *data, gpgme_event_io_t t + break; + + case GPGME_EVENT_NEXT_KEY: +- case GPGME_EVENT_NEXT_TRUSTITEM: + default: + /* Ignore unsupported event types */ + break; diff --git a/desktop/cinnamon/libcryptui/files/libcryptui-3.12.2-use-gcr.patch b/desktop/cinnamon/libcryptui/files/libcryptui-3.12.2-use-gcr.patch index c07f587c81..97d62d5259 100644 --- a/desktop/cinnamon/libcryptui/files/libcryptui-3.12.2-use-gcr.patch +++ b/desktop/cinnamon/libcryptui/files/libcryptui-3.12.2-use-gcr.patch @@ -151,3 +151,4 @@ index 3d94a674..f201d1df 100644 -- 2.21.0 +