xfce4/libxfce4ui/Pkgfile

27 lines
532 B
Plaintext

# Description: Graphic widgets helpers for Xfce
# URL: https://www.xfce.org
# Maintainer: jolupa, jolupameister at gmail dot com
# Depends on: libxfce4util gtk3 xfconf startup-notification gladeui
name=libxfce4ui
version=4.13.4
release=1
source=(http://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-docs
make
make DESTDIR=$PKG install
}