# $Id: PKGBUILD 196500 2013-10-14 14:05:19Z heftig $
# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>

pkgname=gnome-icon-theme-symbolic
pkgver=3.10.1
pkgrel=1
pkgdesc="GNOME icon theme, symbolic icons"
arch=(any)
depends=(gtk-update-icon-cache icon-naming-utils hicolor-icon-theme librsvg)
makedepends=(intltool)
url="http://www.gnome.org"
license=(GPL)
install=gnome-icon-theme-symbolic.install
groups=(gnome)
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
sha256sums=('344e88e5f9dac3184bf012d9bac972110df2133b93d76f2ad128d4c9cbf41412')

build() {
  cd "$pkgname-$pkgver"
  GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
  make
}

package() {
  cd "$pkgname-$pkgver"
  make DESTDIR="$pkgdir" install
}
