summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-13 18:49:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-13 18:49:31 +0100
commit9eeaff895f32e6486b258b31a29b461b6d9250d1 (patch)
tree350e63136548e1827262d000e798e2eed53bccf2 /app-office/kmymoney/files
parentmedia-libs/libqaccessibilityclient: Drop 0.2.0 (diff)
downloadgentoo-9eeaff895f32e6486b258b31a29b461b6d9250d1.tar.gz
gentoo-9eeaff895f32e6486b258b31a29b461b6d9250d1.tar.bz2
gentoo-9eeaff895f32e6486b258b31a29b461b6d9250d1.zip
app-office/kmymoney: Drop 5.0.1-r2
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/kmymoney/files')
-rw-r--r--app-office/kmymoney/files/kmymoney-5.0.1-cmake.patch34
-rw-r--r--app-office/kmymoney/files/kmymoney-5.0.1-qt-5.11.patch23
2 files changed, 0 insertions, 57 deletions
diff --git a/app-office/kmymoney/files/kmymoney-5.0.1-cmake.patch b/app-office/kmymoney/files/kmymoney-5.0.1-cmake.patch
deleted file mode 100644
index 7ba8349b0fed..000000000000
--- a/app-office/kmymoney/files/kmymoney-5.0.1-cmake.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From b4053d2b41c3ff5c3e3f3cc452eef0e72202b5ad Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Mon, 19 Mar 2018 17:51:27 +0100
-Subject: [PATCH] Fix weboob option in custom configure summary
-
----
- CMakeLists.txt | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index eff5b22d..ac466943 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -317,7 +317,7 @@ nice_yesno("KMM_ADDRESSBOOK_FOUND")
- nice_yesno("LIBOFX_FOUND")
- nice_yesno("LIBOFX_HAVE_CLIENTUID")
- nice_yesno("KBANKING_FOUND")
--nice_yesno("WEBOOB_FOUND")
-+nice_yesno("ENABLE_WEBOOB")
- nice_yesno("LIBICAL_FOUND")
- nice_yesno("ENABLE_SQLCIPHER")
- nice_yesno("USE_QT_DESIGNER")
-@@ -340,7 +340,7 @@ OFX plugin: ${nice_LIBOFX_FOUND}
-
- KBanking plugin: ${nice_KBANKING_FOUND}
-
--weboob plugin: ${nice_WEBOOB_FOUND}
-+weboob plugin: ${nice_ENABLE_WEBOOB}
-
- iCalendar export plugin: ${nice_LIBICAL_FOUND}
-
---
-2.16.2
-
diff --git a/app-office/kmymoney/files/kmymoney-5.0.1-qt-5.11.patch b/app-office/kmymoney/files/kmymoney-5.0.1-qt-5.11.patch
deleted file mode 100644
index 4158e0f8ed5b..000000000000
--- a/app-office/kmymoney/files/kmymoney-5.0.1-qt-5.11.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From e5198a902996b27bf9abde0ad24af82d55ab5dc1 Mon Sep 17 00:00:00 2001
-From: Luca Beltrame <lbeltrame@kde.org>
-Date: Thu, 10 May 2018 09:35:34 +0200
-Subject: Fix build with Qt 5.11
-
----
- kmymoney/plugins/kbanking/widgets/chiptandialog.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/kmymoney/plugins/kbanking/widgets/chiptandialog.cpp b/kmymoney/plugins/kbanking/widgets/chiptandialog.cpp
-index 928e7a8..53fb2a3 100644
---- a/kmymoney/plugins/kbanking/widgets/chiptandialog.cpp
-+++ b/kmymoney/plugins/kbanking/widgets/chiptandialog.cpp
-@@ -28,6 +28,7 @@
- #include <QQuickView>
- #include <QQuickItem>
- #include <QPushButton>
-+#include <QRegExpValidator>
- #include <QStandardPaths>
-
- #include <KLocalizedString>
---
-cgit v0.11.2