milis/talimatname/genel/l/libindicator-gtk2/talimat

32 lines
1.1 KiB
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: Göstergeler için bir dizi sembol ve kolaylık fonksiyonu
# URL: https://launchpad.net/libindicator
# Paketçi: milisarge
# Gerekler: gtk2
isim=libindicator-gtk2
surum=0.4.93
devir=1
kaynak=(http://launchpad.net/libindicator/0.5/$surum/+download/libindicator-$surum.tar.gz)
derle() {
sed '/-Werror/s/$/ -Wno-deprecated-declarations/' -i libindicator-$surum/libindicator/Makefile.{am,in}
sed 's/LIBINDICATOR_LIBS+="$LIBM"/LIBINDICATOR_LIBS+=" $LIBM"/g' -i libindicator-$surum/configure
sed 's/LIBM="-lmw"/LIBM=" -lmw"/g' -i libindicator-$surum/configure
sed 's/LIBM="-lm"/LIBM=" -lm"/g' -i libindicator-$surum/configure
sed 's/LIBS="-lm $LIBS"/LIBS=" -lm $LIBS"/g' -i libindicator-$surum/configure
sed 's/LIBS="-lmw $LIBS"/LIBS=" -lmw $LIBS"/g' -i libindicator-$surum/configure
cd libindicator-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/$isim \
--disable-static \
--with-gtk=2
make -j1
make -j1 DESTDIR=$PKG install
}