1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
2 pkgname=quicklauncher-plasmoid
5 pkgdesc="A plasmoid that reimplements the quicklaunch applet from kde3.5."
7 url="http://www.kde-look.org/content/show.php/QuickLauncher+Applet?content=78061"
9 depends=('kdebase>=4.1.0')
10 makedepends=('cmake' 'gcc' 'automoc4')
11 conflicts=('quicklauncher-plasmoid-svn')
12 source=(http://www.svenstorp.com/plasma/applets/quicklauncher/$pkgver/plasma-applet-quicklauncher-$pkgver.tar.gz)
13 md5sums=('1c118743176d4bc0cff4d432eb138624')
17 cd $startdir/src/plasma-applet-quicklauncher-$pkgver/src
21 cmake -DCMAKE_INSTALL_PREFIX=/usr ../ || return 1
23 make DESTDIR=$startdir/pkg install || return 1