updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / active-app-plasmoid / PKGBUILD
blob089f32278870c4f412aebaaeba71149fae3fb478
1 # Contributor: Nuno Bento <ngpbento@gmail.com>
3 pkgname=active-app-plasmoid
4 pkgver=0.2.2
5 pkgrel=1
6 pkgdesc="A KDE plasmoid that just shows active application’s icon and name"
7 arch=('i686' 'x86_64')
8 url="http://kde-look.org/content/show.php/Active+Application?content=139686"
9 license=('LGPL')
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')
15 build() {
16   cd $srcdir
17   mkdir build
18   cd build
19   cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
20   make
23 package() {
24   cd ${srcdir}/build
25   make DESTDIR="$pkgdir" install