updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / quicklauncher-plasmoid / PKGBUILD
blob6a8f5693126c1b5c97808e79cdabb8a2525cd848
1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
2 pkgname=quicklauncher-plasmoid
3 pkgver=0.5
4 pkgrel=1
5 pkgdesc="A plasmoid that reimplements the quicklaunch applet from kde3.5."
6 arch=('i686' 'x86_64')
7 url="http://www.kde-look.org/content/show.php/QuickLauncher+Applet?content=78061"
8 license=('GPL2')
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')
15 build() {
17 cd $startdir/src/plasma-applet-quicklauncher-$pkgver/src
18 mkdir build
19 cd build
21 cmake -DCMAKE_INSTALL_PREFIX=/usr ../ || return 1
22 make || return 1
23 make DESTDIR=$startdir/pkg install || return 1