Magellan Linux

Annotation of /branches/magellan-next/extras/tango-icon-theme/tango-icon-theme-0.8.90-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9519 - (hide annotations) (download)
Mon Dec 5 16:21:07 2011 UTC (12 years, 5 months ago) by niro
File size: 1077 byte(s)
auto added: ver bump to 0.8.90-r2
1 niro 9519 # $Id$
2    
3     PNAME="tango-icon-theme"
4     PVER="0.8.90"
5     PBUILD="r2"
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 mtools
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     }
40    
41     src_install()
42     {
43     cd ${SRCDIR}
44     mbuild_src_install || die
45     # install missing icon
46     local i
47     for i in 16x16 22x22 24x24 32x32 64x64 72x72 96x96 128x128 scalable
48     do
49     minstallfile preferences-desktop-keyboard-shortcuts \
50     /usr/share/icons/Tango/apps/${i}x${i}/preferences-desktop-keyboard.png || die
51     done
52     }