Advertisement
Guest User

lib32-gtk-engines.PKGBUILD

a guest
Oct 12th, 2010
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # Maintainer: Jeremy Sands <cto@jeremysands.com>
  2. # Contributor: webjdm <web.jdm@gmail.com>
  3.  
  4. pkgname=lib32-gtk-engines
  5. pkgver=2.20.2
  6. pkgrel=1
  7. pkgdesc="Theme engines for GTK+ 2"
  8. arch=('x86_64')
  9. url="http://live.gnome.org/GnomeArt"
  10. license=('GPL' 'LGPL')
  11. groups='lib32'
  12. depends=('lib32-gtk2')
  13. source=(http://www.gtlib.gatech.edu/pub/linux/distributions/archlinux/extra/os/i686/gtk-engines-${pkgver}-${pkgrel}-i686.pkg.tar.xz)
  14. md5sums=('9e89ac3d00ead878d6c883eacaedba47')
  15.  
  16. build() {
  17. mkdir -p ${startdir}/pkg/usr/lib32/gtk-2.0/2.10.0
  18. cp -rPf ${startdir}/src/usr/lib/gtk-2.0/2.10.0/engines $startdir/pkg/usr/lib32/gtk-2.0/2.10.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement