blob: b2d00b14bd730bdc5e0c5da995774806d20b159f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Description: GNOME icon theme, symbolic icons.
# URL: http://www.gnome.org/
# Maintainer: Erich Eckner, crux at eckner dot net
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: intltool icon-naming-utils hicolor-icon-theme librsvg
name=gnome-icon-theme-symbolic
version=3.12.0
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr --mandir=/usr/share/man
make
make DESTDIR=$PKG install
}
|