[neon/snap-packaging/kf6-core-sdk/work.core24] /: add solibs missing from kde-neon-qt6 snap, so they are not missing further down the stack

Carlos De Maine null at kde.org
Sun Feb 15 09:11:48 GMT 2026


Git commit b4e0e46d6831f964a4459cc4bf9f55a67204b2ca by Carlos De Maine.
Committed on 15/02/2026 at 09:11.
Pushed by carlosdem into branch 'work.core24'.

add solibs missing from kde-neon-qt6 snap, so they are not missing further down the stack

M  +8    -6    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kf6-core-sdk/-/commit/b4e0e46d6831f964a4459cc4bf9f55a67204b2ca

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 98d0ba7..d40ba23 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -176,13 +176,16 @@ parts:
       - gsettings-desktop-schemas
     plugin: nil
     stage-packages:
-      - libpcre2-16-0
-      - libegl1
       - libclang-cpp18
-      - libsm6
-      - libice6
+      - libduktape207
+      - libegl1
       - libfbclient2
-
+      - libfreetype6
+      - libice6
+      - libpcre2-16-0
+      - libsm6     
+      - libxkbcommon0
+      
   extra-cmake-modules:
     after:
       - missing-deps
@@ -2489,7 +2492,6 @@ parts:
     build-environment: *buildenvironment
   fix_pc_files:
     after:
-      - missing-deps
       - missing-deps
       - extra-cmake-modules
       - plasma-wayland-protocols


More information about the Neon-commits mailing list