View difference between Paste ID: rcakNwq3 and
SHOW:
|
|
- or go back to the newest paste.
| 1 | - | |
| 1 | + | # Contributor: Clement Siuchung Cheung <[email protected]> |
| 2 | # Maintener : mightyjaym <[email protected]> | |
| 3 | # Updated: Ryan Carlson <[email protected]> | |
| 4 | ||
| 5 | pkgname=lib32-qtcurve-gtk2 | |
| 6 | realpkgname=qtcurve-gtk2 # file changed on server | |
| 7 | pkgver=1.4.0 | |
| 8 | pkgrel=1 | |
| 9 | pkgdesc='A configurable set of widget styles for KDE and Gtk' | |
| 10 | arch=('x86_64')
| |
| 11 | url='http://www.kde-look.org/content/show.php?content=40492' | |
| 12 | depends=('lib32-gtk2')
| |
| 13 | license='GPL' | |
| 14 | groups=('lib32')
| |
| 15 | source=(http://mir.archlinux.fr/extra/os/i686/${realpkgname}-${pkgver}-${pkgrel}-i686.pkg.tar.xz)
| |
| 16 | md5sums=('1b2908242c7e8097257cad70f3a6b0d7')
| |
| 17 | ||
| 18 | build() {
| |
| 19 | mkdir -p $pkgdir/opt/lib32/usr/lib/gtk-2.0/2.10.0/engines | |
| 20 | 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 | |
| 21 | } |