1 # Contributor: Ahmed Atalla <a.atalla@linuxac.org>
2 pkgname=plasma-widget-mawakit
5 pkgdesc="Mawakit is a prayer times plasmoid that plays the Islamic Adhan when it is time for prayer,Designed to be simple and elegant, Mawakit shows a countdown until the next prayer in a nice tooltip. "
7 url="http://kde-look.org/content/show.php/Mawakit?content=128606"
10 depends=('kdebase-workspace>=4.2')
11 makedepends=('gcc' 'cmake' 'automoc4')
18 source=("http://git.ojuba.org/cgit/plasma-widget-mawakit/snapshot/plasma-widget-mawakit-$pkgver.tar.gz")
20 md5sums=('1da9f0ff1dadd3f6e8c204f68e8156ae')
22 cd "$srcdir/plasma-widget-mawakit-$pkgver"
23 mkdir build && cd build
24 cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. || return 1
26 make DESTDIR="$pkgdir/" install || return 1