[neon/snap-packaging/kde-qt6-core-sdk/work.core24] /: use mold from neon archives and bump to 6.9.3

Carlos De Maine null at kde.org
Tue Nov 4 15:03:39 GMT 2025


Git commit bde8197943e9b29a41757dc20a08632e3cb21d4f by Carlos De Maine.
Committed on 04/11/2025 at 15:03.
Pushed by carlosdem into branch 'work.core24'.

use mold from neon archives and bump to 6.9.3

M  +3    -24   snapcraft.yaml

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

diff --git a/snapcraft.yaml b/snapcraft.yaml
index a71df09..ca6fbad 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,6 +1,6 @@
 name: kde-qt6-core24-sdk
 base: core24
-version: 6.9.2
+version: 6.9.3
 summary: KDE fork Qt Framework SDK
 description: |
   Qt is a cross-platform application development framework widely used
@@ -34,28 +34,7 @@ package-repositories:
     key-server: keyserver.ubuntu.com
 
 parts:
-  mold:
-    plugin: cmake
-    source: https://github.com/rui314/mold.git
-    source-tag: v2.40.4
-    source-depth: 1
-    cmake-generator: Ninja
-    cmake-parameters:
-      - -DMOLD_USE_SYSTEM_MIMALLOC=ON
-      - -DMOLD_USE_SYSTEM_TBB=ON
-    build-packages:
-      - dwarfdump
-      - libmimalloc-dev
-      - libtbb-dev
-      - libzstd-dev
-      - zlib1g-dev
-      - clang
-      #- gcc-multilib
-      - gdb
-      - zstd
-
   qtconf:
-    after: [mold]
     plugin: nil
     override-build: |
       mkdir -p $CRAFT_PART_INSTALL/usr/bin/qt6
@@ -345,7 +324,7 @@ parts:
       - llvm
       - llvm-dev
       - mesa-common-dev
-      #- mold
+      - mold
       - ninja-build
       - node-pako
       - node-rollup-plugin-terser
@@ -566,7 +545,7 @@ parts:
       - llvm
       - llvm-dev
       - mesa-common-dev
-      #- mold
+      - mold
       - ninja-build
       - node-pako
       - node-rollup-plugin-terser


More information about the Neon-commits mailing list