### this file is sourced not run
PKGVER=4.18.2
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 11.3
TARBALL=xfce4-settings-$PKGVER.tar.bz2
MD5SUM=be88cc55725fa6b935f2f06a19e92535
SRC_URL=http://archive.xfce.org/src/xfce/xfce4-settings/4.18/$TARBALL
BUNDLE=

SLACKREQ='xf86-input-libinput libxfce4-exo libxfce4-garcon'
SLACKDESC="xfce4-settings: xfce4-settings $PKGVER (Adjust XFCE Settings)
xfce4-settings: 
xfce4-settings: The Xfce4 Settings package contains a collection of programs that are 
xfce4-settings: useful for adjusting your Xfce preferences.
xfce4-settings: 
xfce4-settings: http://xfce.org
xfce4-settings: 
xfce4-settings: 
xfce4-settings: 
xfce4-settings: 
xfce4-settings: 
"
SLACKSUG='gnome-icon-theme lxde-icon-theme'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --enable-pluggable-dialogs --enable-xorg-libinput"
	pkg_build_autoconf &&
	pkg_build_slackdesc &&

	# we don't want the cache
	rm -f /usr/share/icons/hicolor/icon-theme.cache
}
