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

Jonathan Riddell null at kde.org
Wed Mar 3 16:13:57 GMT 2021


Git commit 8c23e86d9e99c25f3769ae3880abdc5d987b675c 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  +1    -2    snapcraft.yaml

https://invent.kde.org/neon/kde/cantor/commit/8c23e86d9e99c25f3769ae3880abdc5d987b675c

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 42a1ea7..707f054 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,6 +1,5 @@
 ---
 name: cantor
-version: 20.12.2
 confinement: strict
 grade: stable
 base: core20
@@ -87,7 +86,7 @@ parts:
         - "-usr/share/ghostscript/*/Resource/CMap"
         - "$exclusion"
         source: http://download.kde.org/stable/release-service/20.12.2/src/cantor-20.12.2.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