contrib/gnome-icon-theme/Pkgfile

18 lines
435 B
Plaintext

# Description: A collection of icons used as the basis for GNOME themes
# URL: https://www.gnome.org/
# Maintainer: Matt housh, jaeger at crux dot ninja
# Depends on: icon-naming-utils gtk3
name=gnome-icon-theme
version=3.12.0
release=1
source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
}