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

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


Git commit c1c2d09712e8f00e4d8751c1562fb7ccf5e09c3d 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/spectacle/commit/c1c2d09712e8f00e4d8751c1562fb7ccf5e09c3d

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 3113551..0999807 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,6 +1,5 @@
 ---
 name: spectacle
-version: 20.12.3
 confinement: strict
 grade: stable
 base: core20
@@ -62,7 +61,7 @@ parts:
         - libxcb-cursor0
         - libxcb-util1
         - libxcb-xfixes0
-        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