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

Jonathan Riddell null at kde.org
Mon Mar 15 13:42:08 GMT 2021


Git commit 84e03e133c21a5d7f30efeb688ed6e21d65214fd by Jonathan Riddell.
Committed on 15/03/2021 at 13:42.
Pushed by jriddell into branch 'Neon/release'.

add missing common-id

M  +6    -0    snapcraft.yaml

https://invent.kde.org/neon/extras/elisa/commit/84e03e133c21a5d7f30efeb688ed6e21d65214fd

diff --git a/snapcraft.yaml b/snapcraft.yaml
index a2f3441..cf01fe2 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -5,6 +5,7 @@ grade: devel
 adopt-info: elisa
 apps:
     elisa:
+        common-id: org.kde.elisa.desktop
         command: kf5-launch elisa
         plugs:
         - kde-frameworks-5-plug
@@ -58,6 +59,8 @@ parts:
         source-type: git
         source-depth: 1
         plugin: cmake
+        build-environment:
+        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
         cmake-parameters:
         - "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
         - "-DCMAKE_INSTALL_PREFIX=/usr"
@@ -81,3 +84,6 @@ parts:
             - "-usr/lib/aspell/*"
         prime:
         - "$exclusion"
+    kde-frameworks-5-env:
+        plugin: dump
+        source: https://invent.kde.org/packaging/snap-kf5-launcher.git


More information about the Neon-commits mailing list