Magellan Linux

Annotation of /trunk/extras/adwaita-icon-theme/adwaita-icon-theme-3.26.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30299 - (hide annotations) (download)
Wed Nov 29 12:34:11 2017 UTC (6 years, 6 months ago) by niro
File size: 545 byte(s)
auto added: ver bump to 3.26.1-r1
1 niro 30299 # $Id$
2    
3     PNAME="adwaita-icon-theme"
4     PVER="3.26.1"
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.17
13     >= gnome-base/librsvg-2.40"
14    
15     SDEPEND=">= dev-util/pkgconfig-0.25
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     }