Fork pipewire 1:1.6.7-1 from Artix world repo with a patched artix-pipewire-launcher that sets SUPPORT='YES' for dinit. Previously the launcher treated dinit as unsupported (alongside openrc), which broke XDG autostart of pipewire.desktop on dinit-based systems. Users were told to use dinitctl instead. This patch enables direct XDG autostart on dinit by changing: dinit|openrc) SUPPORT='' ;; to: openrc) SUPPORT='' ;; dinit|runit|s6) SUPPORT='YES' ;; Add pipewire to packages.yaml so CI picks it up.
19 lines
437 B
YAML
19 lines
437 B
YAML
packages:
|
|
- antergos-lsb-release
|
|
- antergos-next-desktop-settings
|
|
- antergos-next-keyring
|
|
- antergos-next-mirrorlist
|
|
- antergos-release
|
|
- antergos-sddm-theme
|
|
- antergos-wallpapers
|
|
- antergos-plasma-theme
|
|
- antergos-welcome
|
|
- antergos-grub-theme
|
|
- antergos-live
|
|
- pipewire
|
|
- calamares
|
|
- calamares-branding-antergos-next
|
|
- calamares-branding-antergos-next-minimal
|
|
- antergos-xfce-theme
|
|
- downgrade
|
|
- yay |