# Contributor: VÖRÖSKŐI András # Maintainer: Jakko pkgname=xfce4-pulseaudio-plugin pkgver=0.4.7 pkgrel=0 pkgdesc="Xfce panel plugin for pulseaudio mixer control" url="https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin" arch="all" license="GPL-2.0-or-later" makedepends="xfce4-panel-dev pulseaudio-dev libxfce4ui-dev dbus-dev exo-dev dbus-glib-dev libnotify-dev keybinder3-dev" options="!check" # Check is empty subpackages="$pkgname-lang" source="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${pkgver%.*}/xfce4-pulseaudio-plugin-$pkgver.tar.bz2" build() { ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static make } package() { make DESTDIR="$pkgdir" install } sha512sums=" a20c2250e36a9ac4308b07a937377dd8098b1609f01e86a35da9496a1c111ecafd85cd6b26945ee64e0be6d4a637d4e4d8950e6f09def6f8c869e32f4b3d69e3 xfce4-pulseaudio-plugin-0.4.7.tar.bz2 "