[neon/snap-packaging/elisa-snap] /: asond.conf is already generated, kf6 runtime needs updated so it isn't

Scarlett Moore null at kde.org
Wed Jun 26 14:46:08 BST 2024


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

asond.conf is already generated, kf6 runtime needs updated so it isn't
cleaned up in cleanup stage.

M  +0    -19   snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/elisa-snap/-/commit/a9a717c4c5d09bceed92e2d230aeac4214bebd13

diff --git a/snapcraft.yaml b/snapcraft.yaml
index fa8b682..ce6c129 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -151,25 +151,6 @@ parts:
         - usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libspeex*
         - usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libvorbis*
         - usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio
-    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
     cleanup:
         after:
         - elisa


More information about the Neon-commits mailing list