From 0be018a15c6ff3df349bca3a9a4ab546f52bc33e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 20 Jun 2025 08:25:02 +0200 Subject: core/gpgme-1: added as shim package to avoid bumpy rides with pacman --- gpgme-1/0025_debian_default_is_openpgp.diff | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gpgme-1/0025_debian_default_is_openpgp.diff (limited to 'gpgme-1/0025_debian_default_is_openpgp.diff') diff --git a/gpgme-1/0025_debian_default_is_openpgp.diff b/gpgme-1/0025_debian_default_is_openpgp.diff new file mode 100644 index 00000000..31853359 --- /dev/null +++ b/gpgme-1/0025_debian_default_is_openpgp.diff @@ -0,0 +1,18 @@ +Description: Adapt testsuite to changed gnupg defaults in Debian +Author: Andreas Metzler +Origin: vendor +Bug-Debian: https://bugs.debian.org/1103189 +Forwarded: not-needed +Last-Update: 2025-04-20 + +--- gpgme1.0-1.24.2.orig/lang/qt/tests/t-config.cpp ++++ gpgme1.0-1.24.2/lang/qt/tests/t-config.cpp +@@ -62,7 +62,7 @@ private Q_SLOTS: + auto entry = conf->entry(QStringLiteral("gpg"), QStringLiteral("compliance")); + QVERIFY(entry); + const auto defaultValue = entry->defaultValue().toString(); +- QCOMPARE(defaultValue, QStringLiteral("gnupg")); ++ QCOMPARE(defaultValue, QStringLiteral("openpgp")); + + entry->setStringValue("de-vs"); + conf->sync(true); -- cgit v1.2.3-70-g09d2