summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-13 20:25:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-13 20:25:54 +0200
commitd72efe5d389b784090338592b8f4b553565d727c (patch)
treeb9f6297255fe451f7161c8b47531921ae31c8779
parent880e716edee04e1795a35e9972442da08996a3a8 (diff)
downloadkde-d72efe5d389b784090338592b8f4b553565d727c.tar.gz
kde-d72efe5d389b784090338592b8f4b553565d727c.tar.bz2
kde-d72efe5d389b784090338592b8f4b553565d727c.zip
kde-plasma/plasma-workspace: Drop obsolete patch
Reported-by: Duncan <1i5t5.duncan@cox.net> Closes: https://bugs.gentoo.org/685766 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/plasma-workspace/files/plasma-workspace-5.12.80-tests-optional.patch17
-rw-r--r--kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild1
2 files changed, 0 insertions, 18 deletions
diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.12.80-tests-optional.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.12.80-tests-optional.patch
deleted file mode 100644
index e26b27e8c3b..00000000000
--- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.12.80-tests-optional.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/dataengines/notifications/CMakeLists.txt b/dataengines/notifications/CMakeLists.txt
-index 8a90cb59..597b3f7e 100644
---- a/dataengines/notifications/CMakeLists.txt
-+++ b/dataengines/notifications/CMakeLists.txt
-@@ -46,7 +46,8 @@ ecm_qt_declare_logging_category(notifications_test_SRCS HEADER debug.h
- IDENTIFIER NOTIFICATIONS
- CATEGORY_NAME kde.dataengine.notifications`
- DEFAULT_SEVERITY Info)
--
--add_executable(notification_test ${notifications_test_SRCS})
--target_link_libraries(notification_test Qt5::Test Qt5::Core)
--ecm_mark_as_test(notification_test)
-+if(BUILD_TESTING)
-+ add_executable(notification_test ${notifications_test_SRCS})
-+ target_link_libraries(notification_test Qt5::Test Qt5::Core)
-+ ecm_mark_as_test(notification_test)
-+endif()
diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
index 93343e9d502..b7ca9fcc471 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild
@@ -117,7 +117,6 @@ PDEPEND="
PATCHES=(
"${FILESDIR}/${PN}-5.14.80-startkde-script.patch"
"${FILESDIR}/${PN}-5.10-startplasmacompositor-script.patch"
- "${FILESDIR}/${PN}-5.12.80-tests-optional.patch"
"${FILESDIR}/${PN}-5.14.2-split-libkworkspace.patch"
)