Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gnome-themes-standard: gnome-themes-standard-3.6.2.ebuild ChangeLog gnome-themes-standard-3.2.1.ebuild gnome-themes-standard-3.0.2.ebuild
Date: Wed, 21 Nov 2012 23:01:43
Message-Id: 20121121230127.11A0D20C65@flycatcher.gentoo.org
1 eva 12/11/21 23:01:26
2
3 Modified: ChangeLog
4 Added: gnome-themes-standard-3.6.2.ebuild
5 Removed: gnome-themes-standard-3.2.1.ebuild
6 gnome-themes-standard-3.0.2.ebuild
7 Log:
8 Version bump. Clean up old revisions.
9
10 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key C6085806)
11
12 Revision Changes Path
13 1.33 x11-themes/gnome-themes-standard/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog?rev=1.33&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog?rev=1.33&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog?r1=1.32&r2=1.33
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog,v
22 retrieving revision 1.32
23 retrieving revision 1.33
24 diff -u -r1.32 -r1.33
25 --- ChangeLog 28 Oct 2012 16:39:04 -0000 1.32
26 +++ ChangeLog 21 Nov 2012 23:01:26 -0000 1.33
27 @@ -1,6 +1,13 @@
28 # ChangeLog for x11-themes/gnome-themes-standard
29 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog,v 1.32 2012/10/28 16:39:04 armin76 Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog,v 1.33 2012/11/21 23:01:26 eva Exp $
32 +
33 +*gnome-themes-standard-3.6.2 (21 Nov 2012)
34 +
35 + 21 Nov 2012; Gilles Dartiguelongue <eva@g.o>
36 + -gnome-themes-standard-3.0.2.ebuild, -gnome-themes-standard-3.2.1.ebuild,
37 + +gnome-themes-standard-3.6.2.ebuild:
38 + Version bump. Clean up old revisions.
39
40 28 Oct 2012; Raúl Porcel <armin76@g.o>
41 gnome-themes-standard-3.4.2.ebuild:
42
43
44
45 1.1 x11-themes/gnome-themes-standard/gnome-themes-standard-3.6.2.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-standard/gnome-themes-standard-3.6.2.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-standard/gnome-themes-standard-3.6.2.ebuild?rev=1.1&content-type=text/plain
49
50 Index: gnome-themes-standard-3.6.2.ebuild
51 ===================================================================
52 # Copyright 1999-2012 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/gnome-themes-standard-3.6.2.ebuild,v 1.1 2012/11/21 23:01:26 eva Exp $
55
56 EAPI="4"
57 GCONF_DEBUG="no"
58 GNOME2_LA_PUNT="yes"
59
60 inherit gnome2
61
62 DESCRIPTION="Adwaita theme for GNOME Shell"
63 HOMEPAGE="http://www.gnome.org/"
64
65 LICENSE="LGPL-2.1+"
66 SLOT="0"
67 IUSE="+gtk"
68 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
69
70 COMMON_DEPEND="
71 gnome-base/librsvg:2
72 x11-libs/cairo
73 >=x11-themes/gtk-engines-2.15.3:2
74 gtk? (
75 x11-libs/gtk+:2
76 >=x11-libs/gtk+-3.5.17:3 )
77 "
78 DEPEND="${COMMON_DEPEND}
79 >=dev-util/intltool-0.40
80 sys-devel/gettext
81 virtual/pkgconfig
82 "
83 # gnome-themes{,-extras} are OBSOLETE for GNOME 3
84 # http://comments.gmane.org/gmane.comp.gnome.desktop/44130
85 # Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose
86 # their default background image
87 RDEPEND="${COMMON_DEPEND}
88 >=gnome-base/gsettings-desktop-schemas-3.4
89 !<x11-themes/gnome-themes-2.32.1-r1
90 "
91
92 src_prepare() {
93 DOCS="ChangeLog NEWS"
94 # The icon cache needs to be generated in pkg_postinst()
95 G2CONF="${G2CONF}
96 --disable-static
97 --disable-placeholders
98 $(use_enable gtk gtk2-engine)
99 $(use_enable gtk gtk3-engines)
100 GTK_UPDATE_ICON_CACHE=$(type -P true)"
101
102 # Install cursors in the right place
103 sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
104 -i themes/Adwaita/cursors/Makefile.am \
105 -i themes/Adwaita/cursors/Makefile.in || die
106
107 gnome2_src_prepare
108 }
109
110 src_install() {
111 gnome2_src_install
112
113 # Make it the default cursor theme
114 cd "${ED}/usr/share/cursors/xorg-x11" || die
115 ln -sfn Adwaita default || die
116 }