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

27 lines
642 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
2017-10-28 14:10:23 +02:00
isim=pa-applet
surum=2017.09
devir=1
kaynak=(pa-applet.desktop)
2017-09-09 15:36:12 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-09-09 15:36:12 +02:00
git clone https://github.com/fernandotcl/pa-applet.git
2017-10-28 14:10:23 +02:00
cd "$isim"
2017-09-09 15:36:12 +02:00
echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
CFLAGS+=" -Wno-error"
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR="$PKG/" install
2017-10-28 14:10:23 +02:00
install -D -m644 LICENSE "${PKG}/usr/share/licenses/${isim}/LICENSE"
2017-09-09 15:36:12 +02:00
cd ..
install -D pa-applet.desktop "$PKG/etc/xdg/autostart/pa-applet.desktop"
}