[packages/ka6-kget] - not needed

witekfl witekfl at pld-linux.org
Thu Aug 14 22:34:49 CEST 2025


commit 1250479a14048db397510aa9f2c8de23ac399ded
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Thu Aug 14 20:41:05 2025 +0200

    - not needed

 GPGME-2.0.patch | 26 --------------------------
 1 file changed, 26 deletions(-)
---
diff --git a/GPGME-2.0.patch b/GPGME-2.0.patch
deleted file mode 100644
index 016cd47..0000000
--- a/GPGME-2.0.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 6254c0cefa17fe82f44842bc21f5e5c241f66aec Mon Sep 17 00:00:00 2001
-From: Antonio Rojas <arojas at archlinux.org>
-Date: Tue, 3 Jun 2025 23:13:39 +0200
-Subject: [PATCH] Fix build with GPGME++ 2.0
-
-GpgME::Error is no longer implicitly converted to a string
----
- ui/signaturedlg.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/ui/signaturedlg.cpp b/ui/signaturedlg.cpp
-index 7c4a97f1..0b6a0785 100644
---- a/ui/signaturedlg.cpp
-+++ b/ui/signaturedlg.cpp
-@@ -185,7 +185,7 @@ void SignatureDlg::updateData()
-             QByteArray fingerprint = fingerprintString.toLatin1();
-             const GpgME::Key key = context->key(fingerprint.constData(), err);
-             if (err || key.isNull() || !key.numUserIDs() || !key.numSubkeys()) {
--                qCDebug(KGET_DEBUG) << "There was an error while loading the key:" << err;
-+                qCDebug(KGET_DEBUG) << "There was an error while loading the key:" << err.asStdString();
-             } else {
-                 static const QStringList OWNERTRUST = QStringList()
-                     << i18nc("trust level", "Unknown") << i18nc("trust level", "Undefined") << i18nc("trust level", "Never") << i18nc("trust level", "Marginal")
--- 
-2.49.0
-
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-kget.git/commitdiff/d8033ebfe9ffe6b7625bc7382c33e7b71650f63d



More information about the pld-cvs-commit mailing list