xfce4/libxfce4ui/Pkgfile
2019-08-11 23:10:13 +02:00

31 lines
642 B
Plaintext

# Description: Graphic widgets helpers for Xfce
# URL: https://www.xfce.org
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: xfce4-dev-tools libxfce4util gtk3 xfconf startup-notification glade gtk-doc
name=libxfce4ui
version=4.14.1
release=1
source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz)
build() {
cd $name-$version
./autogen.sh \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-gtk2 \
--enable-gtk3 \
--enable-introspection=no \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf
make
make DESTDIR=$PKG install
#rm -r $PKG/usr/share/locale
}