summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-05 15:05:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-05 17:10:50 +0200
commit8cdbb2a849e7dab47ca3af5f7737a521e5c1e65e (patch)
tree5d38e5429411d4469cf2cd28a4076ecd56a4e2c4 /app-office/kmymoney/files
parentmedia-gfx/krita: add 5.1.0_rc1, drop 5.1.0_beta2 (diff)
downloadgentoo-8cdbb2a849e7dab47ca3af5f7737a521e5c1e65e.tar.gz
gentoo-8cdbb2a849e7dab47ca3af5f7737a521e5c1e65e.tar.bz2
gentoo-8cdbb2a849e7dab47ca3af5f7737a521e5c1e65e.zip
app-office/kmymoney: add 5.1.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/kmymoney/files')
-rw-r--r--app-office/kmymoney/files/kmymoney-5.1.3-cmake.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-office/kmymoney/files/kmymoney-5.1.3-cmake.patch b/app-office/kmymoney/files/kmymoney-5.1.3-cmake.patch
new file mode 100644
index 000000000000..da629c10f8a7
--- /dev/null
+++ b/app-office/kmymoney/files/kmymoney-5.1.3-cmake.patch
@@ -0,0 +1,28 @@
+From 32cfeb7380dbd886a79a6676544e11f3668f3f50 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <asturm@gentoo.org>
+Date: Fri, 5 Aug 2022 10:33:50 +0200
+Subject: [PATCH] Revert "Fix missing components"
+
+See also: https://invent.kde.org/office/kmymoney/-/issues/63
+
+This reverts commit 151357b7293d27a966dc9e36321847b31fb0f69d.
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 9b49d5c2c..b30181da3 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -116,7 +116,7 @@ endif()
+ find_package(Qt5 5.6 REQUIRED COMPONENTS
+ Core DBus Widgets Svg Xml Test PrintSupport)
+ find_package(Qt5 5.6 OPTIONAL_COMPONENTS
+- Sql Concurrent QuickWidgets WebEngineWidgets WebKitWidgets)
++ Sql Concurrent QuickWidgets)
+
+ find_package(KF5 5.2 REQUIRED COMPONENTS
+ ${REQ_KF5_COMPONENTS})
+--
+2.35.1
+