xfce4/libxfce4ui/Pkgfile
2020-04-08 18:56:31 +02:00

31 lines
643 B
Plaintext

# Description: Graphic widgets helpers for Xfce
# URL: https://www.xfce.org
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: libxfce4util gtk3 xfconf startup-notification libgtop
name=libxfce4ui
version=4.15.2
release=2
source=(http://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--sysconfdir=/etc \
--disable-glade \
--enable-glibtop \
--enable-introspection=no \
--enable-gtk-docs=no
make
make DESTDIR=$PKG install
#rm -r $PKG/usr/share/locale
rm -r $PKG/usr/share/gtk-doc
}