[neon-notifications] Changes in repo-metadata
Neon CI
noreply at kde.org
Thu Nov 9 18:46:20 GMT 2023
commit 6849bb22b1a3ba29942bb2bc0df008048fda689c
Author: Luigi Toscano <luigi.toscano at tiscali.it>
Date: Thu Nov 9 18:50:04 2023 +0100
The master branch of another module is Qt6 only now
Namely:
- kuserfeedback
The logical-module-structure file was already adapted.
diff --git a/projects-invent/frameworks/kuserfeedback/i18n.json b/projects-invent/frameworks/kuserfeedback/i18n.json
index 31dfafe5..6ed346aa 100644
--- a/projects-invent/frameworks/kuserfeedback/i18n.json
+++ b/projects-invent/frameworks/kuserfeedback/i18n.json
@@ -1 +1 @@
-{"trunk": "none", "stable": "none", "stable_kf5": "none", "trunk_kf5": "master"}
+{"trunk": "none", "stable": "none", "stable_kf5": "none", "trunk_kf5": "none", "trunk_kf6": "master"}
commit 745a9b933329b205aa70ebf64c1f71b0509f4ce8
Author: Nicolas Fella <nicolas.fella at gmx.de>
Date: Tue Nov 7 20:07:09 2023 +0100
Make KClock Qt6-only
diff --git a/dependencies/logical-module-structure b/dependencies/logical-module-structure
index be7a0e98..5f381956 100644
--- a/dependencies/logical-module-structure
+++ b/dependencies/logical-module-structure
@@ -598,8 +598,8 @@
"stable-kf5-qt5": "release/23.08"
},
"extragear/utils/kclock": {
- "kf6-qt6": "kf6",
- "kf5-qt5": "master",
+ "kf6-qt6": "master",
+ "kf5-qt5": "release/23.08",
"stable-kf5-qt5": "release/23.08"
},
"extragear/utils/kalk": {
diff --git a/projects-invent/utilities/kclock/i18n.json b/projects-invent/utilities/kclock/i18n.json
index ba2273bd..14752c84 100644
--- a/projects-invent/utilities/kclock/i18n.json
+++ b/projects-invent/utilities/kclock/i18n.json
@@ -1 +1 @@
-{"trunk": "none", "stable": "none", "stable_kf5": "release/23.08", "trunk_kf5": "master"}
+{"trunk": "none", "stable": "none", "stable_kf5": "release/23.08", "trunk_kf5": "none", "trunk_kf6": "master"}
commit b5abdae3b021c76b11276514f4e1eb5e4a8a964a
Author: Friedrich W. H. Kossebau <kossebau at kde.org>
Date: Tue Nov 7 20:09:22 2023 +0100
Make dolphin-plugins Qt6-only
diff --git a/dependencies/logical-module-structure b/dependencies/logical-module-structure
index fabee66b..be7a0e98 100644
--- a/dependencies/logical-module-structure
+++ b/dependencies/logical-module-structure
@@ -345,7 +345,7 @@
},
"kde/kdesdk/dolphin-plugins" : {
- "kf5-qt5": "master",
+ "kf5-qt5": "release/23.08",
"stable-kf5-qt5": "release/23.08",
"kf6-qt6": "master"
},
diff --git a/projects-invent/sdk/dolphin-plugins/i18n.json b/projects-invent/sdk/dolphin-plugins/i18n.json
index ba2273bd..14752c84 100644
--- a/projects-invent/sdk/dolphin-plugins/i18n.json
+++ b/projects-invent/sdk/dolphin-plugins/i18n.json
@@ -1 +1 @@
-{"trunk": "none", "stable": "none", "stable_kf5": "release/23.08", "trunk_kf5": "master"}
+{"trunk": "none", "stable": "none", "stable_kf5": "release/23.08", "trunk_kf5": "none", "trunk_kf6": "master"}
commit c4b16e497f19f5da1e07d24206234b16112e2b14
Author: Luigi Toscano <luigi.toscano at tiscali.it>
Date: Wed Nov 8 20:07:38 2023 +0100
Fix i18n tracking for kactivities-stats and plasma-framework
These repositories were moved to Plasma from Frameworks, so they need
an explicit i18n.json file (previously they used the implicit default
rules defined for Frameworks repositories).
diff --git a/projects-invent/plasma/kactivities-stats/i18n.json b/projects-invent/plasma/kactivities-stats/i18n.json
new file mode 100644
index 00000000..00e9e566
--- /dev/null
+++ b/projects-invent/plasma/kactivities-stats/i18n.json
@@ -0,0 +1 @@
+{"trunk": "none", "stable": "none", "stable_kf5": "none", "trunk_kf5": "kf5", "trunk_kf6": "master"}
diff --git a/projects-invent/plasma/plasma-framework/i18n.json b/projects-invent/plasma/plasma-framework/i18n.json
new file mode 100644
index 00000000..00e9e566
--- /dev/null
+++ b/projects-invent/plasma/plasma-framework/i18n.json
@@ -0,0 +1 @@
+{"trunk": "none", "stable": "none", "stable_kf5": "none", "trunk_kf5": "kf5", "trunk_kf6": "master"}
More information about the neon-notifications
mailing list