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

Jonathan Riddell null at kde.org
Wed Mar 3 16:28:07 GMT 2021


Git commit 3c72df098c07ed5ffa71c86af7acd05be871defd by Jonathan Riddell.
Committed on 03/03/2021 at 16:24.
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/rocs/commit/3c72df098c07ed5ffa71c86af7acd05be871defd

diff --git a/snapcraft.yaml b/snapcraft.yaml
index e52a404..e872fdd 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,6 +1,5 @@
 ---
 name: rocs
-version: 20.12.3
 confinement: strict
 grade: stable
 base: core20
@@ -59,7 +58,7 @@ parts:
         - libboost-graph-dev
         - libgrantlee5-dev
         source: http://download.kde.org/stable/release-service/20.12.3/src/rocs-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