aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-04-14 17:23:20 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-04-14 17:32:07 +0000
commitce9c993b2074cfea69e688e41c37d72555762655 (patch)
treeb8d6d7f1813cd8a83203e29e2de9b23c2a04d8bd /x11-clocks
parent1247eb147d398d6a8293f940e1fd1bc136bc8cfe (diff)
downloadports-ce9c993b2074cfea69e688e41c37d72555762655.tar.gz
ports-ce9c993b2074cfea69e688e41c37d72555762655.zip
x11-clocks/ktimer: prepare for KDE Frameworks 5.93
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/ktimer/files/patch-CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-clocks/ktimer/files/patch-CMakeLists.txt b/x11-clocks/ktimer/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..462725da098d
--- /dev/null
+++ b/x11-clocks/ktimer/files/patch-CMakeLists.txt
@@ -0,0 +1,13 @@
+Backport of https://invent.kde.org/utilities/ktimer/-/commit/cb9b5d87331a36dc4e80177bbd16c44444d0eb4d
+
+--- CMakeLists.txt.orig 2022-04-14 17:22:25 UTC
++++ CMakeLists.txt
+@@ -13,7 +13,7 @@ include(KDEInstallDirs)
+ set (CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
+
+ include(KDEInstallDirs)
+-include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
++include(KDECompilerSettings NO_POLICY_SCOPE)
+ include(KDECMakeSettings)
+ include(ECMInstallIcons)
+ include(ECMAddAppIcon)