20 lines
763 B
Bash
20 lines
763 B
Bash
# Template file for 'xfce4-pulseaudio-plugin'
|
|
pkgname=xfce4-pulseaudio-plugin
|
|
version=0.3.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"
|
|
depends="pavucontrol"
|
|
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=43fa39400eccab1f3980064f42dde76f5cf4546a6ea0a5dc5c4c5b9ed2a01220
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 xdt-autogen
|
|
}
|