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

31 lines
999 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: Uygulamaların bir menüyü Unity Menü çubuğuna vermesine izin veren bir kütüphane (Gtk2 kitaplığı).
# URL: https://launchpad.net/libappindicator
# Paketçi: milisarge
# Gerekler: gtk2 glib gnome-doc-utils libindicator-gtk2 libdbusmenu-gtk2 libdbusmenu-glib gobject-introspection vala python-gtk python-gobject2 dbus-glib
# Grup: kütüphane
isim=libappindicator-gtk2
surum=12.10.0
devir=1
kaynak=(http://launchpad.net/libappindicator/${surum%.*}/$surum/+download/libappindicator-$surum.tar.gz)
derle() {
export CFLAGS+=" -Wno-error=deprecated-declarations"
cd libappindicator-$surum
sed -i 's|/cli/|/mono/|' bindings/mono/{appindicator-sharp-0.1.pc.in,Makefile.in}
autoreconf -vfi
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--disable-{gtk-doc-html,mono-test,static,tests} \
--with-gtk=2
make -j1
make -j1 DESTDIR=$PKG install
}