# $Id: PKGBUILD 37207 2009-05-01 05:15:41Z eric $ # Maintainer: James Rayner pkgname=ubuntulooks pkgver=0.9.12 pkgrel=2 pkgdesc="Ubuntu theme engines for GTK+ 2" arch=(i686 x86_64) url="http://packages.ubuntu.com/hardy-updates/gtk2-engines-ubuntulooks" license=('GPL2') depends=('gtk2>=2.10.0') makedepends=('pkgconfig') options=(!libtool) source=(http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntulooks/ubuntulooks_${pkgver}.orig.tar.gz gtkrc.Blue gtkrc.Graphite) md5sums=('5ba7d915abe31870103aab5847278d13' '5c1f4113fb6c968ed34b7a8ac4e7e48f'\ 'ad5d1f7e3f890326111e52667d19b2ce') build() { cd ${srcdir}/ubuntulooks-${pkgver} #CFLAGS="${CFLAGS} -DHAVE_ANIMATION=1" ./configure --prefix=/usr || return 1 make || return 1 make DESTDIR=${pkgdir} install || return 1 install -D -m644 ${srcdir}/gtkrc.Blue ${pkgdir}/usr/share/themes/Human-Blue/gtk-2.0/gtkrc install -D -m644 ${srcdir}/gtkrc.Graphite ${pkgdir}/usr/share/themes/Human-Graphite/gtk-2.0/gtkrc }