Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32772 - (hide annotations) (download)
Mon Apr 29 13:38:45 2019 UTC (5 years ago) by niro
File size: 517 byte(s)
-release branches/R11-unstable
1 niro 29377 # $Id$
2    
3     PNAME="gnome-icon-theme-extras"
4     PVER="3.12.0"
5     PBUILD="r1"
6    
7     PCAT="x11-themes"
8    
9     DESCRIPTION="GNOME SVG and PNG icon theme with extra icons."
10     HOMEPAGE="http://tango.freedesktop.org/"
11    
12     DEPEND=">= x11-themes/gnome-icon-theme-3.12"
13    
14     SDEPEND=">= dev-util/pkgconfig-0.258
15     >= dev-util/intltool-0.50
16     >= x11-misc/icon-naming-utils-0.8.90"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.xz"
19    
20     sminclude gnome2 gtk2
21    
22     UP2DATE="updatecmd_gnome ${PNAME}"
23    
24     postinstall()
25     {
26     gtk2_update_icon_cache
27     }
28    
29     postremove()
30     {
31     gtk2_update_icon_cache
32     }