View difference between Paste ID: rcakNwq3 and
SHOW: | | - or go back to the newest paste.
1-
1+
# Contributor: Clement Siuchung Cheung <clement.cheung@umich.edu>
2
# Maintener : mightyjaym <jmambrosino@gmail.com>
3
# Updated: Ryan Carlson <rcarlso1@gmail.com>
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
}