19 lines
741 B
Bash
19 lines
741 B
Bash
# Template file for 'xfce4-pulseaudio-plugin'
|
|
pkgname=xfce4-pulseaudio-plugin
|
|
version=0.2.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="gettext-devel glib-devel intltool pkg-config xfce4-dev-tools"
|
|
makedepends="libnotify-devel libxfce4ui-devel pulseaudio-devel xfce4-panel-devel
|
|
libkeybinder3-devel"
|
|
short_desc="Pulseaudio volume control plugin for Xfce4 panel"
|
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin"
|
|
distfiles="http://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
|
checksum=8d9330ddf1d44a864a36d566cce4b76d4f859c5984bba7653d7dc39aa24d5c3e
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 xdt-autogen
|
|
}
|