milis/talimatname/genel/pa-applet/talimat

27 lines
653 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.

# Description: PulseAudio kontrol uygulaması
# URL: https://github.com/fernandotcl/pa-applet
# Packager: yasarciv67@gmail.com
# Depends on: glib gtk3 libnotify pulseaudio
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"
}