[neon/kde/kontact/Neon/release] /: update snap for core20

Jonathan Riddell null at kde.org
Mon Mar 22 16:16:52 GMT 2021


Git commit b66983f1300532721287be4d0b3c1e1671935bd3 by Jonathan Riddell.
Committed on 22/03/2021 at 16:10.
Pushed by jriddell into branch 'Neon/release'.

update snap for core20

M  +6    -4    snapcraft.yaml

https://invent.kde.org/neon/kde/kontact/commit/b66983f1300532721287be4d0b3c1e1671935bd3

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 36a9ef2..fc4fdc1 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -61,9 +61,6 @@ package-repositories:
     url: http://origin.archive.neon.kde.org/user
     key-server: keyserver.ubuntu.com
 parts:
-    kde-frameworks-5-env:
-        plugin: dump
-        source: https://github.com/apachelogger/kf5-snap-env.git
     runtime:
         source: runtime
         plugin: dump
@@ -75,6 +72,8 @@ parts:
         parse-info:
         - usr/share/metainfo/org.kde.kontact.appdata.xml
         plugin: cmake
+        build-environment:
+        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
         build-snaps:
         - kde-frameworks-5-qt-5-15-core20-sdk/latest/candidate
         build-packages:
@@ -151,4 +150,7 @@ parts:
         - "-DENABLE_TESTING=OFF"
         - "-DBUILD_TESTING=OFF"
         - "-DKDE_SKIP_TEST_SETTINGS=ON"
-        - "-DCMAKE_FIND_ROOT_PATH=/root/stage\\;/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
+        - "-DCMAKE_FIND_ROOT_PATH=/usr\\;/root/stage\\;/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
+    kde-frameworks-5-env:
+        plugin: dump
+        source: https://invent.kde.org/packaging/snap-kf5-launcher.git


More information about the Neon-commits mailing list