[neon/snap-packaging/snapcraft-desktop-integration] kde-neon-6: Sync to snapcraft.

Scarlett Moore null at kde.org
Sat Oct 12 09:38:37 BST 2024


Git commit 33debb62822d822d28bb266cdfa33bff08b4c1d8 by Scarlett Moore.
Committed on 12/10/2024 at 08:38.
Pushed by scarlettmoore into branch 'master'.

Sync to snapcraft.

M  +7    -1    kde-neon-6/launcher-specific

https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/33debb62822d822d28bb266cdfa33bff08b4c1d8

diff --git a/kde-neon-6/launcher-specific b/kde-neon-6/launcher-specific
index 5e2b4b4..430ecc0 100644
--- a/kde-neon-6/launcher-specific
+++ b/kde-neon-6/launcher-specific
@@ -11,6 +11,12 @@ append_dir PATH "$SNAP_DESKTOP_RUNTIME/usr/games"
 prepend_dir LD_LIBRARY_PATH "$SNAP_DESKTOP_RUNTIME/usr/lib"
 prepend_dir LD_LIBRARY_PATH "$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH"
 
+# blas
+append_dir LD_LIBRARY_PATH "$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/blas"
+# lapack
+append_dir LD_LIBRARY_PATH "$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/lapack"
+
+
 # Add QT_PLUGIN_PATH (Qt Modules).
 append_dir QT_PLUGIN_PATH "$SNAP/usr/lib/$ARCH/qt6/plugins"
 append_dir QT_PLUGIN_PATH "$SNAP/usr/lib/$ARCH"
@@ -45,5 +51,5 @@ if [ -e "$SNAP_DESKTOP_RUNTIME/usr/share/i18n" ]; then
     locpath="$XDG_DATA_HOME/locale"
     ensure_dir_exists "$locpath"
     export LOCPATH="$locpath:/usr/lib/locale"
-    LC_ALL=C.UTF-8 async_exec "$SNAP/snap/command-chain/locale-gen"
+    LC_ALL=C.UTF-8 async_exec "$SNAP/kf6/snap/command-chain/locale-gen"
 fi



More information about the Neon-commits mailing list