Magellan Linux

Contents of /trunk/extras/hicolor-icon-theme/hicolor-icon-theme-0.15-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26273 - (show annotations) (download)
Tue Jun 23 10:33:18 2015 UTC (8 years, 11 months ago) by niro
File size: 550 byte(s)
auto added: ver bump to 0.15-r1
1 # $Id$
2
3 PNAME="hicolor-icon-theme"
4 PVER="0.15"
5 PBUILD="r1"
6
7 PCAT="x11-themes"
8
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.xz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18 msetfeature "!check"
19
20 SRC_URI=(
21 http://icon-theme.freedesktop.org/releases/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd http://icon-theme.freedesktop.org/releases/ | highesttarball xz"