commit: 8e709993264c4579b03d42b02517ea9566ae495e Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Dec 15 13:08:15 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Dec 15 13:08:15 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8e709993
kde-frameworks/purpose: Drop obsolete patch Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../files/purpose-5.64.0-ecmqmlmodules.patch | 45 ---------------------- 1 file changed, 45 deletions(-) diff --git a/kde-frameworks/purpose/files/purpose-5.64.0-ecmqmlmodules.patch b/kde-frameworks/purpose/files/purpose-5.64.0-ecmqmlmodules.patch deleted file mode 100644 index 08cb748dda..0000000000 --- a/kde-frameworks/purpose/files/purpose-5.64.0-ecmqmlmodules.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 8d7123896b988384c756cb948667ea08b86533f4 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <[email protected]> -Date: Sun, 8 Dec 2019 15:44:14 +0100 -Subject: [PATCH] Use standard ECMQMLModules - -Summary: Superseded by standard ECM modules. - -Test Plan: Build succeeds. - -Reviewers: nicolasfella - -Reviewed By: nicolasfella - -Subscribers: kde-frameworks-devel - -Tags: #frameworks - -Differential Revision: https://phabricator.kde.org/D25809 ---- - src/plugins/CMakeLists.txt | 9 ++--- - 1 file changed, 4 insertions(+), 5 deletions(-) - -diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt -index fa4637b..9790e76 100644 ---- a/src/plugins/CMakeLists.txt -+++ b/src/plugins/CMakeLists.txt -@@ -19,11 +19,10 @@ function(kpackage_install_package dir component root) - PATTERN Messages.sh EXCLUDE) - endfunction() - --set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) --include(QMLModules) --find_qmlmodule(Ubuntu.OnlineAccounts 0.1) --find_qmlmodule(org.kde.kdeconnect 1.0) --find_qmlmodule(org.kde.kquickcontrolsaddons 2.0) -+include(ECMQMLModules) -+ecm_find_qmlmodule(Ubuntu.OnlineAccounts 0.1) -+ecm_find_qmlmodule(org.kde.kdeconnect 1.0) -+ecm_find_qmlmodule(org.kde.kquickcontrolsaddons 2.0) - - find_package(KAccounts) - find_package(KF5KIO ${KF5_DEP_VERSION} REQUIRED) --- -2.24.0 -
