[neon/snap-packaging/kcalc-snap] /: adapt to out of source build

Carlos De Maine null at kde.org
Fri Aug 9 12:16:22 BST 2024


Git commit 9b8b3544ce15a929b76cdeacaaafae62abe7d738 by Carlos De Maine.
Committed on 09/08/2024 at 11:16.
Pushed by carlosdem into branch 'master'.

adapt to out of source build

M  +2    -2    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kcalc-snap/-/commit/9b8b3544ce15a929b76cdeacaaafae62abe7d738

diff --git a/snapcraft.yaml b/snapcraft.yaml
index dd6d03e..48c79f9 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -48,8 +48,8 @@ parts:
         - libmpfr6
         - libgmp10
         - breeze-icon-theme
-        source: .
-        source-type: local
+        source: https://invent.kde.org//utilities/kcalc.git
+        source-branch: release/24.05
         cmake-parameters:
         - "--log-level=STATUS"
         - "-DBUILD_TESTING=OFF"


More information about the Neon-commits mailing list