18 lines
434 B
Plaintext
18 lines
434 B
Plaintext
# Description: A collection of icons used as the basis for GNOME themes
|
|
# URL: http://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
|
|
}
|