[neon-notifications] Changes in repo-metadata
Neon CI
noreply at kde.org
Wed Dec 23 18:46:21 GMT 2020
commit b3f082f3877d1318fd99aa38ab387fc3a69b531d
Author: Johan Ouwerkerk <jm.ouwerkerk at gmail.com>
Date: Wed Dec 23 13:29:54 2020 +0100
chore: update Neochat to record the dependency on cmark
cmark is a third-party library: recording this dependency data is primarily meant for people who choose to build such third-party dependencies using kdesrc-build
diff --git a/dependencies/dependency-data-kf5-qt5 b/dependencies/dependency-data-kf5-qt5
index 7ca88844..bebe93e6 100644
--- a/dependencies/dependency-data-kf5-qt5
+++ b/dependencies/dependency-data-kf5-qt5
@@ -29,6 +29,7 @@ third-party/telepathy-accounts-signon: -frameworks/extra-cmake-modules
third-party/zxing-cpp: -frameworks/extra-cmake-modules
third-party/qxmpp: -frameworks/extra-cmake-modules
third-party/libquotient: -frameworks/extra-cmake-modules
+third-party/cmark: -frameworks/extra-cmake-modules
kdesupport/qca: -frameworks/extra-cmake-modules
#
@@ -37,6 +38,7 @@ kdesupport/qca: -frameworks/extra-cmake-modules
third-party/libgpg-error: -third-party/Qt5
third-party/taglib: -third-party/Qt5
third-party/telepathy-accounts-signon: -third-party/Qt5
+third-party/cmark: -third-party/Qt5
### Frameworks ###
@@ -1676,6 +1678,7 @@ extragear/network/neochat: frameworks/kdbusaddons
extragear/network/neochat: playground/libs/kquickimageeditor
extragear/network/neochat: third-party/libquotient
extragear/network/neochat: third-party/qtkeychain
+extragear/network/neochat: third-party/cmark
### Keysmith ###
commit 3404b35301f25b72200cffb3c61bb4c3a480e031
Author: Johan Ouwerkerk <jm.ouwerkerk at gmail.com>
Date: Wed Dec 23 13:10:36 2020 +0100
chore: update Neochat to record the dependency on QtKeychain
QtKeychain is a third-party library: recording this dependency data is primarily meant for people who choose to build such third-party dependencies using kdesrc-build
diff --git a/dependencies/dependency-data-kf5-qt5 b/dependencies/dependency-data-kf5-qt5
index 314bb59a..7ca88844 100644
--- a/dependencies/dependency-data-kf5-qt5
+++ b/dependencies/dependency-data-kf5-qt5
@@ -1675,6 +1675,7 @@ extragear/network/neochat: frameworks/knotifications
extragear/network/neochat: frameworks/kdbusaddons
extragear/network/neochat: playground/libs/kquickimageeditor
extragear/network/neochat: third-party/libquotient
+extragear/network/neochat: third-party/qtkeychain
### Keysmith ###
commit ba3f77f9fccaa8503c128b7a2435f3104bb7df3d
Author: Ben Cooksley <bcooksley at kde.org>
Date: Thu Dec 24 06:44:47 2020 +1300
Correct virtual paths for Neochat and KQuickImageEditor in logical-module-structure, and move them to the semantically correct places in the file
diff --git a/dependencies/logical-module-structure b/dependencies/logical-module-structure
index e6b0c690..1a2d0e55 100644
--- a/dependencies/logical-module-structure
+++ b/dependencies/logical-module-structure
@@ -1499,6 +1499,12 @@
"kf5-qt5": "master",
"stable-kf5-qt5": "0.6"
},
+ "extragear/network/neochat" : {
+ "stable-qt4": "",
+ "latest-qt4": "",
+ "kf5-qt5": "master",
+ "stable-kf5-qt5": "1.0"
+ },
"extragear/network/telepathy/*": {
"stable-qt4": "kde-telepathy-0.9",
"latest-qt4": "kde-telepathy-0.9",
@@ -2033,6 +2039,12 @@
"kf5-qt5": "master",
"stable-kf5-qt5": "master"
},
+ "playground/libs/kquickimageeditor" : {
+ "stable-qt4": "",
+ "latest-qt4": "",
+ "kf5-qt5": "master",
+ "stable-kf5-qt5": "0.1"
+ },
"playground/base/qtcurve" : {
"latest-qt4": "master",
"kf5-qt5": "master",
@@ -2322,23 +2334,13 @@
"kf5-qt5": "frameworks-scratch",
"stable-kf5-qt5": ""
},
+
+
"unmaintained/gpgmepp" : {
"stable-qt4": "",
"latest-qt4": "",
"kf5-qt5": "master",
"stable-kf5-qt5": "Applications/16.08"
- },
- "kde/kdenetwork/neochat" : {
- "stable-qt4": "",
- "latest-qt4": "",
- "kf5-qt5": "master",
- "stable-kf5-qt5": "1.0"
- },
- "kde/kdelibs/kquickimageeditor" : {
- "stable-qt4": "",
- "latest-qt4": "",
- "kf5-qt5": "master",
- "stable-kf5-qt5": "0.1"
}
}
}
commit 06f26b0973c0e0ba953b1afbfbb5d164df2d3e34
Author: Carl Schwan <carl at carlschwan.eu>
Date: Wed Dec 23 13:17:59 2020 +0000
Update i18n.json
diff --git a/projects-invent/libraries/kquickimageeditor/i18n.json b/projects-invent/libraries/kquickimageeditor/i18n.json
index f904d166..72e3f42f 100644
--- a/projects-invent/libraries/kquickimageeditor/i18n.json
+++ b/projects-invent/libraries/kquickimageeditor/i18n.json
@@ -1 +1 @@
-{"stable": "none", "trunk": "none", "stable_kf5": "none", "trunk_kf5": "master"}
+{"stable": "none", "trunk": "none", "stable_kf5": "0.1", "trunk_kf5": "master"}
commit 0ced6015fe685738f26f115cf2e730b5fd5213ec
Author: Carl Schwan <carl at carlschwan.eu>
Date: Wed Dec 23 13:05:32 2020 +0000
Add neochat and kquickimageeditor in logical-module-structure
diff --git a/dependencies/logical-module-structure b/dependencies/logical-module-structure
index 0f007d7c..e6b0c690 100644
--- a/dependencies/logical-module-structure
+++ b/dependencies/logical-module-structure
@@ -2322,14 +2322,23 @@
"kf5-qt5": "frameworks-scratch",
"stable-kf5-qt5": ""
},
-
-
-
"unmaintained/gpgmepp" : {
"stable-qt4": "",
"latest-qt4": "",
"kf5-qt5": "master",
"stable-kf5-qt5": "Applications/16.08"
+ },
+ "kde/kdenetwork/neochat" : {
+ "stable-qt4": "",
+ "latest-qt4": "",
+ "kf5-qt5": "master",
+ "stable-kf5-qt5": "1.0"
+ },
+ "kde/kdelibs/kquickimageeditor" : {
+ "stable-qt4": "",
+ "latest-qt4": "",
+ "kf5-qt5": "master",
+ "stable-kf5-qt5": "0.1"
}
}
}
More information about the neon-notifications
mailing list