# # Apps Packages for Chakra, part of chakra-project.org # # Maintainer: Fabian Kosmale <0inkane@googlemail.com> pkgname=kdeplasma-applets-daisy pkgver=0.0.4.26 pkgrel=2 pkgdesc="A simple application launcher for Plasma." screenshot="http://cdlszm.org/media/daisy-round1.jpg" arch=('i686' 'x86_64') url="http://lechio.freehostia.com/daisy.html" license=('GPL') depends=('kde-workspace') makedepends=('gcc' 'cmake' 'automoc4') conflicts=('kde-extragear-plasmoids') replaces=('plasma-daisy-plasmoid') categories=('accessories') install=daisy.install source=("http://cdlszm.org/downloads/plasma-applet-daisy-$pkgver.tar.gz") md5sums=('43c1ae617a0216e0780187db8e628cdf') build() { cd $srcdir/plasma-applet-daisy-${pkgver} mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make } package() { cd $srcdir/plasma-applet-daisy-${pkgver}/build make DESTDIR="$pkgdir/" install }