[neon/infrastructure/pangea-conf-projects] overrides: override libksane and ksanecore which are both treated as kf5 in repo-metadata but we also want kf6 builds

Jonathan Esk-Riddell null at kde.org
Wed Jan 17 15:02:25 GMT 2024


Git commit 1097f7e5b2d952d236c68af086cab574810b2bef by Jonathan Esk-Riddell.
Committed on 17/01/2024 at 16:02.
Pushed by jriddell into branch 'master'.

override libksane and ksanecore which are both treated as kf5 in repo-metadata but we also want kf6 builds

M  +24   -0    overrides/base.yaml

https://invent.kde.org/neon/infrastructure/pangea-conf-projects/-/commit/1097f7e5b2d952d236c68af086cab574810b2bef

diff --git a/overrides/base.yaml b/overrides/base.yaml
index 2512881..bc1bf06 100644
--- a/overrides/base.yaml
+++ b/overrides/base.yaml
@@ -3422,3 +3422,27 @@
       type: git
       url: https://invent.kde.org/libraries/ksanecore.git
       branch: release/23.08
+
+'*invent.kde.org/neon/neon-packaging/libksane':
+  'Neon/unstable':
+    upstream_scm:
+      type: git
+      url: https://invent.kde.org/graphics/libksane.git
+      branch: master
+  'Neon/stable':
+    upstream_scm:
+      type: git
+      url: https://invent.kde.org/graphics/libksane.git
+      branch: release/24.02
+
+'*invent.kde.org/neon/neon-packaging/ksanecore':
+  'Neon/unstable':
+    upstream_scm:
+      type: git
+      url: https://invent.kde.org/libraries/ksanecore.git
+      branch: master
+  'Neon/stable':
+    upstream_scm:
+      type: git
+      url: https://invent.kde.org/libraries/ksanecore.git
+      branch: release/24.02


More information about the Neon-commits mailing list