xfce4/xfconf/Pkgfile
2019-06-01 19:01:03 +02:00

29 lines
525 B
Plaintext

# Description: D-Bus based configuration storage system
# URL: https://www.xfce.org
# Maintainer: jolupa, jolupameister at gmail dot com
# Depends on: libxfce4util dbus-glib
name=xfconf
version=4.13.7
release=2
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-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf
make
make DESTDIR=$PKG install
#rm -r $PKG/usr/share/locale
}