# Contributor: Lukas Fleischer # Contributor: Jan de Groot pkgname=adwaita-icon-theme pkgver=3.28.0 pkgrel=1 pkgdesc="GNOME standard icons" url="https://git.gnome.org/browse/adwaita-icon-theme" arch=(any) license=(LGPL3 CCPL:cc-by-sa) depends=(hicolor-icon-theme gtk-update-icon-cache librsvg) makedepends=(intltool git gtk3 gnome-common) _commit=ef52430db1201dce0cbc6563a3de3e9ba1ed60e4 # tags/3.28.0^0 source=("git+https://git.gnome.org/browse/adwaita-icon-theme#commit=$_commit") sha256sums=('SKIP') pkgver() { cd $pkgname git describe --tags | sed 's/-/+/g' } prepare() { cd $pkgname autoreconf -fvi } build() { cd $pkgname ./configure --prefix=/usr make } package() { cd $pkgname make DESTDIR="$pkgdir" install }