[neon/snap-packaging/kf6-core] /: Remove asound.conf so it isn't removed in cleanup stage on the snaps.

Scarlett Moore null at kde.org
Wed Jun 26 14:44:43 BST 2024


Git commit cefbab4291ca29d88e89a17c1860a5d6cd66703e by Scarlett Moore.
Committed on 26/06/2024 at 13:44.
Pushed by scarlettmoore into branch 'master'.

Remove asound.conf so it isn't removed in cleanup stage on the snaps.

M  +0    -19   snapcraft.yaml

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

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 67580d9..0a22357 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -90,25 +90,6 @@ parts:
             craftctl default
             cd $CRAFT_PRIME
             find . -type f,l -name "*.h" -exec bash -c "rm -f {}*" \;
-    alsa-pulseaudio:
-        plugin: dump
-        source: .
-        override-pull: |
-            mkdir etc -p
-            cat > etc/asound.conf <<EOF
-            pcm.!default {
-                type pulse
-                fallback "sysdefault"
-                hint {
-                    show on
-                    description "Default ALSA Output (currently PulseAudio Sound Server)"
-                }
-            }
-            ctl.!default {
-                type pulse
-                fallback "sysdefault"
-            }
-            EOF
     command-chain:
         source: https://github.com/canonical/snapcraft.git
         source-type: git


More information about the Neon-commits mailing list