2 # Contributor: said <atvordhosbn at gmail dot com>
7 pkgdesc="A kwin plugin that makes the entire screen darker."
9 url="http://kde-apps.org/content/show.php/Nightmode?content=123805"
11 depends=('kdebase-workspace')
12 source=(http://sharpley.org.uk/sites/default/files/software/nightmode/nightmode_0.2.tar.gz)
13 md5sums=('938e9221a7b261456eed9f7914ad73db')
17 cmake . -DCMAKE_INSTALL_PREFIX=/$pkgdir/usr || return 1
19 make INSTALL_ROOT=$pkgdir install || return 1