# Maintainer: Jan de Groot pkgname=adwaita-icon-theme pkgver=3.18.0 pkgrel=1 pkgdesc="Adwaita icon theme" arch=(any) depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg') makedepends=('intltool' 'icon-naming-utils') url="http://www.gnome.org" license=('GPL') groups=('gnome') install=adwaita-icon-theme.install options=('!emptydirs') source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) sha256sums=('5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58') build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install }