fork pipewire with dinit support in artix-pipewire-launcher

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.
This commit is contained in:
2026-07-10 22:17:59 +02:00
parent 46c8c7149f
commit ed813487cb
6 changed files with 702 additions and 7 deletions
+1
View File
@@ -10,6 +10,7 @@ packages:
- antergos-welcome
- antergos-grub-theme
- antergos-live
- pipewire
- calamares
- calamares-branding-antergos-next
- calamares-branding-antergos-next-minimal