From 991ecb5ed62189f4d069a20741a4f561f94ff80b Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Sun, 15 Dec 2019 23:55:27 +0100 Subject: [PATCH] Update the obsolete projects.kde.org URL Use the generic redirect commits.kde.org. Change discussed on the kde-frameworks-devel list: https://mail.kde.org/pipermail/kde-frameworks-devel/2019-November/097564.html --- CMakeLists.txt | 2 +- src/declarativeimports/plasmaextracomponents/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e52edec54..5cac20d80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(Plasma VERSION ${KF5_VERSION}) # ECM setup include(FeatureSummary) find_package(ECM 5.65.0 NO_MODULE) -set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") +set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake) diff --git a/src/declarativeimports/plasmaextracomponents/CMakeLists.txt b/src/declarativeimports/plasmaextracomponents/CMakeLists.txt index 5b1400020..3b8b62d1e 100644 --- a/src/declarativeimports/plasmaextracomponents/CMakeLists.txt +++ b/src/declarativeimports/plasmaextracomponents/CMakeLists.txt @@ -1,6 +1,6 @@ # find_package(KActivities QUIET CONFIG) # set_package_properties(KActivities PROPERTIES DESCRIPTION "Library and infrastructure for using Activities from applications" -# URL "https://projects.kde.org/kactivities" +# URL "https://commits.kde.org/kactivities" # TYPE REQUIRED # PURPOSE "Provides the ability to access activities from QML." # )