updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / luna-enhanced-plasmoid / PKGBUILD
blob967ad9b329017024924abde000200757edb77bff
1 # Contributor: Jose Alcalá  <gskbyte AT gmail DOT com>
3 pkgname=luna-enhanced-plasmoid
4 pkgver=1.90
5 pkgrel=1
6 pkgdesc="An enhanced version of the original Luna plasmoid, which allows background disabling and custom theme selection."
7 arch=('i686' 'x86_64')
8 url="http://kde-look.org/content/show.php/Luna+enhanced?content=106492"
9 license=('GPL')
10 depends=('kdelibs' 'kdebase-runtime' 'kdebase-workspace')
11 makedepends=('make' 'cmake' 'automoc4')
12 install=$pkgname.install
13 source=(http://kde-look.org/CONTENT/content-files/106492-luna-enhanced.tar.gz)
14 md5sums=('1584388b96623d96deaf9406e209a33d')
15 build() {
16   cd $srcdir/luna-enhanced/
17   mkdir build
18   cd build
19   cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. || return 1
20   make || return 1
21   make DESTDIR=$pkgdir install || return 1