1 # Maintainer: Alessio Sergi <asergi [at] archlinux [dot] us>
3 pkgname=ihatethecashew-plasmoid
6 pkgdesc="A plasmoid for remove the cashew icon from desktop"
8 url="http://kde-look.org/content/show.php/I+HATE+the+Cashew?content=91009"
11 makedepends=('automoc4' 'cmake')
12 source=("http://www.kde-look.org/CONTENT/content-files/91009-iHateTheCashew-4.4.tbz"
14 md5sums=('521952f888a4fe8a72969a586743c4b6'
15 '2488746e38154cb8b56aab4461dd74c0')
18 cd "$srcdir/iHateTheCashew"
21 patch -Np0 -i $srcdir/kde-46-fix.patch
24 mkdir build && cd build
25 cmake .. -DCMAKE_BUILD_TYPE=Release \
26 -DCMAKE_INSTALL_PREFIX=/usr
31 cd "$srcdir/iHateTheCashew/build"
33 make DESTDIR="$pkgdir" install