Magellan Linux

Contents of /branches/magellan-next/extras/tango-icon-theme/tango-icon-theme-0.8.90-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8267 - (show annotations) (download)
Wed Jul 13 16:15:40 2011 UTC (12 years, 10 months ago) by niro
File size: 761 byte(s)
-create png icons
1 # $Id$
2
3 PNAME="tango-icon-theme"
4 PVER="0.8.90"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-themes"
8
9 DESCRIPTION="Tango SVG and PNG icon theme."
10 HOMEPAGE="http://tango.freedesktop.org/"
11
12 DEPEND=">= x11-themes/hicolor-icon-theme-0.12"
13
14 SDEPEND=">= dev-util/pkgconfig-0.25
15 >= sys-devel/gettext-0.18
16 >= dev-util/intltool-0.41
17 >= gnome-base/librsvg-2.34
18 >= media-gfx/imagemagick-6.7
19 >= x11-misc/icon-naming-utils-0.8.90"
20
21 SRCFILE="${PNAME}-${PVER}.tar.gz"
22 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23
24 sminclude mbuild
25
26 SRC_URI=(
27 http://tango.freedesktop.org/releases/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 UP2TARBALL="${PNAME}"
32 UP2DATE="updatecmd_freedesktop tango"
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37 mconfigure --enable-png-creation --enable-icon-framing || die
38 mmake || die
39 }