From 4d5a2358874b48a9d4fe587b44dcbc72aa8af53b Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Fri, 13 Oct 2023 09:13:47 +0200 Subject: [PATCH] Update snapcraft.yaml --- build-aux/snap/snapcraft.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-aux/snap/snapcraft.yaml b/build-aux/snap/snapcraft.yaml index 75d55b413..6f6897105 100644 --- a/build-aux/snap/snapcraft.yaml +++ b/build-aux/snap/snapcraft.yaml @@ -69,14 +69,14 @@ parts: kde-sdk-setup: plugin: nil build-snaps: - - kf5-5-108-qt-5-15-10-core22-sdk + - kf5-5-110-qt-5-15-11-core22-sdk build-packages: - g++ - mesa-common-dev - libglvnd-dev - rsync override-build: | - rsync -a --ignore-existing /snap/kf5-5-108-qt-5-15-10-core22-sdk/current/ / + rsync -a --ignore-existing /snap/kf5-5-110-qt-5-15-11-core22-sdk/current/ / dxf-to-qet: after: [kde-sdk-setup] @@ -114,10 +114,10 @@ parts: cleanup: after: [qelectrotech, dxf-to-qet, qet-tb-generator] plugin: nil - build-snaps: [kf5-5-108-qt-5-15-10-core22] + build-snaps: [kf5-5-110-qt-5-15-11-core22] override-prime: | set -eux - for snap in "kf5-5-108-qt-5-15-10-core22"; do # List all content-snaps you're using here + for snap in "kf5-5-110-qt-5-15-11-core22"; do # List all content-snaps you're using here cd "/snap/$snap/current" && find . -type f,l -exec rm -f "$CRAFT_PRIME/{}" "$CRAFT_PRIME/usr/{}" \; done for cruft in bug lintian man; do