diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-21 10:06:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-21 10:06:06 +0200 |
commit | f2d67b7d0699d02a4025aa99e293642bb75f4709 (patch) | |
tree | 70cb183b1fc39c853f741a0ea16452a5a1cc943b /kde-plasma/plasma-workspace/files | |
parent | www-servers/tomcat-9.0.26: bump (diff) | |
download | gentoo-f2d67b7d0699d02a4025aa99e293642bb75f4709.tar.gz gentoo-f2d67b7d0699d02a4025aa99e293642bb75f4709.tar.bz2 gentoo-f2d67b7d0699d02a4025aa99e293642bb75f4709.zip |
kde-plasma: Drop KDE Plasma 5.15.5
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-workspace/files')
-rw-r--r-- | kde-plasma/plasma-workspace/files/plasma-workspace-5.12.80-tests-optional.patch | 17 |
1 files changed, 0 insertions, 17 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 e26b27e8c3be..000000000000 --- 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() |