19 lines
453 B
Plaintext
19 lines
453 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: librsvg gtk3 hicolor-icon-theme
|
|
|
|
name=adwaita-icon-theme
|
|
version=42.0
|
|
release=1
|
|
source=(https://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/${version%.*}/adwaita-icon-theme-$version.tar.xz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make install DESTDIR=$PKG
|
|
}
|