[neon/snap-packaging/kf6-core-sdk/work.core24] /: skip marble for now

Scarlett Moore null at kde.org
Sun Jun 28 09:18:30 BST 2026


Git commit 2544541a5c0c60e6656413088f135fdd963e9403 by Scarlett Moore.
Committed on 28/06/2026 at 08:18.
Pushed by scarlettmoore into branch 'work.core24'.

skip marble for now

M  +49   -49   snapcraft.yaml

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

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 9241951..ceb894b 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -2598,55 +2598,55 @@ parts:
     prime:
       - -usr/bin/rsync
 
-  marble:
-    after:
-      - libplasma
-    source: https://invent.kde.org/education/marble.git
-    source-tag: *apps-version
-    plugin: cmake
-    build-packages:
-      - bison
-      - dbus-x11
-      - docbook-xml
-      - docbook-xsl
-      - doxygen
-      - flex
-      - graphviz
-      - libxml2-utils
-      - libpulse0
-      - rsync
-    stage-packages:
-      - libpulse0
-    build-snaps:
-      - kde-qt6-core24-sdk/latest/beta
-      - kf6-core24-sdk/latest/beta
-      - hunspell-dictionaries
-      - ffmpeg-2404-sdk
-    cmake-generator: Ninja
-    cmake-parameters:
-      - -DCMAKE_INSTALL_PREFIX=/usr
-      - -DCMAKE_BUILD_TYPE=Release
-      - -DQT_MAJOR_VERSION=6
-      - -DUSE_QT6=ON
-      - "-DCMAKE_FIND_ROOT_PATH=$CRAFT_STAGE\\;/snap/kde-qt6-core24-sdk/current\\;/usr"
-      - "-DCMAKE_PREFIX_PATH=$CRAFT_STAGE\\:/snap/kde-qt6-core24-sdk/current\\:/usr"
-    build-environment:
-      - LIBCLANG_LIBDIR: /snap/kde-qt6-core24-sdk/current/usr/lib/llvm-19/lib
-      - LIBCLANG_PATH: /snap/kde-qt6-core24-sdk/current/usr/lib/llvm-19/bin
-      - LLVM_INSTALL_DIR: /snap/kde-qt6-core24-sdk/current/usr/lib/llvm-19
-      - PATH: /snap/kde-qt6-core24-sdk/current/usr/bin:/snap/kde-qt6-core24-sdk/current/usr/lib/llvm-19/bin:/snap/kde-pyside6-core24-sdk/current/usr/bin${PATH:+:$PATH}
-      - QT_PLUGIN_PATH: "$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/plugins:/snap/kf6-core24/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/plugins:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/plugins"
-      - QML_IMPORT_PATH: "$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/qml:/snap/kf6-core24/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/qml:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/qml"
-      - QT_INSTALL_QML: $QML_IMPORT_PATH
[suppressed due to size limit]
-    override-pull: |
-        craftctl default
-        patch -p0 < ${SNAPCRAFT_PROJECT_DIR}/patches/marble/disable_broken_osm_plugin.patch
-    override-build: |
-      craftctl default
-      rsync -a --ignore-existing $CRAFT_PART_INSTALL/ /
-    prime:
-      - -usr/bin/rsync
+  # marble:
+  #   after:
+  #     - libplasma
+  #   source: https://invent.kde.org/education/marble.git
+  #   source-tag: *apps-version
+  #   plugin: cmake
+  #   build-packages:
+  #     - bison
+  #     - dbus-x11
+  #     - docbook-xml
+  #     - docbook-xsl
+  #     - doxygen
+  #     - flex
+  #     - graphviz
+  #     - libxml2-utils
+  #     - libpulse0
+  #     - rsync
+  #   stage-packages:
+  #     - libpulse0
+  #   build-snaps:
+  #     - kde-qt6-core24-sdk/latest/beta
+  #     - kf6-core24-sdk/latest/beta
+  #     - hunspell-dictionaries
+  #     - ffmpeg-2404-sdk
+  #   cmake-generator: Ninja
+  #   cmake-parameters:
+  #     - -DCMAKE_INSTALL_PREFIX=/usr
+  #     - -DCMAKE_BUILD_TYPE=Release
+  #     - -DQT_MAJOR_VERSION=6
+  #     - -DUSE_QT6=ON
+  #     - "-DCMAKE_FIND_ROOT_PATH=$CRAFT_STAGE\\;/snap/kde-qt6-core24-sdk/current\\;/usr"
+  #     - "-DCMAKE_PREFIX_PATH=$CRAFT_STAGE\\:/snap/kde-qt6-core24-sdk/current\\:/usr"
+  #   build-environment:
+  #     - LIBCLANG_LIBDIR: /snap/kde-qt6-core24-sdk/current/usr/lib/llvm-19/lib
+  #     - LIBCLANG_PATH: /snap/kde-qt6-core24-sdk/current/usr/lib/llvm-19/bin
+  #     - LLVM_INSTALL_DIR: /snap/kde-qt6-core24-sdk/current/usr/lib/llvm-19
+  #     - PATH: /snap/kde-qt6-core24-sdk/current/usr/bin:/snap/kde-qt6-core24-sdk/current/usr/lib/llvm-19/bin:/snap/kde-pyside6-core24-sdk/current/usr/bin${PATH:+:$PATH}
+  #     - QT_PLUGIN_PATH: "$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/plugins:/snap/kf6-core24/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/plugins:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/plugins"
+  #     - QML_IMPORT_PATH: "$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/qml:/snap/kf6-core24/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/qml:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/qml"
+  #     - QT_INSTALL_QML: $QML_IMPORT_PATH
[suppressed due to size limit]
+  #   override-pull: |
+  #       craftctl default
+  #       patch -p0 < ${SNAPCRAFT_PROJECT_DIR}/patches/marble/disable_broken_osm_plugin.patch
+  #   override-build: |
+  #     craftctl default
+  #     rsync -a --ignore-existing $CRAFT_PART_INSTALL/ /
+  #   prime:
+  #     - -usr/bin/rsync
 
   fix_pc_files:
     after:


More information about the Neon-commits mailing list