mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 06:52:19 +01:00
27 lines
569 B
Plaintext
27 lines
569 B
Plaintext
# Description: Pulseaudio plugin for Xfce
|
|
# URL: https://www.xfce.org
|
|
# Maintainer: mac-a-r0ni, j at lngn dot net
|
|
# Depends on: libcanberra libkeybinder3 libnotify pavucontrol xfce4-panel
|
|
|
|
name=xfce4-pulseaudio-plugin
|
|
version=0.4.8
|
|
release=1
|
|
source=(https://archive.xfce.org/src/panel-plugins/$name/0.4/$name-$version.tar.bz2)
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--libexecdir=/usr/lib/$name \
|
|
--sysconfdir=/etc \
|
|
--disable-debug \
|
|
--disable-nls
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
rm $PKG/usr/lib/xfce4/panel/plugins/*.la
|
|
}
|