18 lines
442 B
Plaintext
18 lines
442 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: gtk intltool icon-naming-utils
|
||
|
|
||
|
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
|
||
|
}
|