# Maintainer: pkgname=kdeplasma-applets-workflow pkgver=0.4.0 pkgrel=1 name=plasmoid-workflow pkgdesc="A KDE Plasmoid that integrates Activities, Virtual Desktops and Tasks Functionalities from Plasma Desktop in just one component." arch=('i686' 'x86_64') url="http://kde-apps.org/content/show.php/WorkFlow+Plasmoid+(It's+Here!!!)?content=147428" license=('GPL') depends=('kdebase-workspace>=4.9') makedepends=('gcc' 'cmake' 'automoc4') source=("http://opentoolsandspace.org/Art/WorkFlow/${pkgver}/${name}-${pkgver}.tar.gz") md5sums=('b0e6660aa523105a281228374722c026') build() { cd ${srcdir}/${name}-${pkgver} mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make } package() { cd ${srcdir}/${name}-${pkgver}/build make DESTDIR="$pkgdir/" install }