[neon/snap-packaging/kf6-core/work.core24] /: Fix platform plug core24. Rm pulse conf if exists.

Scarlett Moore null at kde.org
Mon Oct 14 17:08:35 BST 2024


Git commit 4fdab37653bbbeb81214aa704dd9193ee25d9db6 by Scarlett Moore.
Committed on 14/10/2024 at 16:07.
Pushed by scarlettmoore into branch 'work.core24'.

Fix platform plug core24. Rm pulse conf if exists.

M  +2    -1    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kf6-core/-/commit/4fdab37653bbbeb81214aa704dd9193ee25d9db6

diff --git a/snapcraft.yaml b/snapcraft.yaml
index b1b155c..137cd81 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -109,6 +109,7 @@ parts:
         plugin: dump
         source: .
         override-pull: |
+            rm etc/asound.conf | true
             mkdir etc -p
             cat > etc/asound.conf <<EOF
             pcm.!default {
@@ -130,6 +131,6 @@ parts:
         source-subdir: kde-neon-6
         plugin: make
         make-parameters:
-        - PLATFORM_PLUG=$SNAPCRAFT_PROJECT_NAME
+        - PLATFORM_PLUG="GPU_WRAPPER=gpu-2404-wrapper"
         stage-packages:
         - tox


More information about the Neon-commits mailing list