[neon-notifications] Changes in repo-metadata

Neon CI noreply at kde.org
Thu Apr 11 19:46:25 BST 2024


commit fb81f9c81c24bb0d71190bf060bd5d1234279ad1
Author: Luigi Toscano <luigi.toscano at tiscali.it>
Date:   Thu Apr 11 09:35:18 2024 +0200

    rkward: fix a duplicated branch key

diff --git a/projects-invent/education/rkward/i18n.json b/projects-invent/education/rkward/i18n.json
index e38cd080..15811ef4 100644
--- a/projects-invent/education/rkward/i18n.json
+++ b/projects-invent/education/rkward/i18n.json
@@ -1 +1 @@
-{"stable": "none", "trunk": "none", "stable_kf5": "none", "trunk_kf5": "none", "trunk_kf5": "kf5", "trunk_kf6": "master"}
+{"stable": "none", "trunk": "none", "stable_kf5": "none", "trunk_kf5": "kf5", "trunk_kf6": "master"}

commit 13bd7faf4a77d3851af0912ef426e997220d77c8
Author: Carl Schwan <carl at carlschwan.eu>
Date:   Wed Apr 10 18:08:12 2024 +0200

    Port RKward to QT6
    
    Keep kf5 as trunk_kf5 and definitely drop the old kdelibs 4.x branch.

diff --git a/dependencies/logical-module-structure.json b/dependencies/logical-module-structure.json
index 347a921e..a497d75f 100644
--- a/dependencies/logical-module-structure.json
+++ b/dependencies/logical-module-structure.json
@@ -926,7 +926,8 @@
             "stable-kf5-qt5": ""
         },
         "extragear/education/rkward": {
-            "kf5-qt5": "master",
+            "kf6-qt6": "master",
+            "kf5-qt5": "kf5",
             "stable-kf5-qt5": ""
         },
         "playground/utils/kregexpeditor": {
diff --git a/projects-invent/education/rkward/i18n.json b/projects-invent/education/rkward/i18n.json
index d531a234..e38cd080 100644
--- a/projects-invent/education/rkward/i18n.json
+++ b/projects-invent/education/rkward/i18n.json
@@ -1 +1 @@
-{"trunk": "kde4", "stable": "none", "stable_kf5": "none", "trunk_kf5": "master"}
+{"stable": "none", "trunk": "none", "stable_kf5": "none", "trunk_kf5": "none", "trunk_kf5": "kf5", "trunk_kf6": "master"}

commit 76f07188c6631406b69c97e185cd40079a5ab81e
Author: Friedrich W. H. Kossebau <kossebau at kde.org>
Date:   Wed Apr 10 19:55:38 2024 +0200

    Make kdesdk-kio Qt6-only

diff --git a/dependencies/logical-module-structure.json b/dependencies/logical-module-structure.json
index a8210365..347a921e 100644
--- a/dependencies/logical-module-structure.json
+++ b/dependencies/logical-module-structure.json
@@ -246,7 +246,6 @@
         },
         "kde/kdesdk/kdesdk-kio" : {
             "kf6-qt6": "master",
-            "kf5-qt5": "master",
             "stable-kf6-qt6": "",
             "stable-kf5-qt5": "release/24.02"
         },
diff --git a/projects-invent/sdk/kdesdk-kio/i18n.json b/projects-invent/sdk/kdesdk-kio/i18n.json
index 73373851..0a768d01 100644
--- a/projects-invent/sdk/kdesdk-kio/i18n.json
+++ b/projects-invent/sdk/kdesdk-kio/i18n.json
@@ -1 +1 @@
-{"trunk": "none", "stable": "none", "stable_kf5": "release/24.02", "trunk_kf5": "master"}
+{"trunk": "none", "stable": "none", "stable_kf5": "release/24.02", "trunk_kf5": "none", "trunk_kf6": "master"}



More information about the neon-notifications mailing list