Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29805 - (show annotations) (download)
Thu Oct 12 13:42:31 2017 UTC (6 years, 7 months ago) by niro
File size: 550 byte(s)
auto added: ver bump to 0.17-r1
1 # $Id$
2
3 PNAME="hicolor-icon-theme"
4 PVER="0.17"
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"