[packages/cinnamon-nemo-extensions] - added patch for gpgme 2.0.x, release 5
qboosh
qboosh at pld-linux.org
Sun Aug 10 08:12:53 CEST 2025
commit 01d82c96d3c6cbf60480ab8f736ee5e24744def0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Aug 10 08:15:12 2025 +0200
- added patch for gpgme 2.0.x, release 5
cinnamon-nemo-extensions.spec | 4 +++-
nemo-extensions-gpgme2.patch | 12 ++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/cinnamon-nemo-extensions.spec b/cinnamon-nemo-extensions.spec
index 61eeadb..2193bfa 100644
--- a/cinnamon-nemo-extensions.spec
+++ b/cinnamon-nemo-extensions.spec
@@ -4,7 +4,7 @@ Summary: Extensions for Nemo file manager
Summary(pl.UTF-8): Rozszerzenia zarządcy plików Nemo
Name: cinnamon-nemo-extensions
Version: 6.4.0
-Release: 4
+Release: 5
License: GPL v2+, GPL v3+, LGPL v2
Group: X11/Applications
#Source0Download: https://github.com/linuxmint/nemo-extensions/releases
@@ -15,6 +15,7 @@ Source1: https://github.com/linuxmint/cinnamon-translations/archive/%{translatio
# Source1-md5: 2d12def6818b100664081e979343d214
Patch0: %{name}-pc.patch
Patch1: nemo-share-update.patch
+Patch2: nemo-extensions-gpgme2.patch
URL: https://github.com/linuxmint/nemo-extensions
BuildRequires: avahi-glib-devel
BuildRequires: cinnamon-desktop-devel >= 3.0.0
@@ -386,6 +387,7 @@ Osadzone okno terminala dla Nemo.
%setup -q -n nemo-extensions-%{version} -a1
%patch -P 0 -p1
%patch -P 1 -p1
+%patch -P 2 -p1
%build
cd nemo-python
diff --git a/nemo-extensions-gpgme2.patch b/nemo-extensions-gpgme2.patch
new file mode 100644
index 0000000..0049ed4
--- /dev/null
+++ b/nemo-extensions-gpgme2.patch
@@ -0,0 +1,12 @@
+--- nemo-extensions-6.4.0/nemo-seahorse/tool/seahorse-pgp-operation.c.orig 2025-08-10 07:48:05.230791889 +0200
++++ nemo-extensions-6.4.0/nemo-seahorse/tool/seahorse-pgp-operation.c 2025-08-10 07:48:16.200856570 +0200
+@@ -300,7 +300,9 @@ event_cb (void *data, gpgme_event_io_t t
+ break;
+
+ case GPGME_EVENT_NEXT_KEY:
++#if GPGME_VERSION_NUMBER < 0x020000
+ case GPGME_EVENT_NEXT_TRUSTITEM:
++#endif
+ default:
+ /* Ignore unsupported event types */
+ break;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cinnamon-nemo-extensions.git/commitdiff/01d82c96d3c6cbf60480ab8f736ee5e24744def0
More information about the pld-cvs-commit
mailing list