fix: ship pipewire.desktop in pipewire pkg, add SDDM theme override config

This commit is contained in:
2026-07-11 19:13:33 +02:00
parent ed813487cb
commit cc0a466749
4 changed files with 18 additions and 0 deletions
+3
View File
@@ -83,8 +83,10 @@ source=(
"git+https://gitlab.freedesktop.org/pipewire/pipewire.git#tag=$pkgver"
systemd.patch
artix-pipewire-launcher
pipewire.desktop
)
b2sums=('SKIP'
'SKIP'
'SKIP'
'SKIP')
@@ -274,6 +276,7 @@ package_pipewire() {
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 pipewire/COPYING
install -Dm755 $srcdir/artix-pipewire-launcher $pkgdir/usr/bin
install -Dm644 $srcdir/pipewire.desktop $pkgdir/etc/xdg/autostart/pipewire.desktop
}
package_libpipewire() {
+8
View File
@@ -0,0 +1,8 @@
[Desktop Entry]
Version=1.0
Name=PipeWire Media System
Comment=Start the PipeWire Media System
Exec=/usr/bin/artix-pipewire-launcher restart
Terminal=false
Type=Application
StartupNotify=false