[neon/kde/okular/Neon/release] /: update snaps for core20

Jonathan Riddell null at kde.org
Wed Mar 3 16:28:28 GMT 2021


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

update snaps for core20

M  +25   -0    snapcraft.yaml

https://invent.kde.org/neon/kde/okular/commit/cad697687fc34c235ca5080423f4ce3dcfc2e628

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 089fa39..2b60278 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -44,6 +44,19 @@ package-repositories:
     key-server: keyserver.ubuntu.com
 parts:
     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
     poppler:
@@ -170,7 +183,19 @@ parts:
         - qml-module-qtquick-controls2
         - libglu1-mesa
         - libmarkdown2
+        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"
         - "-var/lib/ghostscript"
         - "-usr/share/ghostscript/*/Resource/CMap"
         - "-usr/lib/*/liblzma.so"



More information about the Neon-commits mailing list