[neon/kde/blinken/Neon/release] /: simplify

Jonathan Riddell null at kde.org
Tue Mar 9 13:33:06 GMT 2021


Git commit 2ce5618aa2746708540b675c64cbd84f37590266 by Jonathan Riddell.
Committed on 09/03/2021 at 13:33.
Pushed by jriddell into branch 'Neon/release'.

simplify

M  +4    -14   snapcraft.yaml

https://invent.kde.org/neon/kde/blinken/commit/2ce5618aa2746708540b675c64cbd84f37590266

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 6cb8242..e1d686a 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -46,6 +46,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:
         - qt5-default
@@ -77,18 +80,5 @@ parts:
         prime:
         - "$exclusion"
     kde-frameworks-5-env:
-        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"
         plugin: dump
-        source: https://anongit.kde.org/snap-kf5-launcher.git
+        source: https://invent.kde.org/packaging/snap-kf5-launcher.git


More information about the Neon-commits mailing list