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

25 lines
643 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: yasarciv67@gmail.com
# Gerekler: xfce4-panel pulseaudio gtk-update-icon-cache libnotify intltool dbus-glib pavucontrol xfce4-dev-tools
name=xfce4-pulseaudio-plugin
version=0.3.0
release=1
source=(https://git.xfce.org/panel-plugins/$name/snapshot/$name-$version.tar.bz2)
build() {
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
}