# Contributor: Ɓukasz Jendrysik # Contributor: Natanael Copa # Maintainer: team/gnome pkgname=adwaita-icon-theme pkgver=44.0 _pkgver=${pkgver/_/.} pkgrel=1 pkgdesc="Adwaita icon theme" url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme" arch="noarch" options="!check" # Icons only, no binaries. license="LGPL-3.0-or-later OR CC-BY-SA-3.0" depends="librsvg" makedepends=" gtk+3.0 icon-naming-utils intltool " subpackages="$pkgname-dev" source="https://download.gnome.org/sources/adwaita-icon-theme/${pkgver%.*}/adwaita-icon-theme-$pkgver.tar.xz" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --datadir=/usr/share \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var make } package() { make DESTDIR="$pkgdir" install pkgconfigdir=/usr/lib/pkgconfig } sha512sums=" 987245be4e9118ea1d3d56f2829b03a311a29e58e99a51949f3592f0c57f0ce9fe8636215efcd7de2e25a3a005c6df91d780d69ddae1e59f3a5f2edcd0a502be adwaita-icon-theme-44.0.tar.xz "