1 # Contributor: Nuno Bento <ngpbento@gmail.com>
3 pkgname=active-app-plasmoid
6 pkgdesc="A KDE plasmoid that just shows active application’s icon and name"
8 url="http://kde-look.org/content/show.php/Active+Application?content=139686"
10 depends=('kdebase-workspace')
11 makedepends=('cmake' 'automoc4' 'libxtst')
12 source=("http://kde-look.org/CONTENT/content-files/139686-active-app.tar.gz")
13 md5sums=('28da4b39d2e3cf2817b37113c09a379a')
19 cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
25 make DESTDIR="$pkgdir" install