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

Jonathan Riddell null at kde.org
Wed Mar 3 16:17:55 GMT 2021


Git commit c3bdc76c37852dec045e42ac0ba95091a20c139c 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    -3    snapcraft.yaml

https://invent.kde.org/neon/kde/kompare/commit/c3bdc76c37852dec045e42ac0ba95091a20c139c

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 546d52a..c21e529 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,11 +1,9 @@
 ---
 name: kompare
-version: 20.12.3
 confinement: strict
 grade: stable
 base: core20
 adopt-info: kompare
-version: 20.12.2
 apps:
     kompare:
         common-id: org.kde.kompare.desktop
@@ -76,7 +74,7 @@ parts:
             snapcraftctl build
             update-mime-database $SNAPCRAFT_PART_INSTALL/usr/share/mime/
         source: http://download.kde.org/stable/release-service/20.12.3/src/kompare-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