summaryrefslogtreecommitdiffstats
path: root/gnome-icon-theme/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-icon-theme/Pkgfile')
-rw-r--r--gnome-icon-theme/Pkgfile10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnome-icon-theme/Pkgfile b/gnome-icon-theme/Pkgfile
index f3eaa6bac..afb005fc3 100644
--- a/gnome-icon-theme/Pkgfile
+++ b/gnome-icon-theme/Pkgfile
@@ -2,17 +2,19 @@
# URL: http://www.gnome.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: intltool, icon-naming-utils, p5-xml-parser
-# Run on: intltool,icon-naming-utils,p5-xml-parser
+# 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=2.31.0
+version=3.2.1.2
release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
+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
}