# Contributor: Ɓukasz Jendrysik # Contributor: Natanael Copa # Maintainer: Rasmus Thomsen pkgname=adwaita-icon-theme pkgver=40.1.1 pkgrel=0 pkgdesc="Adwaita icon theme" url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme" # s390x, mips64 and riscv64 blocked by librsvg arch="noarch !s390x !mips64 !riscv64" options="!check" # Icons only, no binaries. license="LGPL-3.0-or-later OR CC-BY-SA-3.0" depends="librsvg" makedepends="intltool gtk+3.0 icon-naming-utils" 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=" 8f0508e660b5b40d8a4b797202236e0d0985dba58ea3473babd6582120b6759c859c699e55f4e0891f169c7c4c7e5c36094b0972378985ed6a6df704538dd1f2 adwaita-icon-theme-40.1.1.tar.xz "