Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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