summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-06-17 19:55:24 +0000
committerjoerg <joerg@pkgsrc.org>2017-06-17 19:55:24 +0000
commit6b4a001b3e3012449462efaadd6e65e4275f6371 (patch)
tree7906cfbc37563795686e5b7c4c56ac315b2b7738
parent1a64d813de7b8bf0bc70a41d999b6611485e071c (diff)
downloadpkgsrc-6b4a001b3e3012449462efaadd6e65e4275f6371.tar.gz
Fix cmake 3.8 issue. Patch from upstream.
-rw-r--r--x11/plasma-framework/distinfo3
-rw-r--r--x11/plasma-framework/patches/patch-autotests_CMakeLists.txt12
2 files changed, 14 insertions, 1 deletions
diff --git a/x11/plasma-framework/distinfo b/x11/plasma-framework/distinfo
index 678f053c526..596eb1cafd3 100644
--- a/x11/plasma-framework/distinfo
+++ b/x11/plasma-framework/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2016/08/21 21:29:46 markd Exp $
+$NetBSD: distinfo,v 1.3 2017/06/17 19:55:24 joerg Exp $
SHA1 (plasma-framework-5.25.0.tar.xz) = 6e332e5ae81251b7ea7ed038437ae8a3c0aabcdc
RMD160 (plasma-framework-5.25.0.tar.xz) = 6dd5a5846d21b169798e8488f8aca1d9914a1470
SHA512 (plasma-framework-5.25.0.tar.xz) = a7bc0ce0ba0c7bec5fbdb64a831cb7b0d3928b568a19b165a80d4b5885dcff8fd054a271a20fea4d970d65faca08b8e4f67e408bc6a01173372052bbc7ea7908
Size (plasma-framework-5.25.0.tar.xz) = 4487024 bytes
+SHA1 (patch-autotests_CMakeLists.txt) = e9fe4d77a7abadd69c1f03e2b3c4899f258ace7f
diff --git a/x11/plasma-framework/patches/patch-autotests_CMakeLists.txt b/x11/plasma-framework/patches/patch-autotests_CMakeLists.txt
new file mode 100644
index 00000000000..d8841b491c0
--- /dev/null
+++ b/x11/plasma-framework/patches/patch-autotests_CMakeLists.txt
@@ -0,0 +1,12 @@
+$NetBSD: patch-autotests_CMakeLists.txt,v 1.1 2017/06/17 19:55:25 joerg Exp $
+
+--- autotests/CMakeLists.txt.orig 2017-06-16 12:14:47.727172257 +0000
++++ autotests/CMakeLists.txt
+@@ -21,6 +21,7 @@ endif()
+ MACRO(PLASMA_UNIT_TESTS)
+ FOREACH(_testname ${ARGN})
+ add_executable(${_testname} ${_testname}.cpp)
++ target_include_directories(${_testname} PRIVATE "$<BUILD_INTERFACE:$<TARGET_PROPERTY:KF5PlasmaQuick,INCLUDE_DIRECTORIES>>;")
+ target_link_libraries(${_testname} Qt5::Qml Qt5::Test
+ KF5::Plasma KF5::PlasmaQuick
+ KF5::Archive KF5::CoreAddons