[neon-notifications] Changes in repo-metadata
Neon CI
noreply at kde.org
Tue Jul 9 19:46:26 BST 2024
commit 22b0b8e77604ce09f711708fd2d57b7dc837138a
Author: Stefan Gerlach <stefan.gerlach at uni-konstanz.de>
Date: Tue Jul 9 10:48:52 2024 +0000
Update logical-module-structure.json: labplot latest stable is 2.11
diff --git a/dependencies/logical-module-structure.json b/dependencies/logical-module-structure.json
index 4c5ecdf1..d2b01f3a 100644
--- a/dependencies/logical-module-structure.json
+++ b/dependencies/logical-module-structure.json
@@ -770,7 +770,7 @@
},
"extragear/edu/labplot": {
"kf5-qt5": "master",
- "stable-kf5-qt5": "release/2.8"
+ "stable-kf5-qt5": "release/2.11"
},
"extragear/multimedia/kasts": {
"kf6-qt6": "master",
commit da0e8b5f08544cf97323aed4e33a541731f93517
Author: Stefan Gerlach <stefan.gerlach at uni-konstanz.de>
Date: Tue Jul 9 10:35:17 2024 +0000
Update i18n.json: new stable release 2.11
diff --git a/projects-invent/education/labplot/i18n.json b/projects-invent/education/labplot/i18n.json
index 8011cfb3..0ae78ff2 100644
--- a/projects-invent/education/labplot/i18n.json
+++ b/projects-invent/education/labplot/i18n.json
@@ -1 +1 @@
-{"trunk": "none", "stable": "none", "stable_kf5": "release/2.10", "trunk_kf5": "master"}
+{"trunk": "none", "stable": "none", "stable_kf5": "release/2.11", "trunk_kf5": "master"}
commit 7a388f195198f6373053f0bcf9611b6180fd8b61
Author: Louis Schul <schul9louis at gmail.com>
Date: Mon Jun 17 08:38:18 2024 +0200
Add KleverNotes to logical-module-structure
diff --git a/dependencies/logical-module-structure.json b/dependencies/logical-module-structure.json
index 5aa483a2..4c5ecdf1 100644
--- a/dependencies/logical-module-structure.json
+++ b/dependencies/logical-module-structure.json
@@ -573,6 +573,11 @@
"kf5-qt5": "",
"stable-kf5-qt5": ""
},
+ "extragear/office/klevernotes": {
+ "kf6-qt6": "master",
+ "kf5-qt5": "",
+ "stable-kf5-qt5": ""
+ },
"extragear/pim/trojita": {
"kf5-qt5": "master",
"stable-kf5-qt5": ""
commit 3b87af483404d8ad3c3a965e87a3feffc1b9a804
Author: Andrew Shark <ashark at linuxcomp.ru>
Date: Sat Jul 6 17:30:50 2024 +0300
Remove comments on needing to run autogen.sh
This is already done by kdesrc-build/kde-builder.
diff --git a/module-definitions/custom-qt5-libs.ksb b/module-definitions/custom-qt5-libs.ksb
index c07cfdd7..8badceb8 100644
--- a/module-definitions/custom-qt5-libs.ksb
+++ b/module-definitions/custom-qt5-libs.ksb
@@ -14,8 +14,6 @@ end module-set
options libgpg-error
repository https://dev.gnupg.org/source/libgpg-error.git
branch master
- # NOTE: you need to run ./autogen.sh before kdesrc-build runs configure.
- # Maybe we can ask kdesrc-build do to that?
configure-flags --enable-maintainer-mode
end options
@@ -23,8 +21,6 @@ end options
options gpgme
repository https://dev.gnupg.org/source/gpgme.git
branch master
- # NOTE: you need to run ./autogen.sh before kdesrc-build runs configure.
- # Maybe we can ask kdesrc-build do to that?
configure-flags --enable-maintainer-mode --enable-languages=cpp,qt5
end options
diff --git a/module-definitions/custom-qt6-libs.ksb b/module-definitions/custom-qt6-libs.ksb
index 32d6f0e1..eab90e19 100644
--- a/module-definitions/custom-qt6-libs.ksb
+++ b/module-definitions/custom-qt6-libs.ksb
@@ -14,8 +14,6 @@ end module-set
options libgpg-error
repository https://dev.gnupg.org/source/libgpg-error.git
branch master
- # NOTE: you need to run ./autogen.sh before kdesrc-build runs configure.
- # Maybe we can ask kdesrc-build do to that?
configure-flags --enable-maintainer-mode
end options
@@ -23,8 +21,6 @@ end options
options gpgme
repository https://dev.gnupg.org/source/gpgme.git
branch master
- # NOTE: you need to run ./autogen.sh before kdesrc-build runs configure.
- # Maybe we can ask kdesrc-build do to that?
configure-flags --enable-maintainer-mode --enable-languages=cpp,qt6
end options
More information about the neon-notifications
mailing list