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-11-27 22:50:22 +01:00
|
|
|
|
# Paketçi: milisarge
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Gerekler: xfce4-panel pulseaudio gtk-update-icon-cache libnotify intltool dbus-glib pavucontrol xfce4-dev-tools
|
2017-08-12 12:52:08 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=xfce4-pulseaudio-plugin
|
2017-11-27 22:50:22 +01:00
|
|
|
|
surum=0.3.3
|
2017-10-28 14:10:23 +02:00
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://git.xfce.org/panel-plugins/$isim/snapshot/$isim-$surum.tar.bz2)
|
2017-08-12 12:52:08 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-08-12 12:52:08 +02:00
|
|
|
|
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
|
|
|
|
|
}
|