milis/talimatname/genel/xfce4-libui/talimat

30 lines
787 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: Libxfce4ui paketi, diğer Xfce uygulamaları tarafından kullanılan GTK+ 2 widget'larını içerir.
# URL: http://www.xfce.org/projects/libraries/
# Packager: milisarge
# Depends on: gtk2 gtk3 startup-notification xfce4-conf
_name=libxfce4ui
name=xfce4-libui
version=4.12.1
release=2
source=(http://archive.xfce.org/src/xfce/${_name}/${version%.*}/${_name}-$version.tar.bz2)
build() {
cd ${_name}-$version
./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
}