Magellan Linux

Annotation of /branches/R11-unstable/extras/hicolor-icon-theme/hicolor-icon-theme-0.12-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25303 - (hide annotations) (download)
Tue Nov 25 03:24:52 2014 UTC (9 years, 5 months ago) by niro
File size: 516 byte(s)
-release branches/R11-unstable
1 niro 8235 # $Id$
2    
3     PNAME="hicolor-icon-theme"
4     PVER="0.12"
5     PBUILD="r3"
6    
7 niro 10558 PCAT="x11-themes"
8 niro 8235
9     DESCRIPTION="icon-theme contains the standard also references the default icon theme called hicolor."
10     HOMEPAGE="http://icon-theme.freedesktop.org/wiki/HicolorTheme"
11    
12     DEPEND=""
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18 niro 10564 msetfeature "!check"
19 niro 8235
20     SRC_URI=(
21     http://icon-theme.freedesktop.org/releases/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd ${HOMEPAGE} | firsttarball gz"