Magellan Linux

Contents 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 29377 - (show annotations) (download)
Fri Jun 2 11:57:42 2017 UTC (6 years, 11 months ago) by niro
Original Path: trunk/extras/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0-r1.smage2
File size: 517 byte(s)
auto added: ver bump to 3.12.0-r1
1 # $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 }