milis/talimatname/genel/x/xfce4-libui/talimat

30 lines
761 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: Libxfce4ui paketi, diğer Xfce uygulamaları tarafından kullanılan GTK+ 2 widget'larını içerir.
# URL: http://www.xfce.org/projects/libraries/
# Paketçi: milisarge
# Gerekler: gtk2 gtk3 startup-notification xfce4-conf
_isim=libxfce4ui
isim=xfce4-libui
surum=4.12.1
devir=2
kaynak=(http://archive.xfce.org/src/xfce/${_name}/${surum%.*}-$surum.tar.bz2)
derle() {
cd ${_name}-$surum
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
for i in usr/bin/xfce4-about usr/share/applications/xfce4-about.desktop usr/share/icons/hicolor/48x48/apps/xfce4-logo.png
do rm $PKG/$i
done
}