[neon/extras/kstars/Neon/release] /: add missing common id

Jonathan Riddell null at kde.org
Mon Mar 15 13:43:34 GMT 2021


Git commit 257f066da7bb4a815d2871f7aa9156458c0cac08 by Jonathan Riddell.
Committed on 15/03/2021 at 13:43.
Pushed by jriddell into branch 'Neon/release'.

add missing common id

M  +4    -15   snapcraft.yaml

https://invent.kde.org/neon/extras/kstars/commit/257f066da7bb4a815d2871f7aa9156458c0cac08

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 446d3a9..64beebf 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -7,6 +7,7 @@ base: core20
 adopt-info: kstars
 apps:
     kstars:
+        common-id: org.kde.kstars.desktop
         command: kf5-launch kstars
         plugs:
         - kde-frameworks-5-plug
@@ -59,8 +60,9 @@ package-repositories:
 parts:
     kstars:
         plugin: cmake
+        build-environment:
+        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
         build-packages:
-        - qt5-default
         - libeigen3-dev
         - zlib1g-dev
         - libcfitsio-dev
@@ -211,17 +213,4 @@ parts:
         - "$exclusion"
     kde-frameworks-5-env:
         plugin: dump
-        source: https://anongit.kde.org/snap-kf5-launcher.git
-        filesets:
-            exclusion:
-            - "-usr/lib/*/cmake/*"
-            - "-usr/include/*"
-            - "-usr/share/ECM/*"
-            - "-usr/share/doc/*"
-            - "-usr/share/man/*"
-            - "-usr/share/icons/breeze-dark*"
-            - "-usr/bin/X11"
-            - "-usr/lib/gcc/x86_64-linux-gnu/6.0.0"
-            - "-usr/lib/aspell/*"
-        prime:
-        - "$exclusion"
+        source: https://invent.kde.org/packaging/snap-kf5-launcher.git


More information about the Neon-commits mailing list