diff options
| -rw-r--r-- | docs/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | docs/manual/ecm-developer.7.rst | 4 | ||||
| -rw-r--r-- | find-modules/FindGperf.cmake | 2 | ||||
| -rw-r--r-- | find-modules/FindIcoTool.cmake | 2 | ||||
| -rw-r--r-- | find-modules/FindPng2Ico.cmake | 10 | ||||
| -rw-r--r-- | find-modules/FindPoppler.cmake | 2 | ||||
| -rw-r--r-- | find-modules/FindQtWaylandScanner.cmake | 2 | ||||
| -rw-r--r-- | find-modules/FindSharedMimeInfo.cmake | 2 | ||||
| -rw-r--r-- | find-modules/FindWayland.cmake | 2 | ||||
| -rw-r--r-- | find-modules/FindWaylandScanner.cmake | 2 | ||||
| -rw-r--r-- | find-modules/FindX11_XCB.cmake | 2 | ||||
| -rw-r--r-- | find-modules/FindXCB.cmake | 2 | ||||
| -rw-r--r-- | kde-modules/KDEInstallDirs.cmake | 2 | ||||
| -rw-r--r-- | modules/ECMAddQch.cmake | 2 | ||||
| -rw-r--r-- | modules/ECMGeneratePkgConfigFile.cmake | 4 | ||||
| -rw-r--r-- | modules/ECMPackageConfigHelpers.cmake | 4 | ||||
| -rw-r--r-- | modules/ECMQchDoxygen.config.in | 14 | ||||
| -rw-r--r-- | tests/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | tests/KDEPackageAppTemplatesTest/qml-plasmoid/package/metadata.desktop | 2 | ||||
| -rw-r--r-- | toolchain/Android.cmake | 4 | 
20 files changed, 36 insertions, 36 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 0f96ce52..28a816ae 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -42,7 +42,7 @@ find_package(QCollectionGenerator MODULE)  set_package_properties(      QCollectionGenerator      PROPERTIES -        URL "http://www.qt.io/" +        URL "https://www.qt.io/"          DESCRIPTION "Qt help collection generator."          TYPE OPTIONAL          PURPOSE "Required to build Extra CMake Modules documentation in Qt Help format." diff --git a/docs/manual/ecm-developer.7.rst b/docs/manual/ecm-developer.7.rst index 8eea58c8..8054306f 100644 --- a/docs/manual/ecm-developer.7.rst +++ b/docs/manual/ecm-developer.7.rst @@ -224,7 +224,7 @@ as the version of the whole package.  After that, finish off with    include(FeatureSummary)    set_package_properties(Foo PROPERTIES -      URL "http://www.foo.example.com/" +      URL "https://www.foo.example.com/"        DESCRIPTION "A library for doing useful things") @@ -241,4 +241,4 @@ https://mail.kde.org/mailman/listinfo/kde-buildsystem\ .  .. _KDE Review Board instance: https://git.reviewboard.kde.org/ -.. _cmake-developer(7): http://www.cmake.org/cmake/help/git-master/manual/cmake-developer.7.html +.. _cmake-developer(7): https://www.cmake.org/cmake/help/git-master/manual/cmake-developer.7.html diff --git a/find-modules/FindGperf.cmake b/find-modules/FindGperf.cmake index 3defb27a..051ee7a6 100644 --- a/find-modules/FindGperf.cmake +++ b/find-modules/FindGperf.cmake @@ -96,7 +96,7 @@ endif()  include(FeatureSummary)  set_package_properties(Gperf PROPERTIES -    URL "http://www.gnu.org/software/gperf/" +    URL "https://www.gnu.org/software/gperf/"      DESCRIPTION "Perfect hash function generator"  ) diff --git a/find-modules/FindIcoTool.cmake b/find-modules/FindIcoTool.cmake index 90d04428..a934d4ca 100644 --- a/find-modules/FindIcoTool.cmake +++ b/find-modules/FindIcoTool.cmake @@ -75,6 +75,6 @@ endif()  include(FeatureSummary)  set_package_properties(IcoTool PROPERTIES -    URL "http://www.nongnu.org/icoutils/" +    URL "https://www.nongnu.org/icoutils/"      DESCRIPTION "Executable that converts a collection of PNG files into a Windows icon file"  ) diff --git a/find-modules/FindPng2Ico.cmake b/find-modules/FindPng2Ico.cmake index d84f6673..01ad8c49 100644 --- a/find-modules/FindPng2Ico.cmake +++ b/find-modules/FindPng2Ico.cmake @@ -26,16 +26,16 @@  #  # ``Png2Ico_HAS_COLORS_ARGUMENT``  #     Whether png2ico accepts a ``--colors`` argument. `Matthias Benkmann's -#     tool <http://www.winterdrache.de/freeware/png2ico/>`_ does, while the +#     tool <https://www.winterdrache.de/freeware/png2ico/>`_ does, while the  #     version of png2ico from the `"KDE On Windows" (kdewin) -#     <https://projects.kde.org/projects/kdesupport/kdewin>`_ project does not. +#     <https://commits.kde.org/kdewin>`_ project does not.  #  # ``Png2Ico_HAS_RCFILE_ARGUMENT``  #     Whether png2ico accepts an ``--rcfile`` argument. The version of png2ico  #     from the `"KDE On Windows" (kdewin) -#     <https://projects.kde.org/projects/kdesupport/kdewin>`_ project does, +#     <https://commits.kde.org/kdewin>`_ project does,  #     while `Matthias Benkmann's tool -#     <http://www.winterdrache.de/freeware/png2ico/>`_ does not. +#     <https://www.winterdrache.de/freeware/png2ico/>`_ does not.  #  # Since 1.7.0. @@ -111,7 +111,7 @@ endif()  include(FeatureSummary)  set_package_properties(Png2Ico PROPERTIES -    URL "http://www.winterdrache.de/freeware/png2ico/ or https://projects.kde.org/projects/kdesupport/kdewin" +    URL "https://www.winterdrache.de/freeware/png2ico/ or https://commits.kde.org/kdewin"      DESCRIPTION "Executable that converts a collection of PNG files into a Windows icon file"  ) diff --git a/find-modules/FindPoppler.cmake b/find-modules/FindPoppler.cmake index 57bfa07f..4cbe1d26 100644 --- a/find-modules/FindPoppler.cmake +++ b/find-modules/FindPoppler.cmake @@ -147,5 +147,5 @@ find_package_handle_standard_args(Poppler  include(FeatureSummary)  set_package_properties(Poppler PROPERTIES      DESCRIPTION "A PDF rendering library" -    URL "http://poppler.freedesktop.org" +    URL "https://poppler.freedesktop.org/"  ) diff --git a/find-modules/FindQtWaylandScanner.cmake b/find-modules/FindQtWaylandScanner.cmake index 37ebbdba..0854d0fd 100644 --- a/find-modules/FindQtWaylandScanner.cmake +++ b/find-modules/FindQtWaylandScanner.cmake @@ -114,7 +114,7 @@ endif()  include(FeatureSummary)  set_package_properties(QtWaylandScanner PROPERTIES -    URL "http://qt.io" +    URL "https://qt.io/"      DESCRIPTION "Executable that converts XML protocol files to C++ code"  ) diff --git a/find-modules/FindSharedMimeInfo.cmake b/find-modules/FindSharedMimeInfo.cmake index a850d435..06a3b2c6 100644 --- a/find-modules/FindSharedMimeInfo.cmake +++ b/find-modules/FindSharedMimeInfo.cmake @@ -110,5 +110,5 @@ endfunction()  include(FeatureSummary)  set_package_properties(SharedMimeInfo PROPERTIES -    URL http://freedesktop.org/wiki/Software/shared-mime-info/ +    URL https://freedesktop.org/wiki/Software/shared-mime-info/      DESCRIPTION "A database of common MIME types") diff --git a/find-modules/FindWayland.cmake b/find-modules/FindWayland.cmake index 233cc88d..3c0059ac 100644 --- a/find-modules/FindWayland.cmake +++ b/find-modules/FindWayland.cmake @@ -138,6 +138,6 @@ find_package_handle_standard_args(Wayland  include(FeatureSummary)  set_package_properties(Wayland PROPERTIES -    URL "http://wayland.freedesktop.org" +    URL "https://wayland.freedesktop.org/"      DESCRIPTION "C library implementation of the Wayland protocol: a protocol for a compositor to talk to its clients"  ) diff --git a/find-modules/FindWaylandScanner.cmake b/find-modules/FindWaylandScanner.cmake index 287e50a9..361915f4 100644 --- a/find-modules/FindWaylandScanner.cmake +++ b/find-modules/FindWaylandScanner.cmake @@ -103,7 +103,7 @@ endif()  include(FeatureSummary)  set_package_properties(WaylandScanner PROPERTIES -    URL "http://wayland.freedesktop.org" +    URL "https://wayland.freedesktop.org/"      DESCRIPTION "Executable that converts XML protocol files to C code"  ) diff --git a/find-modules/FindX11_XCB.cmake b/find-modules/FindX11_XCB.cmake index dd55fd7b..a5aae2c1 100644 --- a/find-modules/FindX11_XCB.cmake +++ b/find-modules/FindX11_XCB.cmake @@ -113,6 +113,6 @@ set(X11_XCB_VERSION_STRING ${X11_XCB_VERSION})  include(FeatureSummary)  set_package_properties(X11_XCB PROPERTIES -    URL "http://xorg.freedesktop.org/" +    URL "https://xorg.freedesktop.org/"      DESCRIPTION "A compatibility library for code that translates Xlib API calls into XCB calls"  ) diff --git a/find-modules/FindXCB.cmake b/find-modules/FindXCB.cmake index d530d2d7..c545b392 100644 --- a/find-modules/FindXCB.cmake +++ b/find-modules/FindXCB.cmake @@ -196,6 +196,6 @@ find_package_handle_standard_args(XCB  include(FeatureSummary)  set_package_properties(XCB PROPERTIES -    URL "http://xcb.freedesktop.org" +    URL "https://xcb.freedesktop.org/"      DESCRIPTION "X protocol C-language Binding"  ) diff --git a/kde-modules/KDEInstallDirs.cmake b/kde-modules/KDEInstallDirs.cmake index 52b2eb21..275fd65b 100644 --- a/kde-modules/KDEInstallDirs.cmake +++ b/kde-modules/KDEInstallDirs.cmake @@ -240,7 +240,7 @@ set(_LIBDIR_DEFAULT "lib")  # reason is: amd64 ABI: http://www.x86-64.org/documentation/abi.pdf  # For Debian with multiarch, use 'lib/${CMAKE_LIBRARY_ARCHITECTURE}' if  # CMAKE_LIBRARY_ARCHITECTURE is set (which contains e.g. "i386-linux-gnu" -# See http://wiki.debian.org/Multiarch +# See https://wiki.debian.org/Multiarch  if((CMAKE_SYSTEM_NAME MATCHES "Linux|kFreeBSD" OR CMAKE_SYSTEM_NAME STREQUAL "GNU")     AND NOT CMAKE_CROSSCOMPILING     AND NOT DEFINED ENV{FLATPAK_ID}) diff --git a/modules/ECMAddQch.cmake b/modules/ECMAddQch.cmake index 40b6026b..60230eac 100644 --- a/modules/ECMAddQch.cmake +++ b/modules/ECMAddQch.cmake @@ -96,7 +96,7 @@  #  # NAMESPACE can be used to set a custom namespace <namespace> of the generated  # QCH file. The namepspace is used as the unique id by QHelpEngine (cmp. -# http://doc.qt.io/qt-5/qthelpproject.html#namespace). +# https://doc.qt.io/qt-5/qthelpproject.html#namespace).  # The default namespace is ``<domain>.<name>``.  # Needs to be used when ORG_DOMAIN is not used.  # diff --git a/modules/ECMGeneratePkgConfigFile.cmake b/modules/ECMGeneratePkgConfigFile.cmake index 09d7e2b4..91a2cba9 100644 --- a/modules/ECMGeneratePkgConfigFile.cmake +++ b/modules/ECMGeneratePkgConfigFile.cmake @@ -2,9 +2,9 @@  # ECMGeneratePkgConfigFile  # ------------------------  # -# Generate a `pkg-config <http://www.freedesktop.org/wiki/Software/pkg-config/>`_ +# Generate a `pkg-config <https://www.freedesktop.org/wiki/Software/pkg-config/>`_  # file for the benefit of -# `autotools <http://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html>`_-based +# `autotools <https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html>`_-based  # projects.  #  # :: diff --git a/modules/ECMPackageConfigHelpers.cmake b/modules/ECMPackageConfigHelpers.cmake index a118feae..b03d066e 100644 --- a/modules/ECMPackageConfigHelpers.cmake +++ b/modules/ECMPackageConfigHelpers.cmake @@ -6,7 +6,7 @@  #  # ``write_basic_package_version_file()`` is the same as the one provided by the  # `CMakePackageConfigHelpers -# <http://www.cmake.org/cmake/help/v2.8.12/cmake.html#module:CMakePackageConfigHelpers>`_ +# <https://www.cmake.org/cmake/help/v2.8.12/cmake.html#module:CMakePackageConfigHelpers>`_  # module in CMake; see that module's documentation for  # more information.  # @@ -23,7 +23,7 @@  # 2.8.12, except that it adds an extra helper macro: find_dependency(). It is  # highly recommended that you read the `documentation for  # CMakePackageConfigHelpers -# <http://www.cmake.org/cmake/help/v2.8.12/cmake.html#module:CMakePackageConfigHelpers>`_ +# <https://www.cmake.org/cmake/help/v2.8.12/cmake.html#module:CMakePackageConfigHelpers>`_  # for more information, particularly with regard to the PATH_VARS argument.  #  # Note that there is no argument that will disable the find_dependency() macro; diff --git a/modules/ECMQchDoxygen.config.in b/modules/ECMQchDoxygen.config.in index ad30072f..58d53b14 100644 --- a/modules/ECMQchDoxygen.config.in +++ b/modules/ECMQchDoxygen.config.in @@ -196,13 +196,13 @@ ALIASES                = "intern=\par<b>Internal use only.</b>" \                           "FIXME=\xrefitem fixme \"Fixme\" \"Fixme\"" \                           "bc=\xrefitem bc \"Binary Compatible\" \"Binary Compatible\"" \                           "threadsafe=\xrefitem threadsafe \"Threadsafe\" \"Threadsafe\"" \ -                         "artistic=<a href=\"http://www.opensource.org/licenses/artistic-license.php\">Artistic</a>" \ -                         "bsd=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5\">BSD</a>" \ -                         "x11=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3\">X11</a>" \ -                         "gpl=<a href=\"http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1\">GPLv2</a>" \ -                         "lgpl=<a href=\"http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html#SEC1\">LGPLv2</a>" \ -                         "mit=<a href=\"http://www.opensource.org/licenses/mit-license.php\">MIT</a>" \ -                         "qpl=<a href=\"http://doc.trolltech.com/3.0/license.html\">QPL</a>" +                         "artistic=<a href=\"https://opensource.org/licenses/artistic-license.php\">Artistic</a>" \ +                         "bsd=<a href=\"https://www.xfree86.org/3.3.6/COPYRIGHT2.html#5\">BSD</a>" \ +                         "x11=<a href=\"https://www.xfree86.org/3.3.6/COPYRIGHT2.html#3\">X11</a>" \ +                         "gpl=<a href=\"https://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1\">GPLv2</a>" \ +                         "lgpl=<a href=\"https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html#SEC1\">LGPLv2</a>" \ +                         "mit=<a href=\"https://www.opensource.org/licenses/mit-license.php\">MIT</a>" \ +                         "qpl=<a href=\"https://opensource.org/licenses/QPL-1.0\">QPL</a>"  PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS \  \ diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 864ce3a3..9df03eb9 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -36,7 +36,7 @@ find_package(Qt5LinguistTools CONFIG)  set_package_properties(      Qt5LinguistTools      PROPERTIES -        URL "http://www.qt.io/" +        URL "https://www.qt.io/"          DESCRIPTION "Qt5 linguist tools."          TYPE OPTIONAL          PURPOSE "Required to run tests for the ECMPoQmTools module." @@ -46,7 +46,7 @@ find_package(Qt5Core CONFIG)  set_package_properties(      Qt5Core      PROPERTIES -        URL "http://www.qt.io/" +        URL "https://www.qt.io/"          DESCRIPTION "Qt5 core library."          TYPE OPTIONAL          PURPOSE "Required to run tests for the ECMQtDeclareLoggingCategory module, and for some tests of the KDEInstallDirs module." @@ -213,7 +213,7 @@ find_package(Qt5Quick CONFIG)  set_package_properties(      Qt5Quick      PROPERTIES -        URL "http://www.qt.io/" +        URL "https://www.qt.io/"          DESCRIPTION "Qt5 Quick library."          TYPE OPTIONAL          PURPOSE "Required to run tests for the ECMQMLModules module." diff --git a/tests/KDEPackageAppTemplatesTest/qml-plasmoid/package/metadata.desktop b/tests/KDEPackageAppTemplatesTest/qml-plasmoid/package/metadata.desktop index 5fcd677c..3a1ec230 100644 --- a/tests/KDEPackageAppTemplatesTest/qml-plasmoid/package/metadata.desktop +++ b/tests/KDEPackageAppTemplatesTest/qml-plasmoid/package/metadata.desktop @@ -53,7 +53,7 @@ X-KDE-PluginInfo-Author=%{AUTHOR}  X-KDE-PluginInfo-Email=%{EMAIL}  X-KDE-PluginInfo-Name=%{APPNAMELC}  X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=http://plasma.kde.org/ +X-KDE-PluginInfo-Website=https://plasma.kde.org/  X-KDE-PluginInfo-Category=Utilities  X-KDE-PluginInfo-Depends=  X-KDE-PluginInfo-License=GPL diff --git a/toolchain/Android.cmake b/toolchain/Android.cmake index 76b3665a..e6bf2255 100644 --- a/toolchain/Android.cmake +++ b/toolchain/Android.cmake @@ -7,7 +7,7 @@  # By using this android toolchain, the projects will be set up to compile the  # specified project targeting an Android platform, depending on its input.  # Furthermore, if desired, an APK can be directly generated by using the -# `androiddeployqt <http://doc.qt.io/qt-5/deployment-android.html>`_ tool. +# `androiddeployqt <https://doc.qt.io/qt-5/deployment-android.html>`_ tool.  #  # CMake upstream has Android support now. This module will still give us some  # useful features offering androiddeployqt integration and adequate executables @@ -78,7 +78,7 @@  # APK (in a ;-separed list), as well as ``ANDROID_APK_DIR`` to a directory  # containing some basic information. This will create a ``create-apk-<target>``  # target that will generate the APK file.  See the `Qt on Android deployment -# documentation <http://doc.qt.io/qt-5/deployment-android.html>`_ for more +# documentation <https://doc.qt.io/qt-5/deployment-android.html>`_ for more  # information.  #  # For example, you could do::  | 
