1 # Contributor: Douglas Soares de Andrade <dsandrade@gmail.com>
2 # Contributor: failure <ljofre@gmail.com>
7 pkgdesc="A modified TaskBar for the KDE 3.4 kicker panel which supports thumbnail images of application windows"
9 url="http://www.uni-weimar.de/~wolff3/index_taskbar.html"
11 depends=('x-server' 'kdelibs3')
13 source=(http://www.uni-weimar.de/~wolff3/kdelook/$pkgname-$pkgver.tar.bz2 mtaskbar-gcc4.patch mtaskbar-desktop.patch)
14 md5sums=('53fdd1b7cd97b3f66c68d2de9d507914' 'be529ce0fcd7c946140f3aec84471a65'\
15 '8d2f41507ec8d5395031bb7ecc8a75fd')
18 . /etc/profile.d/qt.sh
19 export PATH=$QTDIR/bin:$PATH
20 # Using the patches to make it work against gcc>=4. Thanks gentoo
21 # people for the patches ! :o)
22 patch -Np0 < ../mtaskbar-gcc4.patch
23 patch -Np0 < ../mtaskbar-desktop.patch
25 cd $startdir/src/$pkgname-$pkgver/mtaskbar
26 ./configure --prefix=/opt/kde
28 make DESTDIR=$startdir/pkg install