[neon/kde/kalgebra/Neon/release] /: use cmake-parameters, remove version get it from appstream

Jonathan Riddell null at kde.org
Wed Mar 3 16:14:34 GMT 2021


Git commit 42cab57c616cb6988cca1d59c5233c76522f263a by Jonathan Riddell.
Committed on 03/03/2021 at 16:13.
Pushed by jriddell into branch 'Neon/release'.

use cmake-parameters, remove version get it from appstream

M  +2    -3    snapcraft.yaml

https://invent.kde.org/neon/kde/kalgebra/commit/42cab57c616cb6988cca1d59c5233c76522f263a

diff --git a/snapcraft.yaml b/snapcraft.yaml
index d5867e4..08f47cf 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,6 +1,5 @@
 ---
 name: kalgebra
-version: 20.12.3
 confinement: strict
 grade: stable
 base: core20
@@ -52,7 +51,7 @@ parts:
         - libncurses5-dev
         - libreadline-dev
         source: https://download.kde.org/stable/applications/19.04.0/src/analitza-19.04.0.tar.xz
-        configflags:
+        cmake-parameters:
         - "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
         - "-DCMAKE_INSTALL_PREFIX=/usr"
         - "-DCMAKE_BUILD_TYPE=Release"
@@ -77,7 +76,7 @@ parts:
         - libncurses5-dev
         - libreadline-dev
         source: http://download.kde.org/stable/release-service/20.12.3/src/kalgebra-20.12.3.tar.xz
-        configflags:
+        cmake-parameters:
         - "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
         - "-DCMAKE_INSTALL_PREFIX=/usr"
         - "-DCMAKE_BUILD_TYPE=Release"


More information about the Neon-commits mailing list