[neon/snap-packaging/kf6-snap] /: Fix after for qcoro et qtkeychain

Benjamin Port null at kde.org
Tue Apr 9 09:02:59 BST 2024


Git commit 59b489645247deb98dc2400cdc99842850c7b1e5 by Benjamin Port.
Committed on 09/04/2024 at 08:02.
Pushed by bport into branch 'master'.

Fix after for qcoro et qtkeychain

M  +4    -0    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kf6-snap/-/commit/59b489645247deb98dc2400cdc99842850c7b1e5

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 52cdd9b..2f23267 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1670,6 +1670,8 @@ parts:
         cmake-parameters: *cmakeparameters
         build-environment: *buildenvironment
     qtkeychain:
+        after:
+        - qtconf
         source: https://github.com/frankosterfeld/qtkeychain.git
         source-branch: main
         build-snaps:
@@ -1681,6 +1683,8 @@ parts:
         cmake-parameters: *cmakeparameters
         build-environment: *buildenvironment
     qcoro:
+        after:
+        - qtconf
         source: https://github.com/danvratil/qcoro.git
         source-branch: main
         build-snaps:


More information about the Neon-commits mailing list