1 # Maintainer: Alessio Sergi <asergi at archlinux dot us>
3 pkgname=ihatethecashew-plasmoid
6 pkgdesc="A plasmoid that remove the cashew"
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"/ihtc-fix.patch
24 mkdir build && cd build
26 cmake .. -DCMAKE_BUILD_TYPE=Release \
27 -DCMAKE_INSTALL_PREFIX=/usr
32 cd "$srcdir"/iHateTheCashew/build
34 make DESTDIR="$pkgdir/" install
37 # vim:set ts=2 sw=2 et: