[neon/snap-packaging/kde-qt6-core-sdk/core24] /: Remove libpulse from staging as it is fixed in noble.
Scarlett Moore
null at kde.org
Wed Sep 25 11:52:15 BST 2024
Git commit 1ea09eda1e344c5c8e9debc1f48f5c490c569263 by Scarlett Moore.
Committed on 25/09/2024 at 10:51.
Pushed by scarlettmoore into branch 'core24'.
Remove libpulse from staging as it is fixed in noble.
M +2 -5 snapcraft.yaml
https://invent.kde.org/neon/snap-packaging/kde-qt6-core-sdk/-/commit/1ea09eda1e344c5c8e9debc1f48f5c490c569263
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 382332a..96027c2 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -237,8 +237,6 @@ parts:
- python3-minimal
- unixodbc-dev
- zlib1g-dev
- stage-packages:
- - libpulse0
stage-snaps:
- ffmpeg-2404
# override-pull: |
@@ -253,8 +251,7 @@ parts:
override-build: |
craftctl default
mkdir -p $CRAFT_PART_INSTALL/etc/$CRAFT_PART_NAME
- ls -l $CRAFT_PART_BUILD
- # cp $CRAFT_PART_BUILD/config.summary $CRAFT_PART_INSTALL/etc/$CRAFT_PART_NAME/
+ cp $CRAFT_PART_BUILD/config.summary $CRAFT_PART_INSTALL/etc/$CRAFT_PART_NAME/
debs:
after: [qt6]
@@ -402,6 +399,6 @@ parts:
after: [debs]
override-stage: |
set -eux
- for snap in "core24" "ffmpeg-2404-sdk"; do
+ for snap in "core24" "ffmpeg-2404"; do
cd "/snap/$snap/current" && find . -type f,l -exec rm -f "$CRAFT_PRIME/{}" \;
done
More information about the Neon-commits
mailing list