2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Xfce4 paneli için pulseaudio eklentisi
|
2017-08-12 12:52:08 +02:00
|
|
|
|
# URL: http://xfce.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: xfce4-panel pulseaudio gtk-update-icon-cache libnotify intltool dbus-glib pavucontrol xfce4-dev-tools
|
2017-08-12 12:52:08 +02:00
|
|
|
|
|
|
|
|
|
name=xfce4-pulseaudio-plugin
|
2017-09-25 17:38:37 +02:00
|
|
|
|
version=0.3.0
|
2017-08-12 12:52:08 +02:00
|
|
|
|
release=1
|
|
|
|
|
source=(https://git.xfce.org/panel-plugins/$name/snapshot/$name-$version.tar.bz2)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-08-12 12:52:08 +02:00
|
|
|
|
cd $name-$version
|
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
|
|
|
./configure \
|
|
|
|
|
--prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--libexecdir=/usr/lib \
|
|
|
|
|
--localstatedir=/var \
|
|
|
|
|
--enable-keybinder \
|
|
|
|
|
--enable-libnotify \
|
|
|
|
|
--enable-maintainer-mode
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|