### this file is sourced not run
PKGVER=4.12.4 # last GTK2 version
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=xfce4-settings-$PKGVER.tar.bz2
MD5SUM=176c2a3d8b8c73f8cf4dfa9ab31a8cea
SRC_URL=http://archive.xfce.org/src/xfce/xfce4-settings/4.12/$TARBALL
BUNDLE=

SLACKREQ='xf86-input-libinput libxfce4-exo libxfce4-garcon libxfce4ui
libxfconf libxfce4util gtk2'
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=''

### 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 &&

	# install extra icons needed by the app
	cp -a /tmp/pkg/icons/* /usr/share/icons/hicolor
}
