# Contributor: Clement Siuchung Cheung # Maintener : mightyjaym # Updated: Ryan Carlson pkgname=lib32-qtcurve-gtk2 realpkgname=qtcurve-gtk2 # file changed on server pkgver=1.4.0 pkgrel=1 pkgdesc='A configurable set of widget styles for KDE and Gtk' arch=('x86_64') url='http://www.kde-look.org/content/show.php?content=40492' depends=('lib32-gtk2') license='GPL' groups=('lib32') source=(http://mir.archlinux.fr/extra/os/i686/${realpkgname}-${pkgver}-${pkgrel}-i686.pkg.tar.xz) md5sums=('1b2908242c7e8097257cad70f3a6b0d7') build() { mkdir -p $pkgdir/opt/lib32/usr/lib/gtk-2.0/2.10.0/engines cp -R $srcdir/usr/lib/gtk-2.0/2.10.0/engines/*.so* $pkgdir/opt/lib32/usr/lib/gtk-2.0/2.10.0/engines }