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

# source: james
TARBALL=xfdesktop-$PKGVER.tar.bz2
MD5SUM=7571889368be72df185ce2d470f37198
SRC_URL=http://archive.xfce.org/src/xfce/xfdesktop/4.12/$TARBALL
BUNDLE=

SLACKREQ='libwnck libxfce4-exo libxfce4-garcon libxfce4ui libxfconf libxfce4util gtk2'
SLACKDESC="xfdesktop: xfdesktop $PKGVER (XFCE desktop)
xfdesktop: 
xfdesktop: The xfdesktop application manages the desktop backdrop. It sets a 
xfdesktop: backdrop image and/or color and it can pop up an applications menu 
xfdesktop: and a list of all running applications when you click on the desktop 
xfdesktop: with the right or middle mouse button respectively.
xfdesktop: 
xfdesktop: https://docs.xfce.org/xfce/xfdesktop/start
xfdesktop: 
xfdesktop: 
xfdesktop: 
"
SLACKSUG=''

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --enable-thunarx"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}

