milis/talimatname/genel/p/pa-applet/talimat

27 lines
646 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: PulseAudio kontrol uygulaması
2017-09-09 15:36:12 +02:00
# URL: https://github.com/fernandotcl/pa-applet
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: glib gtk3 libnotify pulseaudio
2017-09-09 15:36:12 +02:00
name=pa-applet
version=2017.09
release=1
source=(pa-applet.desktop)
build() {
git clone https://github.com/fernandotcl/pa-applet.git
cd "$name"
echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
CFLAGS+=" -Wno-error"
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR="$PKG/" install
install -D -m644 LICENSE "${PKG}/usr/share/licenses/${name}/LICENSE"
cd ..
install -D pa-applet.desktop "$PKG/etc/xdg/autostart/pa-applet.desktop"
}