updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / ihatethecashew-plasmoid / PKGBUILD
blobbe542f5e38a7b7ea97ca7f2b86cc6a63ff82b478
1 # Maintainer: Alessio Sergi <asergi [at] archlinux [dot] us>
3 pkgname=ihatethecashew-plasmoid
4 pkgver=0.4
5 pkgrel=2
6 pkgdesc="A plasmoid for remove the cashew icon from desktop"
7 arch=('i686' 'x86_64')
8 url="http://kde-look.org/content/show.php/I+HATE+the+Cashew?content=91009"
9 license=('GPL2')
10 depends=('kdelibs')
11 makedepends=('automoc4' 'cmake')
12 source=("http://www.kde-look.org/CONTENT/content-files/91009-iHateTheCashew-4.4.tbz"
13         "kde-46-fix.patch")
14 md5sums=('521952f888a4fe8a72969a586743c4b6'
15          '2488746e38154cb8b56aab4461dd74c0')
17 build() {
18   cd "$srcdir/iHateTheCashew"
20   # kde 4.6 fix
21   patch -Np0 -i $srcdir/kde-46-fix.patch
23   rm -rf build
24   mkdir build && cd build
25   cmake .. -DCMAKE_BUILD_TYPE=Release \
26            -DCMAKE_INSTALL_PREFIX=/usr
27   make
30 package() {
31   cd "$srcdir/iHateTheCashew/build"
33   make DESTDIR="$pkgdir" install