# Maintainer: Jan Alexander Steffens (heftig) # Contributor: Lukas Fleischer # Contributor: Jan de Groot pkgname=adwaita-icon-theme pkgver=3.34.2 pkgrel=1 pkgdesc="GNOME standard icons" url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme" arch=(any) license=(LGPL3 CCPL:by-sa) depends=(hicolor-icon-theme gtk-update-icon-cache librsvg) makedepends=(git gtk3) _commit=5f415a930d6f830565d187242e6641b2c343b362 # master source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd $pkgname git describe --tags | sed 's/-/+/g' } prepare() { cd $pkgname git tag -f 3.34.2 5f415a930d6f830565d187242e6641b2c343b362 # Fixup tag autoreconf -fvi } build() { cd $pkgname ./configure --prefix=/usr make } check() { cd $pkgname make check } package() { cd $pkgname make DESTDIR="$pkgdir" install }