Magellan Linux

Annotation of /branches/R11-stable/extras/gnome-icon-theme/gnome-icon-theme-3.12.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24661 - (hide annotations) (download)
Fri Feb 20 12:05:20 2015 UTC (9 years, 2 months ago) by niro
File size: 521 byte(s)
-release branches/R11-stable
1 niro 24065 # $Id$
2    
3     PNAME="gnome-icon-theme"
4     PVER="3.12.0"
5     PBUILD="r1"
6    
7     PCAT="x11-themes"
8    
9     DESCRIPTION="Tango SVG and PNG icon theme."
10     HOMEPAGE="http://tango.freedesktop.org/"
11    
12     DEPEND=">= x11-themes/hicolor-icon-theme-0.12"
13     gnome-icon-theme-symbolic
14    
15     SDEPEND=">= dev-util/pkgconfig-0.258
16     >= dev-util/intltool-0.50
17     >= x11-misc/icon-naming-utils-0.8.90"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.xz"
20    
21     sminclude gnome2 gtk2
22    
23     UP2DATE="updatecmd_gnome ${PNAME}"
24    
25     postinstall()
26     {
27     gtk2_update_icon_cache
28     }
29    
30     postremove()
31     {
32     gtk2_update_icon_cache
33     }