[neon/kde/okular/Neon/release] /: ignore qt libs for prime, build with neon repos

Jonathan Riddell null at kde.org
Tue Mar 2 17:23:51 GMT 2021


Git commit fd27470e1313dd760b3af9e0efe6b14a5707df59 by Jonathan Riddell.
Committed on 02/03/2021 at 17:23.
Pushed by jriddell into branch 'Neon/release'.

ignore qt libs for prime, build with neon repos

M  +10   -0    snapcraft.yaml

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

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 566bb5d..20774af 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -33,6 +33,15 @@ plugs:
         interface: content
         default-provider: kde-frameworks-5-qt-5-15-core20
         target: kf5
+package-repositories:
+-   type: apt
+    components:
+    - main
+    suites:
+    - focal
+    key-id: 444DABCF3667D0283F894EDDE6D4736255751E5D
+    url: http://origin.archive.neon.kde.org/user
+    key-server: keyserver.ubuntu.com
 parts:
     kde-frameworks-5-env:
         plugin: dump
@@ -165,6 +174,7 @@ parts:
         - "-var/lib/ghostscript"
         - "-usr/share/ghostscript/*/Resource/CMap"
         - "-usr/lib/*/liblzma.so"
+        - "-usr/lib/*/libQt5*"
         source: http://download.kde.org/stable/release-service/20.12.2/src/okular-20.12.2.tar.xz
         cmake-parameters:
         - "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"


More information about the Neon-commits mailing list