opt/adwaita-icon-theme/Pkgfile

20 lines
465 B
Plaintext

# 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: gtk3 hicolor-icon-theme librsvg
name=adwaita-icon-theme
version=44.0
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
}