From e5e32bcb41aa3922b0885de0ac3355a36bffad80 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Thu, 11 Jun 2020 17:06:14 +0200 Subject: [PATCH] Move from anongit.kde.org to invent.kde.org anongit has been switched off in favor of Gitlab. --- recipes-kdesupport/phonon.inc | 2 +- recipes-kdesupport/polkit-qt-1.inc | 2 +- recipes-kf5/obsolete/kdelibs4support.inc | 4 +--- recipes-kf5/obsolete/kdesignerplugin.inc | 4 +--- recipes-kf5/obsolete/kjs.inc | 4 +--- recipes-kf5/obsolete/kjsembed.inc | 4 +--- recipes-kf5/tier1/attica.inc | 2 +- recipes-kf5/tier1/bluez-qt.inc | 2 +- recipes-kf5/tier1/breeze-icons.inc | 2 +- recipes-kf5/tier1/extra-cmake-modules.inc | 2 +- recipes-kf5/tier1/karchive.inc | 2 +- recipes-kf5/tier1/kcalendarcore.inc | 2 +- recipes-kf5/tier1/kcodecs.inc | 2 +- recipes-kf5/tier1/kconfig.inc | 4 +--- recipes-kf5/tier1/kcoreaddons.inc | 2 +- recipes-kf5/tier1/kdbusaddons.inc | 2 +- recipes-kf5/tier1/kdnssd.inc | 2 +- recipes-kf5/tier1/kguiaddons.inc | 2 +- recipes-kf5/tier1/kholidays.inc | 2 +- recipes-kf5/tier1/ki18n.inc | 4 +--- recipes-kf5/tier1/kidletime.inc | 4 +--- recipes-kf5/tier1/kimageformats.inc | 2 +- recipes-kf5/tier1/kirigami.inc | 2 +- recipes-kf5/tier1/kirigami_5.67.1.bb | 2 -- recipes-kf5/tier1/kitemmodels.inc | 2 +- recipes-kf5/tier1/kitemviews.inc | 2 +- recipes-kf5/tier1/kplotting.inc | 2 +- recipes-kf5/tier1/kquickcharts.inc | 2 +- recipes-kf5/tier1/ksyntaxhighlighting.inc | 4 +--- recipes-kf5/tier1/kwayland.inc | 2 +- recipes-kf5/tier1/kwidgetsaddons.inc | 2 +- recipes-kf5/tier1/kwindowsystem.inc | 2 +- recipes-kf5/tier1/modemmanager-qt.inc | 2 +- recipes-kf5/tier1/networkmanager-qt.inc | 2 +- recipes-kf5/tier1/oxygen-icons.inc | 2 +- recipes-kf5/tier1/prison.inc | 2 +- recipes-kf5/tier1/solid.inc | 2 +- recipes-kf5/tier1/sonnet.inc | 4 +--- recipes-kf5/tier1/threadweaver.inc | 2 +- recipes-kf5/tier2/kactivities.inc | 2 +- recipes-kf5/tier2/kauth.inc | 4 +--- recipes-kf5/tier2/kcompletion.inc | 2 +- recipes-kf5/tier2/kcontacts.inc | 2 +- recipes-kf5/tier2/kcrash.inc | 4 +--- recipes-kf5/tier2/kdoctools.inc | 4 +--- recipes-kf5/tier2/kfilemetadata.inc | 2 +- recipes-kf5/tier2/kjobwidgets.inc | 2 +- recipes-kf5/tier2/knotifications.inc | 2 +- recipes-kf5/tier2/kpackage.inc | 4 +--- recipes-kf5/tier2/kpty.inc | 2 +- recipes-kf5/tier2/kunitconversion.inc | 2 +- recipes-kf5/tier2/syndication.inc | 4 +--- recipes-kf5/tier3/baloo.inc | 2 +- recipes-kf5/tier3/kactivitiesstats.inc | 2 +- recipes-kf5/tier3/kbookmarks.inc | 2 +- recipes-kf5/tier3/kcmutils.inc | 2 +- recipes-kf5/tier3/kconfigwidgets.inc | 2 +- recipes-kf5/tier3/kdeclarative.inc | 2 +- recipes-kf5/tier3/kded.inc | 4 +--- recipes-kf5/tier3/kdesu.inc | 2 +- recipes-kf5/tier3/kemoticons.inc | 2 +- recipes-kf5/tier3/kglobalaccel.inc | 2 +- recipes-kf5/tier3/kiconthemes.inc | 2 +- recipes-kf5/tier3/kinit.inc | 4 +--- recipes-kf5/tier3/kio.inc | 2 +- recipes-kf5/tier3/knewstuff.inc | 2 +- recipes-kf5/tier3/knotifyconfig.inc | 2 +- recipes-kf5/tier3/kparts.inc | 2 +- recipes-kf5/tier3/kpeople.inc | 2 +- recipes-kf5/tier3/krunner.inc | 2 +- recipes-kf5/tier3/kservice.inc | 2 +- recipes-kf5/tier3/ktexteditor.inc | 4 +--- recipes-kf5/tier3/ktextwidgets.inc | 2 +- recipes-kf5/tier3/kwallet.inc | 4 +--- recipes-kf5/tier3/kxmlgui.inc | 2 +- recipes-kf5/tier3/kxmlrpcclient.inc | 2 +- recipes-kf5/tier3/plasma-framework.inc | 4 +--- recipes-kf5/tier3/plasma-framework_5.56.1.bb | 2 -- recipes-kf5/tier3/purpose.inc | 2 +- recipes-kf5/tier3/qqc2-desktop-style.inc | 4 +--- recipes-kf5/tier4/frameworkintegration.inc | 4 +--- 81 files changed, 79 insertions(+), 125 deletions(-) delete mode 100644 recipes-kf5/tier1/kirigami_5.67.1.bb delete mode 100644 recipes-kf5/tier3/plasma-framework_5.56.1.bb diff --git a/recipes-kdesupport/phonon.inc b/recipes-kdesupport/phonon.inc index 22dd419..36cda83 100644 --- a/recipes-kdesupport/phonon.inc +++ b/recipes-kdesupport/phonon.inc @@ -5,7 +5,7 @@ PR = "r0" DEPENDS = "qtbase extra-cmake-modules" -SRC_URI = "git://anongit.kde.org/phonon" +SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_qt5 diff --git a/recipes-kdesupport/polkit-qt-1.inc b/recipes-kdesupport/polkit-qt-1.inc index d8dea1a..b1dc035 100644 --- a/recipes-kdesupport/polkit-qt-1.inc +++ b/recipes-kdesupport/polkit-qt-1.inc @@ -5,7 +5,7 @@ PR = "r0" DEPENDS = "qtbase polkit" -SRC_URI = "git://anongit.kde.org/polkit-qt-1" +SRC_URI = "git://invent.kde.org/libraries/polkit-qt-1.git;nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/obsolete/kdelibs4support.inc b/recipes-kf5/obsolete/kdelibs4support.inc index af42d91..4ee6355 100644 --- a/recipes-kf5/obsolete/kdelibs4support.inc +++ b/recipes-kf5/obsolete/kdelibs4support.inc @@ -28,9 +28,7 @@ DEPENDS = " \ openssl \ " -SRC_URI = " \ - git://anongit.kde.org/kdelibs4support;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" EXTRA_OECMAKE_class-target += " -DHAVE_GOOD_GETADDRINFO=ON" diff --git a/recipes-kf5/obsolete/kdesignerplugin.inc b/recipes-kf5/obsolete/kdesignerplugin.inc index a266563..68c5971 100644 --- a/recipes-kf5/obsolete/kdesignerplugin.inc +++ b/recipes-kf5/obsolete/kdesignerplugin.inc @@ -11,9 +11,7 @@ DEPENDS = " \ kdesignerplugin-native \ " -SRC_URI = " \ - git://anongit.kde.org/kdesignerplugin;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/obsolete/kjs.inc b/recipes-kf5/obsolete/kjs.inc index 650a276..1068157 100644 --- a/recipes-kf5/obsolete/kjs.inc +++ b/recipes-kf5/obsolete/kjs.inc @@ -7,9 +7,7 @@ PR = "r0" DEPENDS = "qtbase kjs-native pcre" -SRC_URI = " \ - git://anongit.kde.org/kjs;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/obsolete/kjsembed.inc b/recipes-kf5/obsolete/kjsembed.inc index 70ef0c5..d63b805 100644 --- a/recipes-kf5/obsolete/kjsembed.inc +++ b/recipes-kf5/obsolete/kjsembed.inc @@ -11,9 +11,7 @@ DEPENDS = " \ kjs \ " -SRC_URI = " \ - git://anongit.kde.org/${PN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/attica.inc b/recipes-kf5/tier1/attica.inc index 00d83b7..15dc11e 100644 --- a/recipes-kf5/tier1/attica.inc +++ b/recipes-kf5/tier1/attica.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "qtbase" -SRC_URI = "git://anongit.kde.org/attica;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/bluez-qt.inc b/recipes-kf5/tier1/bluez-qt.inc index 97a6b38..e6dad6d 100644 --- a/recipes-kf5/tier1/bluez-qt.inc +++ b/recipes-kf5/tier1/bluez-qt.inc @@ -6,7 +6,7 @@ PR = "r0" DEPENDS = "qtbase" -SRC_URI = "git://anongit.kde.org/bluez-qt;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/breeze-icons.inc b/recipes-kf5/tier1/breeze-icons.inc index 98178a6..737081f 100644 --- a/recipes-kf5/tier1/breeze-icons.inc +++ b/recipes-kf5/tier1/breeze-icons.inc @@ -4,7 +4,7 @@ LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" -SRC_URI = "git://anongit.kde.org/breeze-icons;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/extra-cmake-modules.inc b/recipes-kf5/tier1/extra-cmake-modules.inc index 7f27dd0..0f73f49 100644 --- a/recipes-kf5/tier1/extra-cmake-modules.inc +++ b/recipes-kf5/tier1/extra-cmake-modules.inc @@ -6,7 +6,7 @@ PR = "r0" DEPENDS = "cmake-native qttools" -SRC_URI = "git://anongit.kde.org/extra-cmake-modules;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" CLEANBROKEN = "1" diff --git a/recipes-kf5/tier1/karchive.inc b/recipes-kf5/tier1/karchive.inc index 615c577..363ae25 100644 --- a/recipes-kf5/tier1/karchive.inc +++ b/recipes-kf5/tier1/karchive.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "zlib bzip2 xz qtbase" -SRC_URI = "git://anongit.kde.org/karchive;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kcalendarcore.inc b/recipes-kf5/tier1/kcalendarcore.inc index 3f84bf3..41c1ab8 100644 --- a/recipes-kf5/tier1/kcalendarcore.inc +++ b/recipes-kf5/tier1/kcalendarcore.inc @@ -9,7 +9,7 @@ DEPENDS = " \ libical \ " -SRC_URI = "git://anongit.kde.org/${BPN};nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kcodecs.inc b/recipes-kf5/tier1/kcodecs.inc index 232400e..fa353fa 100644 --- a/recipes-kf5/tier1/kcodecs.inc +++ b/recipes-kf5/tier1/kcodecs.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "qtbase gperf-native" -SRC_URI = "git://anongit.kde.org/kcodecs;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kconfig.inc b/recipes-kf5/tier1/kconfig.inc index 281d754..ae2d930 100644 --- a/recipes-kf5/tier1/kconfig.inc +++ b/recipes-kf5/tier1/kconfig.inc @@ -10,9 +10,7 @@ PR = "r0" DEPENDS = "qtbase kconfig-native" -SRC_URI = " \ - git://anongit.kde.org/kconfig;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kcoreaddons.inc b/recipes-kf5/tier1/kcoreaddons.inc index cb7b078..145e424 100644 --- a/recipes-kf5/tier1/kcoreaddons.inc +++ b/recipes-kf5/tier1/kcoreaddons.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "qtbase kcoreaddons-native" -SRC_URI = "git://anongit.kde.org/kcoreaddons;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kdbusaddons.inc b/recipes-kf5/tier1/kdbusaddons.inc index e5af6c5..868c7a0 100644 --- a/recipes-kf5/tier1/kdbusaddons.inc +++ b/recipes-kf5/tier1/kdbusaddons.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "qtbase" -SRC_URI = "git://anongit.kde.org/kdbusaddons;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kdnssd.inc b/recipes-kf5/tier1/kdnssd.inc index df06812..ed47c28 100644 --- a/recipes-kf5/tier1/kdnssd.inc +++ b/recipes-kf5/tier1/kdnssd.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "qtbase avahi" -SRC_URI = "git://anongit.kde.org/kdnssd;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kguiaddons.inc b/recipes-kf5/tier1/kguiaddons.inc index aed53ac..d85e864 100644 --- a/recipes-kf5/tier1/kguiaddons.inc +++ b/recipes-kf5/tier1/kguiaddons.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "qtbase" -SRC_URI = "git://anongit.kde.org/kguiaddons;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kholidays.inc b/recipes-kf5/tier1/kholidays.inc index d821f50..458c0b3 100644 --- a/recipes-kf5/tier1/kholidays.inc +++ b/recipes-kf5/tier1/kholidays.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS += "qtbase" -SRC_URI = "git://anongit.kde.org/${BPN};nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/ki18n.inc b/recipes-kf5/tier1/ki18n.inc index aaae688..06c6ed2 100644 --- a/recipes-kf5/tier1/ki18n.inc +++ b/recipes-kf5/tier1/ki18n.inc @@ -16,9 +16,7 @@ DEPENDS_class-target += " \ extra-cmake-modules \ " -SRC_URI = " \ - git://anongit.kde.org/ki18n;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kidletime.inc b/recipes-kf5/tier1/kidletime.inc index 96e29bc..6f686b6 100644 --- a/recipes-kf5/tier1/kidletime.inc +++ b/recipes-kf5/tier1/kidletime.inc @@ -10,9 +10,7 @@ DEPENDS = " \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)} \ " -SRC_URI = " \ - git://anongit.kde.org/kidletime;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kimageformats.inc b/recipes-kf5/tier1/kimageformats.inc index 6eb8018..e42fa4b 100644 --- a/recipes-kf5/tier1/kimageformats.inc +++ b/recipes-kf5/tier1/kimageformats.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "qtbase" -SRC_URI = "git://anongit.kde.org/kimageformats;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kirigami.inc b/recipes-kf5/tier1/kirigami.inc index c77092f..cb933b9 100644 --- a/recipes-kf5/tier1/kirigami.inc +++ b/recipes-kf5/tier1/kirigami.inc @@ -6,7 +6,7 @@ PR = "r0" DEPENDS = "qtquickcontrols2 qtsvg" -SRC_URI = "git://anongit.kde.org/kirigami;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kirigami_5.67.1.bb b/recipes-kf5/tier1/kirigami_5.67.1.bb deleted file mode 100644 index 56169bb..0000000 --- a/recipes-kf5/tier1/kirigami_5.67.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -require ${PN}.inc -SRCREV = "v${PV}" diff --git a/recipes-kf5/tier1/kitemmodels.inc b/recipes-kf5/tier1/kitemmodels.inc index 2c45665..abe1701 100644 --- a/recipes-kf5/tier1/kitemmodels.inc +++ b/recipes-kf5/tier1/kitemmodels.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "qtbase" -SRC_URI = "git://anongit.kde.org/kitemmodels;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kitemviews.inc b/recipes-kf5/tier1/kitemviews.inc index d5dea7c..9da45ee 100644 --- a/recipes-kf5/tier1/kitemviews.inc +++ b/recipes-kf5/tier1/kitemviews.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "qtbase" -SRC_URI = "git://anongit.kde.org/kitemviews;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kplotting.inc b/recipes-kf5/tier1/kplotting.inc index 08e416b..ff981bf 100644 --- a/recipes-kf5/tier1/kplotting.inc +++ b/recipes-kf5/tier1/kplotting.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "qtbase" -SRC_URI = "git://anongit.kde.org/kplotting;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kquickcharts.inc b/recipes-kf5/tier1/kquickcharts.inc index 29aebe9..4420fa9 100644 --- a/recipes-kf5/tier1/kquickcharts.inc +++ b/recipes-kf5/tier1/kquickcharts.inc @@ -9,7 +9,7 @@ DEPENDS = " \ qtquickcontrols2 \ " -SRC_URI = "git://anongit.kde.org/${BPN};nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/ksyntaxhighlighting.inc b/recipes-kf5/tier1/ksyntaxhighlighting.inc index 199705c..e7627d6 100644 --- a/recipes-kf5/tier1/ksyntaxhighlighting.inc +++ b/recipes-kf5/tier1/ksyntaxhighlighting.inc @@ -6,9 +6,7 @@ PR = "r0" DEPENDS = "qtbase ksyntaxhighlighting-native" -SRC_URI = " \ - git://anongit.kde.org/syntax-highlighting;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/syntax-highlighting;nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kwayland.inc b/recipes-kf5/tier1/kwayland.inc index 074f42f..4764363 100644 --- a/recipes-kf5/tier1/kwayland.inc +++ b/recipes-kf5/tier1/kwayland.inc @@ -15,7 +15,7 @@ DEPENDS = " \ virtual/egl \ " -SRC_URI = "git://anongit.kde.org/kwayland;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kwidgetsaddons.inc b/recipes-kf5/tier1/kwidgetsaddons.inc index 2bb0897..9ce1f69 100644 --- a/recipes-kf5/tier1/kwidgetsaddons.inc +++ b/recipes-kf5/tier1/kwidgetsaddons.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "qtbase" -SRC_URI = "git://anongit.kde.org/kwidgetsaddons;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/kwindowsystem.inc b/recipes-kf5/tier1/kwindowsystem.inc index 0362d2e..1d9a908 100644 --- a/recipes-kf5/tier1/kwindowsystem.inc +++ b/recipes-kf5/tier1/kwindowsystem.inc @@ -10,7 +10,7 @@ DEPENDS = " \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras libxrender", "", d)} \ " -SRC_URI = "git://anongit.kde.org/kwindowsystem;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/modemmanager-qt.inc b/recipes-kf5/tier1/modemmanager-qt.inc index ef2c115..aebc07d 100644 --- a/recipes-kf5/tier1/modemmanager-qt.inc +++ b/recipes-kf5/tier1/modemmanager-qt.inc @@ -6,7 +6,7 @@ PR = "r0" DEPENDS = "qtbase modemmanager" -SRC_URI = "git://anongit.kde.org/modemmanager-qt;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/networkmanager-qt.inc b/recipes-kf5/tier1/networkmanager-qt.inc index 88c2492..27a002b 100644 --- a/recipes-kf5/tier1/networkmanager-qt.inc +++ b/recipes-kf5/tier1/networkmanager-qt.inc @@ -6,7 +6,7 @@ PR = "r0" DEPENDS = "qtbase networkmanager" -SRC_URI = "git://anongit.kde.org/networkmanager-qt;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/oxygen-icons.inc b/recipes-kf5/tier1/oxygen-icons.inc index a8546c0..e1b1631 100644 --- a/recipes-kf5/tier1/oxygen-icons.inc +++ b/recipes-kf5/tier1/oxygen-icons.inc @@ -4,7 +4,7 @@ LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" -SRC_URI = "git://anongit.kde.org/oxygen-icons5;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/oxygen-icons5;nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/prison.inc b/recipes-kf5/tier1/prison.inc index b34d385..b17b781 100644 --- a/recipes-kf5/tier1/prison.inc +++ b/recipes-kf5/tier1/prison.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "qtbase qtdeclarative qrencode libdmtx" -SRC_URI = "git://anongit.kde.org/prison;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/solid.inc b/recipes-kf5/tier1/solid.inc index c33c8ac..743196d 100644 --- a/recipes-kf5/tier1/solid.inc +++ b/recipes-kf5/tier1/solid.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "qtbase bison-native" -SRC_URI = "git://anongit.kde.org/solid;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/sonnet.inc b/recipes-kf5/tier1/sonnet.inc index 48e0324..4fb1095 100644 --- a/recipes-kf5/tier1/sonnet.inc +++ b/recipes-kf5/tier1/sonnet.inc @@ -7,9 +7,7 @@ PR = "r0" DEPENDS = "qtbase sonnet-native" -SRC_URI = " \ - git://anongit.kde.org/sonnet;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier1/threadweaver.inc b/recipes-kf5/tier1/threadweaver.inc index f4f3b93..b4a41b2 100644 --- a/recipes-kf5/tier1/threadweaver.inc +++ b/recipes-kf5/tier1/threadweaver.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "qtbase" -SRC_URI = "git://anongit.kde.org/threadweaver;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier2/kactivities.inc b/recipes-kf5/tier2/kactivities.inc index ac0f7fd..0801cc4 100644 --- a/recipes-kf5/tier2/kactivities.inc +++ b/recipes-kf5/tier2/kactivities.inc @@ -15,7 +15,7 @@ DEPENDS = " \ boost \ " -SRC_URI = "git://anongit.kde.org/kactivities;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier2/kauth.inc b/recipes-kf5/tier2/kauth.inc index dffa653..c99d904 100644 --- a/recipes-kf5/tier2/kauth.inc +++ b/recipes-kf5/tier2/kauth.inc @@ -8,9 +8,7 @@ PR = "r0" DEPENDS_class-native = "extra-cmake-modules qtbase-native kcoreaddons-native" DEPENDS_class-target = "qtbase kcoreaddons kauth-native polkit-qt-1" -SRC_URI = " \ - git://anongit.kde.org/kauth;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier2/kcompletion.inc b/recipes-kf5/tier2/kcompletion.inc index 6f5abdf..e83c084 100644 --- a/recipes-kf5/tier2/kcompletion.inc +++ b/recipes-kf5/tier2/kcompletion.inc @@ -12,7 +12,7 @@ DEPENDS = " \ kconfig-native \ " -SRC_URI = "git://anongit.kde.org/kcompletion;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier2/kcontacts.inc b/recipes-kf5/tier2/kcontacts.inc index 64859b1..1882330 100644 --- a/recipes-kf5/tier2/kcontacts.inc +++ b/recipes-kf5/tier2/kcontacts.inc @@ -16,7 +16,7 @@ DEPENDS = " \ RDEPENDS_${PN} += "iso-codes" -SRC_URI = "git://anongit.kde.org/${BPN};nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier2/kcrash.inc b/recipes-kf5/tier2/kcrash.inc index f787865..6dc46ea 100644 --- a/recipes-kf5/tier2/kcrash.inc +++ b/recipes-kf5/tier2/kcrash.inc @@ -11,9 +11,7 @@ DEPENDS = " \ kwindowsystem \ " -SRC_URI = " \ - git://anongit.kde.org/kcrash;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier2/kdoctools.inc b/recipes-kf5/tier2/kdoctools.inc index b4ac62d..7f9411e 100644 --- a/recipes-kf5/tier2/kdoctools.inc +++ b/recipes-kf5/tier2/kdoctools.inc @@ -17,9 +17,7 @@ DEPENDS = " \ kdoctools-native \ " -SRC_URI = " \ - git://anongit.kde.org/kdoctools;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier2/kfilemetadata.inc b/recipes-kf5/tier2/kfilemetadata.inc index 84489d6..4348aa1 100644 --- a/recipes-kf5/tier2/kfilemetadata.inc +++ b/recipes-kf5/tier2/kfilemetadata.inc @@ -10,7 +10,7 @@ DEPENDS = " \ kcoreaddons-native \ " -SRC_URI = "git://anongit.kde.org/kfilemetadata;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier2/kjobwidgets.inc b/recipes-kf5/tier2/kjobwidgets.inc index 52daff9..37bcc24 100644 --- a/recipes-kf5/tier2/kjobwidgets.inc +++ b/recipes-kf5/tier2/kjobwidgets.inc @@ -13,7 +13,7 @@ DEPENDS = " \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)} \ " -SRC_URI = "git://anongit.kde.org/kjobwidgets;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier2/knotifications.inc b/recipes-kf5/tier2/knotifications.inc index 8ca6830..25125b9 100644 --- a/recipes-kf5/tier2/knotifications.inc +++ b/recipes-kf5/tier2/knotifications.inc @@ -15,7 +15,7 @@ DEPENDS = " \ phonon \ " -SRC_URI = "git://anongit.kde.org/knotifications;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier2/kpackage.inc b/recipes-kf5/tier2/kpackage.inc index 1e4c2de..1e31960 100644 --- a/recipes-kf5/tier2/kpackage.inc +++ b/recipes-kf5/tier2/kpackage.inc @@ -12,9 +12,7 @@ DEPENDS = " \ kpackage-native \ " -SRC_URI = " \ - git://anongit.kde.org/kpackage;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier2/kpty.inc b/recipes-kf5/tier2/kpty.inc index 34a02ab..af2107e 100644 --- a/recipes-kf5/tier2/kpty.inc +++ b/recipes-kf5/tier2/kpty.inc @@ -10,7 +10,7 @@ DEPENDS = " \ kcoreaddons-native \ " -SRC_URI = "git://anongit.kde.org/kpty;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier2/kunitconversion.inc b/recipes-kf5/tier2/kunitconversion.inc index 95449a9..184d778 100644 --- a/recipes-kf5/tier2/kunitconversion.inc +++ b/recipes-kf5/tier2/kunitconversion.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "qtbase" -SRC_URI = "git://anongit.kde.org/kunitconversion;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier2/syndication.inc b/recipes-kf5/tier2/syndication.inc index 677af1e..6aeb4f4 100644 --- a/recipes-kf5/tier2/syndication.inc +++ b/recipes-kf5/tier2/syndication.inc @@ -9,9 +9,7 @@ DEPENDS = " \ kcodecs \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/baloo.inc b/recipes-kf5/tier3/baloo.inc index b51a192..b73440f 100644 --- a/recipes-kf5/tier3/baloo.inc +++ b/recipes-kf5/tier3/baloo.inc @@ -22,7 +22,7 @@ DEPENDS = " \ lmdb \ " -SRC_URI = "git://anongit.kde.org/baloo;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kactivitiesstats.inc b/recipes-kf5/tier3/kactivitiesstats.inc index c21b04d..acb0c3c 100644 --- a/recipes-kf5/tier3/kactivitiesstats.inc +++ b/recipes-kf5/tier3/kactivitiesstats.inc @@ -14,7 +14,7 @@ DEPENDS = " \ boost \ " -SRC_URI = "git://anongit.kde.org/kactivities-stats;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/kactivities-stats;nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kbookmarks.inc b/recipes-kf5/tier3/kbookmarks.inc index f808bb0..f002639 100644 --- a/recipes-kf5/tier3/kbookmarks.inc +++ b/recipes-kf5/tier3/kbookmarks.inc @@ -18,7 +18,7 @@ DEPENDS = " \ kxmlgui \ " -SRC_URI = "git://anongit.kde.org/kbookmarks;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kcmutils.inc b/recipes-kf5/tier3/kcmutils.inc index aaff0be..2816187 100644 --- a/recipes-kf5/tier3/kcmutils.inc +++ b/recipes-kf5/tier3/kcmutils.inc @@ -21,7 +21,7 @@ DEPENDS = " \ kpackage-native \ " -SRC_URI = "git://anongit.kde.org/kcmutils;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kconfigwidgets.inc b/recipes-kf5/tier3/kconfigwidgets.inc index f05d283..ab6b0ba 100644 --- a/recipes-kf5/tier3/kconfigwidgets.inc +++ b/recipes-kf5/tier3/kconfigwidgets.inc @@ -16,7 +16,7 @@ DEPENDS = "qtbase \ kwidgetsaddons \ " -SRC_URI = "git://anongit.kde.org/kconfigwidgets;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kdeclarative.inc b/recipes-kf5/tier3/kdeclarative.inc index e74532c..16a8729 100644 --- a/recipes-kf5/tier3/kdeclarative.inc +++ b/recipes-kf5/tier3/kdeclarative.inc @@ -22,7 +22,7 @@ DEPENDS = " \ libepoxy \ " -SRC_URI = "git://anongit.kde.org/kdeclarative;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kded.inc b/recipes-kf5/tier3/kded.inc index 09b0dfb..2e42cb5 100644 --- a/recipes-kf5/tier3/kded.inc +++ b/recipes-kf5/tier3/kded.inc @@ -17,9 +17,7 @@ DEPENDS = " \ kservice \ " -SRC_URI = " \ - git://anongit.kde.org/kded;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kdesu.inc b/recipes-kf5/tier3/kdesu.inc index f003ec5..c78746b 100644 --- a/recipes-kf5/tier3/kdesu.inc +++ b/recipes-kf5/tier3/kdesu.inc @@ -13,7 +13,7 @@ DEPENDS = " \ kpty \ " -SRC_URI = "git://anongit.kde.org/kdesu;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kemoticons.inc b/recipes-kf5/tier3/kemoticons.inc index 001f7d1..fe35dfe 100644 --- a/recipes-kf5/tier3/kemoticons.inc +++ b/recipes-kf5/tier3/kemoticons.inc @@ -14,7 +14,7 @@ DEPENDS = " \ kservice \ " -SRC_URI = "git://anongit.kde.org/kemoticons;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kglobalaccel.inc b/recipes-kf5/tier3/kglobalaccel.inc index 8c38f27..e4cf376 100644 --- a/recipes-kf5/tier3/kglobalaccel.inc +++ b/recipes-kf5/tier3/kglobalaccel.inc @@ -16,7 +16,7 @@ DEPENDS = " \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)} \ " -SRC_URI = "git://anongit.kde.org/kglobalaccel;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kiconthemes.inc b/recipes-kf5/tier3/kiconthemes.inc index 089396f..1405360 100644 --- a/recipes-kf5/tier3/kiconthemes.inc +++ b/recipes-kf5/tier3/kiconthemes.inc @@ -16,7 +16,7 @@ DEPENDS = "qtbase \ kitemviews \ " -SRC_URI = "git://anongit.kde.org/kiconthemes;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kinit.inc b/recipes-kf5/tier3/kinit.inc index db0be8b..50c777a 100644 --- a/recipes-kf5/tier3/kinit.inc +++ b/recipes-kf5/tier3/kinit.inc @@ -16,9 +16,7 @@ DEPENDS = " \ kconfig-native \ " -SRC_URI = " \ - git://anongit.kde.org/kinit;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kio.inc b/recipes-kf5/tier3/kio.inc index e7e4d35..2f2b7dc 100644 --- a/recipes-kf5/tier3/kio.inc +++ b/recipes-kf5/tier3/kio.inc @@ -20,7 +20,7 @@ DEPENDS = " \ kwindowsystem \ " -SRC_URI = "git://anongit.kde.org/kio;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/knewstuff.inc b/recipes-kf5/tier3/knewstuff.inc index 526abaa..278203c 100644 --- a/recipes-kf5/tier3/knewstuff.inc +++ b/recipes-kf5/tier3/knewstuff.inc @@ -25,7 +25,7 @@ DEPENDS = " \ attica \ " -SRC_URI = "git://anongit.kde.org/knewstuff;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/knotifyconfig.inc b/recipes-kf5/tier3/knotifyconfig.inc index c283ad9..3c4f027 100644 --- a/recipes-kf5/tier3/knotifyconfig.inc +++ b/recipes-kf5/tier3/knotifyconfig.inc @@ -16,7 +16,7 @@ DEPENDS = " \ kauth-native \ " -SRC_URI = "git://anongit.kde.org/knotifyconfig;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kparts.inc b/recipes-kf5/tier3/kparts.inc index 5df28d1..d5b3d3f 100644 --- a/recipes-kf5/tier3/kparts.inc +++ b/recipes-kf5/tier3/kparts.inc @@ -21,7 +21,7 @@ DEPENDS = " \ kxmlgui \ " -SRC_URI = "git://anongit.kde.org/kparts;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kpeople.inc b/recipes-kf5/tier3/kpeople.inc index c25dd71..e91a385 100644 --- a/recipes-kf5/tier3/kpeople.inc +++ b/recipes-kf5/tier3/kpeople.inc @@ -15,7 +15,7 @@ DEPENDS = " \ kitemviews \ " -SRC_URI = "git://anongit.kde.org/kpeople;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/krunner.inc b/recipes-kf5/tier3/krunner.inc index 8fd2f3f..f98eda3 100644 --- a/recipes-kf5/tier3/krunner.inc +++ b/recipes-kf5/tier3/krunner.inc @@ -21,7 +21,7 @@ DEPENDS = " \ threadweaver \ " -SRC_URI = "git://anongit.kde.org/krunner;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kservice.inc b/recipes-kf5/tier3/kservice.inc index 66280b1..80db5c2 100644 --- a/recipes-kf5/tier3/kservice.inc +++ b/recipes-kf5/tier3/kservice.inc @@ -14,7 +14,7 @@ DEPENDS = "qtbase \ bison-native \ " -SRC_URI = "git://anongit.kde.org/kservice;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/ktexteditor.inc b/recipes-kf5/tier3/ktexteditor.inc index 48678c9..2c7de43 100644 --- a/recipes-kf5/tier3/ktexteditor.inc +++ b/recipes-kf5/tier3/ktexteditor.inc @@ -20,9 +20,7 @@ DEPENDS = " \ ksyntaxhighlighting \ " -SRC_URI = " \ - git://anongit.kde.org/ktexteditor;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/ktextwidgets.inc b/recipes-kf5/tier3/ktextwidgets.inc index 9fbfc85..c745439 100644 --- a/recipes-kf5/tier3/ktextwidgets.inc +++ b/recipes-kf5/tier3/ktextwidgets.inc @@ -17,7 +17,7 @@ DEPENDS = "qtbase \ sonnet \ " -SRC_URI = "git://anongit.kde.org/ktextwidgets;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kwallet.inc b/recipes-kf5/tier3/kwallet.inc index b586434..226c242 100644 --- a/recipes-kf5/tier3/kwallet.inc +++ b/recipes-kf5/tier3/kwallet.inc @@ -20,9 +20,7 @@ DEPENDS = " \ libgcrypt \ " -SRC_URI = " \ - git://anongit.kde.org/kwallet;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kxmlgui.inc b/recipes-kf5/tier3/kxmlgui.inc index dff971e..6487aba 100644 --- a/recipes-kf5/tier3/kxmlgui.inc +++ b/recipes-kf5/tier3/kxmlgui.inc @@ -19,7 +19,7 @@ DEPENDS = "qtbase \ kglobalaccel\ " -SRC_URI = "git://anongit.kde.org/kxmlgui;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/kxmlrpcclient.inc b/recipes-kf5/tier3/kxmlrpcclient.inc index c14a3ce..2842ce1 100644 --- a/recipes-kf5/tier3/kxmlrpcclient.inc +++ b/recipes-kf5/tier3/kxmlrpcclient.inc @@ -13,7 +13,7 @@ DEPENDS = " \ kauth-native \ " -SRC_URI = "git://anongit.kde.org/kxmlrpcclient;nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/plasma-framework.inc b/recipes-kf5/tier3/plasma-framework.inc index 37353e7..cd6ad19 100644 --- a/recipes-kf5/tier3/plasma-framework.inc +++ b/recipes-kf5/tier3/plasma-framework.inc @@ -30,9 +30,7 @@ DEPENDS = " \ gzip-native \ " -SRC_URI = " \ - git://anongit.kde.org/plasma-framework;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/plasma-framework_5.56.1.bb b/recipes-kf5/tier3/plasma-framework_5.56.1.bb deleted file mode 100644 index 56169bb..0000000 --- a/recipes-kf5/tier3/plasma-framework_5.56.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -require ${PN}.inc -SRCREV = "v${PV}" diff --git a/recipes-kf5/tier3/purpose.inc b/recipes-kf5/tier3/purpose.inc index 7eba46a..6a2b72b 100644 --- a/recipes-kf5/tier3/purpose.inc +++ b/recipes-kf5/tier3/purpose.inc @@ -17,7 +17,7 @@ DEPENDS = " \ kirigami \ " -SRC_URI = "git://anongit.kde.org/${BPN};nobranch=1" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier3/qqc2-desktop-style.inc b/recipes-kf5/tier3/qqc2-desktop-style.inc index 04ac9c6..3051717 100644 --- a/recipes-kf5/tier3/qqc2-desktop-style.inc +++ b/recipes-kf5/tier3/qqc2-desktop-style.inc @@ -15,9 +15,7 @@ DEPENDS = " \ kauth-native \ " -SRC_URI = " \ - git://anongit.kde.org/qqc2-desktop-style;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-kf5/tier4/frameworkintegration.inc b/recipes-kf5/tier4/frameworkintegration.inc index 7b52c9c..831d605 100644 --- a/recipes-kf5/tier4/frameworkintegration.inc +++ b/recipes-kf5/tier4/frameworkintegration.inc @@ -19,9 +19,7 @@ DEPENDS = " \ knewstuff \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/frameworks/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5