# $Id: PKGBUILD 194418 2013-09-16 09:09:15Z jgc $ # Maintainer: Jan Alexander Steffens (heftig) pkgname=gnome-themes-standard pkgver=3.8.4 pkgrel=1 pkgdesc="Default themes for the GNOME desktop" arch=(i686 x86_64) url="http://www.gnome.org" license=(GPL2) depends=(cantarell-fonts ttf-dejavu librsvg) makedepends=(intltool gtk2 gtk3) optdepends=('gtk-engines: HighContrast GTK2 theme') groups=(gnome) replaces=(gnome-themes) conflicts=(gnome-themes) options=('!libtool' '!emptydirs') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) sha256sums=('1252d719847cab54cc0dc510c3d3698462dcb1b45fabd9643473ac28e5cd7a20') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR="${pkgdir}" install } # vim:set ts=2 sw=2 et: