Magellan Linux

Contents of /trunk/extras/adwaita-icon-theme/adwaita-icon-theme-3.24.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29378 - (show annotations) (download)
Fri Jun 2 12:05:11 2017 UTC (7 years ago) by niro
File size: 546 byte(s)
auto added: ver bump to 3.24.0-r1
1 # $Id$
2
3 PNAME="adwaita-icon-theme"
4 PVER="3.24.0"
5 PBUILD="r1"
6
7 PCAT="x11-themes"
8
9 DESCRIPTION="GNOME/Gtk3+ standard icon theme."
10 HOMEPAGE="https://git.gnome.org/browse/adwaita-icon-theme"
11
12 DEPEND=">= x11-themes/hicolor-icon-theme-0.12
13 >= gnome-base/librsvg-2.40"
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 }