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

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


Git commit d568028d1f73908e7660a646b757eb90d70c74da 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/bovo/commit/d568028d1f73908e7660a646b757eb90d70c74da

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 7156bf0..eebcded 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -49,6 +49,9 @@ parts:
         source: http://download.kde.org/stable/release-service/20.12.3/src/bovo-20.12.3.tar.xz
         build-packages:
         - libkf5doctools-dev
+        build-environment:
+        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
+        - VERBOSE: "1"
         cmake-parameters:
         - "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
         - "-DCMAKE_INSTALL_PREFIX=/usr"
@@ -73,18 +76,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