Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gnome-icon-theme: gnome-icon-theme-2.91.0.ebuild ChangeLog
Date: Tue, 04 Jan 2011 00:29:17
Message-Id: 20110104002907.DBBFC20057@flycatcher.gentoo.org
1 pacho 11/01/04 00:29:07
2
3 Modified: ChangeLog
4 Added: gnome-icon-theme-2.91.0.ebuild
5 Log:
6 Version bump with upstream fixes, also provides a tangoized Gentoo icon (bug #293309).
7
8 (Portage version: 2.1.9.28/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.186 x11-themes/gnome-icon-theme/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?rev=1.186&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?rev=1.186&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?r1=1.185&r2=1.186
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v
20 retrieving revision 1.185
21 retrieving revision 1.186
22 diff -u -r1.185 -r1.186
23 --- ChangeLog 22 Oct 2010 20:25:51 -0000 1.185
24 +++ ChangeLog 4 Jan 2011 00:29:07 -0000 1.186
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-themes/gnome-icon-theme
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.185 2010/10/22 20:25:51 eva Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.186 2011/01/04 00:29:07 pacho Exp $
31 +
32 +*gnome-icon-theme-2.91.0 (04 Jan 2011)
33 +
34 + 04 Jan 2011; Pacho Ramos <pacho@g.o> +gnome-icon-theme-2.91.0.ebuild:
35 + Version bump with upstream fixes, also provides a tangoized Gentoo icon (bug
36 + #293309).
37
38 *gnome-icon-theme-2.31.0 (22 Oct 2010)
39
40
41
42
43 1.1 x11-themes/gnome-icon-theme/gnome-icon-theme-2.91.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.91.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.91.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-icon-theme-2.91.0.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.91.0.ebuild,v 1.1 2011/01/04 00:29:07 pacho Exp $
53
54 EAPI="3"
55 GCONF_DEBUG="no"
56
57 inherit gnome2
58
59 DESCRIPTION="GNOME 2 default icon themes"
60 HOMEPAGE="http://www.gnome.org/ http://people.freedesktop.org/~jimmac/icons/#git"
61
62 SRC_URI="${SRC_URI}
63 branding? ( http://www.mail-archive.com/tango-artists@×××××××××××××××××.org/msg00043/tango-gentoo-v1.1.tar.gz )"
64
65 LICENSE="LGPL-3
66 branding? ( CCPL-Sampling-Plus-1.0 )"
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
69 IUSE="+branding"
70
71 RDEPEND=">=x11-themes/hicolor-icon-theme-0.10"
72 DEPEND="${RDEPEND}
73 >=x11-misc/icon-naming-utils-0.8.7
74 >=dev-util/pkgconfig-0.19
75 >=dev-util/intltool-0.40
76 sys-devel/gettext"
77
78 # This ebuild does not install any binaries
79 RESTRICT="binchecks strip"
80
81 # FIXME: double check potential LINGUAS problem
82 pkg_setup() {
83 DOCS="AUTHORS NEWS TODO"
84 G2CONF="${G2CONF} --enable-icon-mapping"
85 }
86
87 src_prepare() {
88 if use branding; then
89 for i in 16 22 24 32 48; do
90 cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
91 "${S}"/gnome//${i}x${i}/places/start-here.png \
92 || die "Copying gentoo logos failed"
93 done
94 fi
95 }
96
97 src_install() {
98 gnome2_src_install
99 # FIXME: 2.91.0 tries to install icon-theme.cache, recheck if still needed
100 # in future versions
101 rm -f "${ED}/usr/share/icons/gnome/icon-theme.cache" || die
102 }