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-terms/gnome-terminal: gnome-terminal-3.6.2.ebuild ChangeLog
Date: Sun, 31 Mar 2013 18:29:38
Message-Id: 20130331182934.D93D52171D@flycatcher.gentoo.org
1 eva 13/03/31 18:29:34
2
3 Modified: ChangeLog
4 Added: gnome-terminal-3.6.2.ebuild
5 Log:
6 Version bump, translation updates.
7
8 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.266 x11-terms/gnome-terminal/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/ChangeLog?rev=1.266&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/ChangeLog?rev=1.266&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/ChangeLog?r1=1.265&r2=1.266
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v
20 retrieving revision 1.265
21 retrieving revision 1.266
22 diff -u -r1.265 -r1.266
23 --- ChangeLog 30 Mar 2013 17:22:27 -0000 1.265
24 +++ ChangeLog 31 Mar 2013 18:29:34 -0000 1.266
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-terms/gnome-terminal
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.265 2013/03/30 17:22:27 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.266 2013/03/31 18:29:34 eva Exp $
30 +
31 +*gnome-terminal-3.6.2 (31 Mar 2013)
32 +
33 + 31 Mar 2013; Gilles Dartiguelongue <eva@g.o>
34 + +gnome-terminal-3.6.2.ebuild:
35 + Version bump, translation updates.
36
37 30 Mar 2013; Gilles Dartiguelongue <eva@g.o>
38 gnome-terminal-2.32.1.ebuild, -gnome-terminal-3.4.1.1-r1.ebuild,
39
40
41
42 1.1 x11-terms/gnome-terminal/gnome-terminal-3.6.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.6.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.6.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-terminal-3.6.2.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.6.2.ebuild,v 1.1 2013/03/31 18:29:34 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55
56 inherit autotools eutils gnome2
57
58 DESCRIPTION="The Gnome Terminal"
59 HOMEPAGE="http://www.gnome.org/"
60
61 LICENSE="GPL-3+"
62 SLOT="0"
63 IUSE=""
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
65
66 # FIXME: automagic dependency on gtk+[X]
67 RDEPEND="
68 >=dev-libs/glib-2.26.0:2
69 >=x11-libs/gtk+-3.3.17:3[X]
70 >=x11-libs/vte-0.30.0:2.90
71 >=gnome-base/gconf-2.31.3
72 >=gnome-base/gsettings-desktop-schemas-0.1.0
73 x11-libs/libSM
74 x11-libs/libICE
75 "
76 # gtk+:2 needed for gtk-builder-convert, bug 356239
77 DEPEND="${RDEPEND}
78 || ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
79 app-text/yelp-tools
80 >=dev-util/intltool-0.40
81 sys-devel/gettext
82 virtual/pkgconfig
83
84 gnome-base/gnome-common
85 "
86 # eautoreconf needs gnome-base/gnome-common
87
88 src_prepare() {
89 # https://bugzilla.gnome.org/show_bug.cgi?id=692233
90 epatch "${FILESDIR}/${PN}-3.6.1-no-gnome-doc-utils.patch"
91
92 eautoreconf
93 gnome2_src_prepare
94 }
95
96 src_configure() {
97 DOCS="AUTHORS ChangeLog HACKING NEWS README"
98 # FIXME: leave smclient configure unset until it accepts values from the
99 # switch and not from GDK_TARGET, bug #363033
100 gnome2_src_configure --with-gtk=3.0
101 }
102
103 pkg_postinst() {
104 gnome2_pkg_postinst
105 if [[ ${REPLACING_VERSIONS} < 3.6.1-r1 && ${REPLACING_VERSIONS} != 2.32.1-r1 &&
106 ${REPLACING_VERSIONS} != 3.4.1.1-r1 ]]; then
107 elog "Gnome Terminal no longer uses login shell by default, switching"
108 elog "to upstream default. Because of this, if you have some command you"
109 elog "want to be run, be sure to have it placed in your ~/.bashrc file."
110 fi
111 }