[neon/snap-packaging/kde-qt6-core-sdk/work.core24] /: bump to 6.8.3 and add hunspell dictionaries for webengine dictionaries

Scarlett Moore null at kde.org
Thu May 1 16:15:07 BST 2025


Git commit 607325c88a8180ca2986ac45956924a8cd66e2d5 by Scarlett Moore.
Committed on 01/05/2025 at 15:14.
Pushed by scarlettmoore into branch 'work.core24'.

bump to 6.8.3 and add hunspell dictionaries for webengine dictionaries

M  +3    -1    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kde-qt6-core-sdk/-/commit/607325c88a8180ca2986ac45956924a8cd66e2d5

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 442296f..7873942 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,6 +1,6 @@
 name: kde-qt6-core24-sdk
 base: core24
-version: 6.8.2
+version: 6.8.3
 summary: KDE fork Qt Framework SDK
 description: |
   Qt is a cross-platform application development framework widely used
@@ -123,6 +123,7 @@ parts:
     build-snaps:
       - cmake
       - ffmpeg-2404-sdk
+      - hunspell-dictionaries
     build-packages:
       - bison
       - clang
@@ -247,6 +248,7 @@ parts:
     build-environment:
       - PKG_CONFIG_PATH: /snap/ffmpeg-2404-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}
       - CMAKE_PREFIX_PATH: /snap/ffmpeg-2404-sdk/current/usr${CMAKE_PREFIX_PATH:+:$CMAKE_PREFIX_PATH}
+      - DICPATH: "$CRAFT_STAGE/usr/share/hunspell"
     prime:
       - -usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libcurl*
       - -usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libvulkan*


More information about the Neon-commits mailing list