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

# source: james
TARBALL=xfce4-panel-$PKGVER.tar.bz2
MD5SUM=803c9aabc2925dc97f96de125c52ba2e
SRC_URL=http://archive.xfce.org/src/xfce/xfce4-panel/4.12/$TARBALL
BUNDLE=

SLACKREQ='libwnck libxfce4-exo libxfce4-garcon libxfce4ui libxfconf libxfce4util gtk2'
SLACKDESC="xfce4-panel: xfce4-panel $PKGVER (XFCE4 Panel and Launcher)
xfce4-panel: 
xfce4-panel: The Xfce panel is part of the Xfce Desktop Environment and features 
xfce4-panel: program launchers, panel menus, a clock, a desktop switcher and more.
xfce4-panel: 
xfce4-panel: https://docs.xfce.org/xfce/xfce4-panel/start
xfce4-panel: 
xfce4-panel: 
xfce4-panel: 
xfce4-panel: 
xfce4-panel: 
"
SLACKSUG=''

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default &&
	cd tmp/xfce4-panel* &&
	patch -Np1 -i ../pkg/fatdog-custom.patch
}

### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
 
