# Description: Adwaita Icon Theme # URL: https://git.gnome.org/browse/adwaita-icon-theme/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Depends On: librsvg gtk3 hicolor-icon-theme name=adwaita-icon-theme version=43 release=1 source=(https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/archive/$version/$name-$version.tar.bz2) build() { cd $name-$version NOCONFIGURE=1 ./autogen.sh ./configure --prefix=/usr make make install DESTDIR=$PKG }