# $Id: PKGBUILD 138247 2011-09-19 15:17:19Z ibiru $ # Maintainer: Jan "heftig" Steffens pkgname=gnome-themes-standard pkgver=3.1.92 pkgrel=1 pkgdesc="Default themes for the GNOME desktop" arch=('i686' 'x86_64') url="http://abattis.org/cantarell/" license=('GPL2') depends=('cantarell-fonts' 'gtk3' 'gtk-engines' 'librsvg') makedepends=('intltool') groups=('gnome') replaces=('gnome-themes') conflicts=('gnome-themes') source=(http://download.gnome.org/sources/$pkgname/3.1/$pkgname-${pkgver}.tar.xz) sha256sums=('cffa18c223c8877a97502cb521ec83958c0979cf0566c43129ba1ec329366079') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="${pkgdir}" install } # vim:set ts=2 sw=2 et: