SHA256
1
0
forked from pool/kgpg
kgpg/0003-Revert-Increase-KF5-requirement.patch
Raymond Wooninck 85feeec743 Accepting request 448939 from home:wolfi323:branches:KDE:Applications
- Add 0001-fix-crash-when-GnuPG-does-not-output-curve-fields-fo.patch,
  0002-Revert-Use-new-slot-syntax-for-KStandardAction-conne.patch,
  0003-Revert-Increase-KF5-requirement.patch (as requested by the upstream maintainer) to fix the following issues:
   * fix build with older KF5 versions
   * include another crash fix (kde#374509)

OBS-URL: https://build.opensuse.org/request/show/448939
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgpg?expand=0&rev=44
2017-01-08 10:58:02 +00:00

27 lines
691 B
Diff

From 280e6a748f632d448a94744ee13f3aeda24e15be Mon Sep 17 00:00:00 2001
From: Rolf Eike Beer <kde@opensource.sf-tec.de>
Date: Fri, 6 Jan 2017 01:04:19 +0100
Subject: [PATCH 3/3] Revert "Increase KF5 requirement"
This reverts commit fee6927a7396bbf1a6a8d1ad04f3fe6a81881d08.
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e2a213..86fddda 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,7 @@ find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
)
# Load the frameworks we need
-find_package(KF5 5.28 REQUIRED
+find_package(KF5 5.23 REQUIRED
Archive
DocTools
Codecs
--
2.10.2