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