summaryrefslogtreecommitdiffstats
path: root/gnome-icon-theme/Pkgfile
blob: afb005fc32b1fb4181bdd7b07b638506787b7f2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Jeu d'icones de gnome
# URL: http://www.gnome.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: intltool, gtk, icon-naming-utils, p5-xml-parser, gnome-icon-theme-symbolic
# Run on: gtk,icon-naming-utils,p5-xml-parser,gnome-icon-theme-symbolic

name=gnome-icon-theme
version=3.2.1.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
	# Ne pas inclure le cache des icônes
	rm -f $PKG/usr/share/icons/gnome/icon-theme.cache
}