Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/tango-icon-theme: ChangeLog tango-icon-theme-0.8.1.ebuild
Date: Thu, 20 Sep 2007 20:46:25
Message-Id: E1IYSXx-0007BP-Pp@stork.gentoo.org
1 drac 07/09/20 20:22:49
2
3 Modified: ChangeLog
4 Added: tango-icon-theme-0.8.1.ebuild
5 Log:
6 Version bump from upstream.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.36 x11-themes/tango-icon-theme/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 19 May 2007 16:35:44 -0000 1.35
23 +++ ChangeLog 20 Sep 2007 20:22:49 -0000 1.36
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-themes/tango-icon-theme
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v 1.35 2007/05/19 16:35:44 welp Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v 1.36 2007/09/20 20:22:49 drac Exp $
29 +
30 +*tango-icon-theme-0.8.1 (20 Sep 2007)
31 +
32 + 20 Sep 2007; Samuli Suominen <drac@g.o>
33 + +tango-icon-theme-0.8.1.ebuild:
34 + Version bump.
35
36 19 May 2007; Peter Weller <welp@g.o> tango-icon-theme-0.8.0.ebuild:
37 Keyworded ~x86-fbsd
38
39
40
41 1.1 x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tango-icon-theme-0.8.1.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.1.ebuild,v 1.1 2007/09/20 20:22:49 drac Exp $
51
52 inherit eutils gnome2-utils
53
54 DESCRIPTION="SVG icon theme from the Tango project"
55 HOMEPAGE="http://tango-project.org"
56 SRC_URI="http://tango-project.org/releases/${P}.tar.gz"
57
58 LICENSE="CCPL-Attribution-ShareAlike-2.5"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
61 IUSE="png"
62
63 RESTRICT="binchecks strip"
64
65 RDEPEND=">=x11-misc/icon-naming-utils-0.8.2
66 media-gfx/imagemagick
67 >=gnome-base/librsvg-2.12.3
68 >=x11-themes/hicolor-icon-theme-0.9"
69 DEPEND="${RDEPEND}
70 >=dev-util/pkgconfig-0.19
71 >=dev-util/intltool-0.33
72 sys-devel/gettext"
73
74 pkg_setup() {
75 if use png && ! built_with_use media-gfx/imagemagick png; then
76 die "Build media-gfx/imagemagick with USE=png."
77 fi
78 }
79
80 src_compile() {
81 econf $(use_enable png png-creation) \
82 $(use_enable png icon-framing)
83 emake || die "emake failed."
84 }
85
86 src_install() {
87 addwrite "/root/.gnome2"
88
89 emake DESTDIR=${D} install || die "emake install failed."
90 dodoc AUTHORS ChangeLog NEWS README
91 }
92
93 pkg_postinst() {
94 gnome2_icon_cache_update
95 }
96
97 pkg_postrm() {
98 gnome2_icon_cache_update
99 }
100
101
102
103 --
104 gentoo-commits@g.o mailing list