commit: d1ddcb664613d4398d87ac10962f98f277352f68 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 26 18:01:37 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Mar 26 18:02:29 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d1ddcb66
app-office/kmymoney: Patch upstreamed Upstream commit b6c2c157f403c9ab74067cc2611ffebd3f87d8d7 Bug: https://bugs.gentoo.org/878397 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../kmymoney/files/kmymoney-9999-cmake.patch | 35 ---------------------- app-office/kmymoney/kmymoney-9999.ebuild | 2 -- 2 files changed, 37 deletions(-) diff --git a/app-office/kmymoney/files/kmymoney-9999-cmake.patch b/app-office/kmymoney/files/kmymoney-9999-cmake.patch deleted file mode 100644 index 71cf5f4d38..0000000000 --- a/app-office/kmymoney/files/kmymoney-9999-cmake.patch +++ /dev/null @@ -1,35 +0,0 @@ -From b6c2c157f403c9ab74067cc2611ffebd3f87d8d7 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <[email protected]> -Date: Fri, 5 Aug 2022 10:37:09 +0200 -Subject: [PATCH] Drop bogus dependencies - -This reverts 90d78bd238c8db701e4bb19d9c5c2ddd9bd4f59c, -93374114e87a9b05546fb27bc936f223b5b84f7d and -92ef8b8ef8d0c5229fc601ac36806c926c85c36a. - -The proper fix went into alkimia via -https://invent.kde.org/office/alkimia/-/commit/09a11cee26af4ca55e5839dd44e32400147dc119 - -See also: https://invent.kde.org/office/kmymoney/-/issues/63 - -Signed-off-by: Andreas Sturmlechner <[email protected]> ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 842acedaa..5a4542d29 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -110,7 +110,7 @@ if (PkgConfig_FOUND) - endif() - - find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED COMPONENTS Core DBus Widgets Svg Xml Test PrintSupport) --find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} OPTIONAL_COMPONENTS Sql Concurrent QuickWidgets WebEngineWidgets WebKitWidgets) -+find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} OPTIONAL_COMPONENTS Sql Concurrent QuickWidgets) - - find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Archive CoreAddons Config ConfigWidgets I18n Completion KCMUtils ItemModels ItemViews Service XmlGui TextWidgets Notifications KIO) - --- -2.40.0 - diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index a8d9b50100..01b289392e 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -78,8 +78,6 @@ DEPEND="${RDEPEND} " BDEPEND="virtual/pkgconfig" -PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) - pkg_setup() { ecm_pkg_setup
