Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gnome-themes-standard: ChangeLog gnome-themes-standard-3.0.2.ebuild
Date: Thu, 02 Jun 2011 16:54:51
Message-Id: 20110602165441.C8DD620054@flycatcher.gentoo.org
1 nirbheek 11/06/02 16:54:41
2
3 Modified: ChangeLog
4 Added: gnome-themes-standard-3.0.2.ebuild
5 Log:
6 Bump to 3.0.2
7
8 (Portage version: 2.1.9.46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 x11-themes/gnome-themes-standard/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 1 May 2011 13:02:30 -0000 1.1
24 +++ ChangeLog 2 Jun 2011 16:54:41 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-themes/gnome-themes-standard
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog,v 1.1 2011/05/01 13:02:30 nirbheek Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog,v 1.2 2011/06/02 16:54:41 nirbheek Exp $
30 +
31 +*gnome-themes-standard-3.0.2 (02 Jun 2011)
32 +
33 + 02 Jun 2011; Nirbheek Chauhan <nirbheek@g.o>
34 + +gnome-themes-standard-3.0.2.ebuild:
35 + Bump to 3.0.2
36
37 *gnome-themes-standard-3.0.1 (01 May 2011)
38
39
40
41
42 1.1 x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-themes-standard-3.0.2.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.2.ebuild,v 1.1 2011/06/02 16:54:41 nirbheek Exp $
52
53 EAPI="3"
54 GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56
57 inherit gnome2
58
59 DESCRIPTION="Adwaita theme for GNOME Shell"
60 HOMEPAGE="http://www.gnome.org/"
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 IUSE=""
65 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
66
67 COMMON_DEPEND=">=x11-libs/gtk+-3.0.8:3
68 >=x11-themes/gtk-engines-2.15.3:2"
69 DEPEND="${COMMON_DEPEND}
70 >=x11-misc/icon-naming-utils-0.8.7
71 >=dev-util/pkgconfig-0.19
72 >=dev-util/intltool-0.40
73 sys-devel/gettext"
74 # gnome-themes{,-extras} are OBSOLETE for GNOME 3
75 # http://comments.gmane.org/gmane.comp.gnome.desktop/44130
76 RDEPEND="${COMMON_DEPEND}
77 !x11-themes/gnome-themes
78 !x11-themes/gnome-themes-extras"
79 # This ebuild does not install any binaries
80 RESTRICT="binchecks strip"
81 # FIXME: --enable-placeholders fails
82 G2CONF="--disable-static --disable-placeholders"
83 DOCS="ChangeLog NEWS"
84
85 src_prepare() {
86 gnome2_src_prepare
87 # Install cursors in the right place
88 sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
89 -i themes/Adwaita/cursors/Makefile.am \
90 -i themes/Adwaita/cursors/Makefile.in || die
91 }
92
93 src_install() {
94 gnome2_src_install
95
96 # Make it the default cursor theme
97 cd "${ED}/usr/share/cursors/xorg-x11" || die
98 ln -sfn Adwaita default || die
99 }