# Description: Fork of xfce4-volumed with support for PulseAudio # URL: https://xfce.org # Maintainer: Jay Lanagan, j at lngn dot net # Depends on: pulseaudio xfconf libkeybinder3 libnotify name=xfce4-volumed-pulse version=0.3.0 release=1 source=(https://archive.xfce.org/src/apps/$name/${version:0:3}/$name-$version.tar.xz) build() { meson setup $name-$version build \ --prefix=/usr \ --libexecdir=/usr/lib \ --sysconfdir=/etc \ --buildtype=plain \ -Db_lto=true \ -Db_pie=true meson compile -C build DESTDIR=$PKG meson install -C build rm -rf $PKG/usr/share/ }