[neon/kde/kalarm/Neon/release] /: add missing common-id

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


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

add missing common-id

M  +3    -0    snapcraft.yaml

https://invent.kde.org/neon/kde/kalarm/commit/cc93238ced8ac623384cebb2bea42c34d8b59c42

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 28db96e..b4d3739 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -7,6 +7,7 @@ base: core18
 adopt-info: kalarm
 apps:
     kalarm:
+        common-id: org.kde.kalarm.desktop
         command: kf5-launch kalarm
         plugs:
         - kde-frameworks-5-plug
@@ -37,6 +38,8 @@ parts:
         after:
         - kde-frameworks-5-env
         plugin: cmake
+        build-environment:
+        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
         build-packages:
         - kross-dev
         - libassuan-dev


More information about the Neon-commits mailing list