Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gnome-icon-theme: ChangeLog gnome-icon-theme-3.8.3.ebuild gnome-icon-theme-3.8.0.ebuild
Date: Wed, 31 Jul 2013 12:56:28
Message-Id: 20130731125624.A9A512171C@flycatcher.gentoo.org
1 tetromino 13/07/31 12:56:24
2
3 Modified: ChangeLog
4 Added: gnome-icon-theme-3.8.3.ebuild
5 Removed: gnome-icon-theme-3.8.0.ebuild
6 Log:
7 Version bump, adjusts folder color. Drop old.
8
9 (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
10
11 Revision Changes Path
12 1.238 x11-themes/gnome-icon-theme/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?rev=1.238&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?rev=1.238&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?r1=1.237&r2=1.238
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v
21 retrieving revision 1.237
22 retrieving revision 1.238
23 diff -u -r1.237 -r1.238
24 --- ChangeLog 13 May 2013 20:23:44 -0000 1.237
25 +++ ChangeLog 31 Jul 2013 12:56:24 -0000 1.238
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-themes/gnome-icon-theme
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.237 2013/05/13 20:23:44 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.238 2013/07/31 12:56:24 tetromino Exp $
31 +
32 +*gnome-icon-theme-3.8.3 (31 Jul 2013)
33 +
34 + 31 Jul 2013; Alexandre Rostovtsev <tetromino@g.o>
35 + -gnome-icon-theme-3.8.0.ebuild, +gnome-icon-theme-3.8.3.ebuild:
36 + Version bump, adjusts folder color. Drop old.
37
38 *gnome-icon-theme-3.8.2 (13 May 2013)
39
40
41
42
43 1.1 x11-themes/gnome-icon-theme/gnome-icon-theme-3.8.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.8.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.8.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-icon-theme-3.8.3.ebuild
49 ===================================================================
50 # Copyright 1999-2013 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-3.8.3.ebuild,v 1.1 2013/07/31 12:56:24 tetromino Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56
57 inherit gnome2
58
59 DESCRIPTION="GNOME default icon theme"
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 CC-BY-SA-3.0 )
66 branding? ( CC-Sampling-Plus-1.0 )"
67 SLOT="0"
68 IUSE="branding"
69 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
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/intltool-0.40
75 sys-devel/gettext
76 virtual/pkgconfig
77 "
78 # This ebuild does not install any binaries
79 RESTRICT="binchecks strip"
80
81 src_prepare() {
82 if use branding; then
83 for i in 16 22 24 32 48; do
84 cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
85 "${S}"/gnome//${i}x${i}/places/start-here.png \
86 || die "Copying gentoo logos failed"
87 done
88 fi
89
90 gnome2_src_prepare
91 }
92
93 src_configure() {
94 gnome2_src_configure \
95 --enable-icon-mapping \
96 GTK_UPDATE_ICON_CACHE=$(type -P true)
97 }