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

# source: post BLFS 8.2 2018-07-31
TARBALL=lxtask-$PKGVER.tar.xz
MD5SUM=dd4f423dda192cb50618c6b1e76ec6b7
SRC_URL=http://downloads.sourceforge.net/lxde/$TARBALL
BUNDLE=

SLACKREQ='gtk2'
SLACKDESC="lxtask: lxtask $PKGVER (Task Manager)  
lxtask:  
lxtask: The LXTask package contains a lightweight and desktop-independent task 
lxtask: manager.  
lxtask: 
lxtask: 
lxtask: 
lxtask: 
lxtask: 
lxtask: 
lxtask:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	sed -i -e 's|Icon=.*|Icon=/usr/share/pixmaps/midi-icons/system-monitor48.png|' \
	/usr/share/applications/lxtask.desktop
}
