Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10564 - (show annotations) (download)
Wed Jan 25 19:03:50 2012 UTC (12 years, 3 months ago) by niro
Original Path: trunk/core/hicolor-icon-theme/hicolor-icon-theme-0.12-r3.smage2
File size: 516 byte(s)
-no check target in Makefile
1 # $Id$
2
3 PNAME="hicolor-icon-theme"
4 PVER="0.12"
5 PBUILD="r3"
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.gz"
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 ${HOMEPAGE} | firsttarball gz"