#Maintainer: Dimitris Tzemos (dijemos@gmail.com) pkgname=lxappearance pkgver=0.6.4 pkgrel=1dj source=("https://github.com/lxde/lxappearance/archive/refs/tags/0.6.4.tar.gz") url="http://lxde.org/" docs=('AUTHORS' 'ChangeLog' 'COPYING' 'NEWS' 'README') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (gtk theme switcher)" "LXAppearance is the standard theme switcher of LXDE. Users are able to" "change the theme, icons, and fonts used by applications easily." ) build() { cd $startdir/src/${pkgname}-${pkgver} autoreconf -fi ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc \ --enable-dbus --build=$arch-slackware-linux --enable-gtk3 make -j $numjobs || return 1 make DESTDIR=$startdir/pkg/ install || return 1 }