20 lines
463 B
Plaintext
20 lines
463 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=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
|
|
}
|