milis/talimatname/genel/x/xfce4-pulseaudio-plugin/talimat

25 lines
624 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Xfce4 paneli için pulseaudio eklentisi
# URL: http://xfce.org/
# Paketçi: milisarge
# Gerekler: xfce4-panel pulseaudio gtk-update-icon-cache libnotify intltool dbus-glib pavucontrol xfce4-dev-tools
isim=xfce4-pulseaudio-plugin
surum=0.3.3
devir=1
kaynak=(https://git.xfce.org/panel-plugins/$isim/snapshot/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
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
}