[neon/snap-packaging/kf6-core-sdk/work.core24] /: Disable failing patch
Scarlett Moore
null at kde.org
Wed Jun 11 09:14:46 BST 2025
Git commit b6fc18bea16b2d615424be534c18cc9ad4cce4ac by Scarlett Moore.
Committed on 11/06/2025 at 08:14.
Pushed by scarlettmoore into branch 'work.core24'.
Disable failing patch
M +5 -5 snapcraft.yaml
https://invent.kde.org/neon/snap-packaging/kf6-core-sdk/-/commit/b6fc18bea16b2d615424be534c18cc9ad4cce4ac
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 19357a1..8fea1ae 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1622,11 +1622,11 @@ parts:
cmake-generator: Ninja
cmake-parameters: *cmakeparameters
build-environment: *buildenvironment
- override-pull: |
- craftctl default
- while read -r PATCHFILE ; do
- patch -p1 < "$CRAFT_PROJECT_DIR/patches/kcalendarcore/$PATCHFILE"
- done < $CRAFT_PROJECT_DIR/patches/kcalendarcore/series
+ # override-pull: |
+ # craftctl default
+ # while read -r PATCHFILE ; do
+ # patch -p1 < "$CRAFT_PROJECT_DIR/patches/kcalendarcore/$PATCHFILE"
+ # done < $CRAFT_PROJECT_DIR/patches/kcalendarcore/series
kholidays:
after:
- extra-cmake-modules
More information about the Neon-commits
mailing list