From e6925a5737ab8ec2fe9dd0281b58579c3fbb74fb Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Thu, 11 Jun 2020 17:07:47 +0200 Subject: [PATCH] Move from anongit.kde.org to invent.kde.org anongit has been replaced by Gitlab. --- README | 2 +- recipes-application/base/kdialog.inc | 2 +- recipes-application/base/konsole.inc | 2 +- recipes-application/graphics/okular.inc | 2 +- recipes-application/network/kdeconnect-kde.inc | 4 +--- recipes-application/sdk/kirigami-gallery.inc | 2 +- recipes-extragear/libraries/pulseaudio-qt.inc | 4 +--- recipes-extragear/sdk/heaptrack.inc | 2 +- recipes-plasma/bluedevil.inc | 4 +--- recipes-plasma/breeze.inc | 4 +--- recipes-plasma/discover.inc | 4 +--- recipes-plasma/kactivitymanagerd.inc | 4 +--- recipes-plasma/kde-cli-tools.inc | 4 +--- recipes-plasma/kdecoration.inc | 4 +--- recipes-plasma/kscreen.inc | 4 +--- recipes-plasma/kscreenlocker.inc | 2 +- recipes-plasma/ksysguard.inc | 4 +--- recipes-plasma/kwayland-integration.inc | 4 +--- recipes-plasma/kwin.inc | 2 +- recipes-plasma/libkscreen.inc | 4 +--- recipes-plasma/libksysguard.inc | 4 +--- recipes-plasma/milou.inc | 4 +--- recipes-plasma/plasma-integration.inc | 4 +--- recipes-plasma/plasma-nm.inc | 4 +--- recipes-plasma/plasma-pa.inc | 4 +--- recipes-plasma/plasma-phone-components.inc | 4 +--- recipes-plasma/plasma-settings.inc | 4 +--- recipes-plasma/plasma-workspace.inc | 4 +--- recipes-plasma/polkit-kde-agent-1.inc | 4 +--- recipes-plasma/powerdevil.inc | 4 +--- recipes-plasma/systemsettings.inc | 4 +--- recipes-plasma/xdg-desktop-portal-kde.inc | 4 +--- recipes-playground/calindori.inc | 4 +--- recipes-playground/koko.inc | 4 +--- recipes-playground/plasma-camera.inc | 4 +--- recipes-support/qca.inc | 4 +--- 36 files changed, 36 insertions(+), 92 deletions(-) diff --git a/README b/README index 7a51351..a6d99c3 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ Dependencies This layer depends on: - URI: https://cgit.kde.org/yocto-meta-kf5.git + URI: https://invent.kde.org/packaging/yocto-meta-kf5 branch: master URI: https://code.qt.io/cgit/yocto/meta-qt5.git diff --git a/recipes-application/base/kdialog.inc b/recipes-application/base/kdialog.inc index 82e67a9..a7d8315 100644 --- a/recipes-application/base/kdialog.inc +++ b/recipes-application/base/kdialog.inc @@ -13,7 +13,7 @@ DEPENDS += " \ kdbusaddons\ " -SRC_URI = "git://anongit.kde.org/${BPN};nobranch=1" +SRC_URI = "git://invent.kde.org/utilities/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kdeapp diff --git a/recipes-application/base/konsole.inc b/recipes-application/base/konsole.inc index 772d4f4..2477b50 100644 --- a/recipes-application/base/konsole.inc +++ b/recipes-application/base/konsole.inc @@ -15,7 +15,7 @@ DEPENDS += " \ kxmlgui \ " -SRC_URI = "git://anongit.kde.org/${BPN};nobranch=1" +SRC_URI = "git://invent.kde.org/utilities/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kdeapp diff --git a/recipes-application/graphics/okular.inc b/recipes-application/graphics/okular.inc index c01603f..3e3c042 100644 --- a/recipes-application/graphics/okular.inc +++ b/recipes-application/graphics/okular.inc @@ -16,7 +16,7 @@ DEPENDS += " \ qca \ " -SRC_URI = "git://anongit.kde.org/${BPN};nobranch=1" +SRC_URI = "git://invent.kde.org/graphics/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" # dirty hack to force the mobile version and hide the desktop one diff --git a/recipes-application/network/kdeconnect-kde.inc b/recipes-application/network/kdeconnect-kde.inc index 0678690..b0c71bb 100644 --- a/recipes-application/network/kdeconnect-kde.inc +++ b/recipes-application/network/kdeconnect-kde.inc @@ -19,9 +19,7 @@ DEPENDS += " \ kwayland \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};protocol=git \ -" +SRC_URI = "git://invent.kde.org/network/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kdeapp diff --git a/recipes-application/sdk/kirigami-gallery.inc b/recipes-application/sdk/kirigami-gallery.inc index 381590f..04dd314 100644 --- a/recipes-application/sdk/kirigami-gallery.inc +++ b/recipes-application/sdk/kirigami-gallery.inc @@ -8,7 +8,7 @@ DEPENDS += " \ kirigami \ " -SRC_URI = "git://anongit.kde.org/${BPN};nobranch=1" +SRC_URI = "git://invent.kde.org/sdk/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kdeapp diff --git a/recipes-extragear/libraries/pulseaudio-qt.inc b/recipes-extragear/libraries/pulseaudio-qt.inc index 2521528..916d131 100644 --- a/recipes-extragear/libraries/pulseaudio-qt.inc +++ b/recipes-extragear/libraries/pulseaudio-qt.inc @@ -8,9 +8,7 @@ DEPENDS = " \ pulseaudio \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kf5 diff --git a/recipes-extragear/sdk/heaptrack.inc b/recipes-extragear/sdk/heaptrack.inc index ccf8206..b11efd5 100644 --- a/recipes-extragear/sdk/heaptrack.inc +++ b/recipes-extragear/sdk/heaptrack.inc @@ -6,7 +6,7 @@ PR = "r0" DEPENDS = "zlib boost libunwind elfutils" -SRC_URI = "git://anongit.kde.org/heaptrack;protocol=git" +SRC_URI = "git://invent.kde.org/sdk/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake diff --git a/recipes-plasma/bluedevil.inc b/recipes-plasma/bluedevil.inc index 4b89b0f..8f310d5 100644 --- a/recipes-plasma/bluedevil.inc +++ b/recipes-plasma/bluedevil.inc @@ -20,9 +20,7 @@ DEPENDS = " \ shared-mime-info-native \ " -SRC_URI = " \ - git://git.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/breeze.inc b/recipes-plasma/breeze.inc index 84c8239..8ea829a 100644 --- a/recipes-plasma/breeze.inc +++ b/recipes-plasma/breeze.inc @@ -16,9 +16,7 @@ DEPENDS = " \ kwindowsystem \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/discover.inc b/recipes-plasma/discover.inc index a4bf59e..6cb399d 100644 --- a/recipes-plasma/discover.inc +++ b/recipes-plasma/discover.inc @@ -21,9 +21,7 @@ DEPENDS = " \ knotifications \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/kactivitymanagerd.inc b/recipes-plasma/kactivitymanagerd.inc index 981cf30..8565a59 100644 --- a/recipes-plasma/kactivitymanagerd.inc +++ b/recipes-plasma/kactivitymanagerd.inc @@ -15,9 +15,7 @@ DEPENDS = " \ kxmlgui \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/kde-cli-tools.inc b/recipes-plasma/kde-cli-tools.inc index 107979d..f1b3785 100644 --- a/recipes-plasma/kde-cli-tools.inc +++ b/recipes-plasma/kde-cli-tools.inc @@ -19,9 +19,7 @@ DEPENDS = " \ plasma-workspace \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/kdecoration.inc b/recipes-plasma/kdecoration.inc index 37f72d5..393cf7f 100644 --- a/recipes-plasma/kdecoration.inc +++ b/recipes-plasma/kdecoration.inc @@ -4,9 +4,7 @@ LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" PR = "r0" -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/kscreen.inc b/recipes-plasma/kscreen.inc index 0410a9c..76e155b 100644 --- a/recipes-plasma/kscreen.inc +++ b/recipes-plasma/kscreen.inc @@ -17,9 +17,7 @@ DEPENDS = " \ libkscreen \ " -SRC_URI = " \ - git://git.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/kscreenlocker.inc b/recipes-plasma/kscreenlocker.inc index 6f2b4ca..82cce33 100644 --- a/recipes-plasma/kscreenlocker.inc +++ b/recipes-plasma/kscreenlocker.inc @@ -23,7 +23,7 @@ DEPENDS = " \ " SRC_URI = " \ - git://git.kde.org/${BPN};nobranch=1 \ + git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https \ file://kde.pam \ " S = "${WORKDIR}/git" diff --git a/recipes-plasma/ksysguard.inc b/recipes-plasma/ksysguard.inc index 85980e6..e561479 100644 --- a/recipes-plasma/ksysguard.inc +++ b/recipes-plasma/ksysguard.inc @@ -19,9 +19,7 @@ DEPENDS = " \ libksysguard \ " -SRC_URI = " \ - git://git.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/kwayland-integration.inc b/recipes-plasma/kwayland-integration.inc index ab0537d..6f0b73c 100644 --- a/recipes-plasma/kwayland-integration.inc +++ b/recipes-plasma/kwayland-integration.inc @@ -11,9 +11,7 @@ DEPENDS = " \ kwayland \ " -SRC_URI = " \ - git://git.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/kwin.inc b/recipes-plasma/kwin.inc index b4c1cf9..4b09131 100644 --- a/recipes-plasma/kwin.inc +++ b/recipes-plasma/kwin.inc @@ -37,7 +37,7 @@ DEPENDS = " \ " SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ + git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https \ file://kwinrc \ " diff --git a/recipes-plasma/libkscreen.inc b/recipes-plasma/libkscreen.inc index fae3635..55a7f1a 100644 --- a/recipes-plasma/libkscreen.inc +++ b/recipes-plasma/libkscreen.inc @@ -9,9 +9,7 @@ DEPENDS = " \ kwayland \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/libksysguard.inc b/recipes-plasma/libksysguard.inc index f4948fa..437318b 100644 --- a/recipes-plasma/libksysguard.inc +++ b/recipes-plasma/libksysguard.inc @@ -17,9 +17,7 @@ DEPENDS = " \ plasma-framework \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/milou.inc b/recipes-plasma/milou.inc index 0d8f09c..8da5f56 100644 --- a/recipes-plasma/milou.inc +++ b/recipes-plasma/milou.inc @@ -14,9 +14,7 @@ DEPENDS = " \ krunner \ " -SRC_URI = " \ - git://git.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/plasma-integration.inc b/recipes-plasma/plasma-integration.inc index 2a95d45..c1566ac 100644 --- a/recipes-plasma/plasma-integration.inc +++ b/recipes-plasma/plasma-integration.inc @@ -19,9 +19,7 @@ DEPENDS = " \ libxcursor \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/plasma-nm.inc b/recipes-plasma/plasma-nm.inc index 909f9a2..2ad4c4d 100644 --- a/recipes-plasma/plasma-nm.inc +++ b/recipes-plasma/plasma-nm.inc @@ -30,9 +30,7 @@ DEPENDS = " \ qca \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/plasma-pa.inc b/recipes-plasma/plasma-pa.inc index 34a4679..3383b6b 100644 --- a/recipes-plasma/plasma-pa.inc +++ b/recipes-plasma/plasma-pa.inc @@ -14,9 +14,7 @@ DEPENDS = " \ libcanberra \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/plasma-phone-components.inc b/recipes-plasma/plasma-phone-components.inc index e06072a..e6913c9 100644 --- a/recipes-plasma/plasma-phone-components.inc +++ b/recipes-plasma/plasma-phone-components.inc @@ -13,9 +13,7 @@ DEPENDS = " \ gstreamer1.0 \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/plasma-settings.inc b/recipes-plasma/plasma-settings.inc index ebd7d52..c3dddd5 100644 --- a/recipes-plasma/plasma-settings.inc +++ b/recipes-plasma/plasma-settings.inc @@ -11,9 +11,7 @@ DEPENDS = " \ kinit \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma-mobile/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/plasma-workspace.inc b/recipes-plasma/plasma-workspace.inc index e72ddb1..4c383a5 100644 --- a/recipes-plasma/plasma-workspace.inc +++ b/recipes-plasma/plasma-workspace.inc @@ -39,9 +39,7 @@ DEPENDS = " \ libkscreen \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/polkit-kde-agent-1.inc b/recipes-plasma/polkit-kde-agent-1.inc index 23d0ebf..752355d 100644 --- a/recipes-plasma/polkit-kde-agent-1.inc +++ b/recipes-plasma/polkit-kde-agent-1.inc @@ -14,9 +14,7 @@ DEPENDS = " \ polkit-qt-1 \ " -SRC_URI = " \ - git://git.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/powerdevil.inc b/recipes-plasma/powerdevil.inc index f8887ec..6962c9c 100644 --- a/recipes-plasma/powerdevil.inc +++ b/recipes-plasma/powerdevil.inc @@ -22,9 +22,7 @@ DEPENDS = " \ bluez-qt \ " -SRC_URI = " \ - git://git.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/systemsettings.inc b/recipes-plasma/systemsettings.inc index 11adb1a..f078fed 100644 --- a/recipes-plasma/systemsettings.inc +++ b/recipes-plasma/systemsettings.inc @@ -24,9 +24,7 @@ DEPENDS += " \ plasma-workspace \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-plasma/xdg-desktop-portal-kde.inc b/recipes-plasma/xdg-desktop-portal-kde.inc index 80dcc56..f04e755 100644 --- a/recipes-plasma/xdg-desktop-portal-kde.inc +++ b/recipes-plasma/xdg-desktop-portal-kde.inc @@ -15,9 +15,7 @@ DEPENDS += " \ plasma-framework \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_plasma diff --git a/recipes-playground/calindori.inc b/recipes-playground/calindori.inc index 70b056e..7b7b3ee 100644 --- a/recipes-playground/calindori.inc +++ b/recipes-playground/calindori.inc @@ -11,9 +11,7 @@ DEPENDS = " \ plasma-framework \ " -SRC_URI = " \ - git://git@invent.kde.org/dkardarakos/${BPN}.git;nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma-mobile/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kdeapp diff --git a/recipes-playground/koko.inc b/recipes-playground/koko.inc index 8e8dc3a..212eaff 100644 --- a/recipes-playground/koko.inc +++ b/recipes-playground/koko.inc @@ -14,9 +14,7 @@ DEPENDS = " \ exiv2 \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma-mobile/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kdeapp diff --git a/recipes-playground/plasma-camera.inc b/recipes-playground/plasma-camera.inc index 531d639..ba62a54 100644 --- a/recipes-playground/plasma-camera.inc +++ b/recipes-playground/plasma-camera.inc @@ -9,9 +9,7 @@ DEPENDS = " \ kirigami \ " -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/plasma-mobile/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_kdeapp diff --git a/recipes-support/qca.inc b/recipes-support/qca.inc index 489ace5..070b6c7 100644 --- a/recipes-support/qca.inc +++ b/recipes-support/qca.inc @@ -6,9 +6,7 @@ PR = "r0" DEPENDS = "qtbase" -SRC_URI = " \ - git://anongit.kde.org/${BPN};nobranch=1 \ -" +SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" inherit cmake_qt5