[neon/neon-packaging/symboleditor/Neon/release] /: add missing common-id

Jonathan Riddell null at kde.org
Mon Mar 15 13:41:21 GMT 2021


Git commit 0b2fa197a1244244b5bd875f5fa9427efba5f114 by Jonathan Riddell.
Committed on 15/03/2021 at 13:41.
Pushed by jriddell into branch 'Neon/release'.

add missing common-id

M  +5    -14   snapcraft.yaml

https://invent.kde.org/neon/neon-packaging/symboleditor/commit/0b2fa197a1244244b5bd875f5fa9427efba5f114

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 5605dfd..24f4754 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -7,6 +7,7 @@ base: core20
 adopt-info: symboleditor
 apps:
     symboleditor:
+        common-id: org.kde.SymbolEditor.desktop
         command: kf5-launch SymbolEditor
         plugs:
         - kde-frameworks-5-plug
@@ -46,6 +47,9 @@ parts:
         - kde-frameworks-5-qt-5-15-core20-sdk/latest/candidate
         after:
         - kde-frameworks-5-env
+        build-environment:
+        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
+        - VERBOSE: "1"
         plugin: cmake
         build-packages:
         - build-essential
@@ -76,17 +80,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