git: ce9c993b2074 - main - x11-clocks/ktimer: prepare for KDE Frameworks 5.93
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 17:38:43 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce9c993b2074cfea69e688e41c37d72555762655 commit ce9c993b2074cfea69e688e41c37d72555762655 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-04-14 17:23:20 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-04-14 17:32:07 +0000 x11-clocks/ktimer: prepare for KDE Frameworks 5.93 Obtained from: https://invent.kde.org/utilities/ktimer/-/commit/cb9b5d87331a36dc4e80177bbd16c44444d0eb4d PR: 263207 --- x11-clocks/ktimer/files/patch-CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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)