Magellan Linux

Contents of /branches/R11-unstable/extras/hicolor-icon-theme/hicolor-icon-theme-0.17-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32738 - (show annotations) (download)
Mon Apr 29 13:33:17 2019 UTC (5 years ago) by niro
File size: 550 byte(s)
-release branches/R11-unstable
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"