Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32771 - (show annotations) (download)
Mon Apr 29 13:38:35 2019 UTC (5 years ago) by niro
File size: 521 byte(s)
-release branches/R11-unstable
1 # $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 }