Gentoo Archives: gentoo-commits

From: Ole Reifschneider <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/
Date: Sun, 26 Apr 2015 13:53:42
Message-Id: 1430056395.270aa2a1c74aebd717d9cd29b4ab5ff60ac7ace9.tranquility@gentoo
1 commit: 270aa2a1c74aebd717d9cd29b4ab5ff60ac7ace9
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 26 13:52:31 2015 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 26 13:53:15 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=270aa2a1
7
8 Bump gnome-terminal to 3.16.1
9
10 Package-Manager: portage-2.2.14
11 Manifest-Sign-Key: 7E8B4D42
12
13 ...al-9999.ebuild => gnome-terminal-3.16.1.ebuild} | 42 +++++++---------------
14 .../gnome-terminal/gnome-terminal-9999.ebuild | 16 ++++-----
15 x11-terms/gnome-terminal/metadata.xml | 1 +
16 3 files changed, 19 insertions(+), 40 deletions(-)
17
18 diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.16.1.ebuild
19 similarity index 63%
20 copy from x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
21 copy to x11-terms/gnome-terminal/gnome-terminal-3.16.1.ebuild
22 index ba20aaf..32033e5 100644
23 --- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
24 +++ b/x11-terms/gnome-terminal/gnome-terminal-3.16.1.ebuild
25 @@ -1,15 +1,12 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.14.3.ebuild,v 1.1 2015/03/28 09:38:20 pacho Exp $
31
32 EAPI="5"
33 GCONF_DEBUG="no"
34 GNOME2_LA_PUNT="yes"
35
36 inherit gnome2 readme.gentoo
37 -if [[ ${PV} = 9999 ]]; then
38 - inherit gnome2-live
39 -fi
40
41 DESCRIPTION="The Gnome Terminal"
42 HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/"
43 @@ -17,19 +14,14 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/"
44 LICENSE="GPL-3+"
45 SLOT="0"
46 IUSE="debug +gnome-shell +nautilus"
47 -if [[ ${PV} = 9999 ]]; then
48 - KEYWORDS=""
49 -else
50 - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
51 -fi
52 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
53
54 # FIXME: automagic dependency on gtk+[X]
55 RDEPEND="
56 - >=dev-libs/glib-2.40:2
57 + >=dev-libs/glib-2.40:2[dbus]
58 >=x11-libs/gtk+-3.10:3[X]
59 - >=x11-libs/vte-0.38:2.91
60 + >=x11-libs/vte-0.40:2.91
61 >=gnome-base/dconf-0.14
62 - >=gnome-base/gconf-2.31.3
63 >=gnome-base/gsettings-desktop-schemas-0.1.0
64 sys-apps/util-linux
65 x11-libs/libSM
66 @@ -39,38 +31,28 @@ RDEPEND="
67 "
68 # gtk+:2 needed for gtk-builder-convert, bug 356239
69 DEPEND="${RDEPEND}
70 - dev-util/appdata-tools
71 - || ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
72 + app-text/yelp-tools
73 + dev-util/gdbus-codegen
74 + dev-util/gtk-builder-convert
75 >=dev-util/intltool-0.50
76 sys-devel/gettext
77 virtual/pkgconfig
78 "
79 -if [[ ${PV} == 9999 ]]; then
80 - DEPEND="${DEPEND}
81 - app-text/yelp-tools"
82 -fi
83
84 DOC_CONTENTS="To get previous working directory inherited in new opened
85 tab you will need to add the following line to your ~/.bashrc:\n
86 . /etc/profile.d/vte.sh"
87
88 src_configure() {
89 - local myconf=""
90 -
91 - if [[ ${PV} != 9999 ]]; then
92 - myconf="${myconf}
93 - ITSTOOL=$(type -P true)
94 - XMLLINT=$(type -P true)
95 - "
96 - fi
97 -
98 gnome2_src_configure \
99 --disable-static \
100 - --enable-migration \
101 + --disable-migration \
102 $(use_enable debug) \
103 $(use_enable gnome-shell search-provider) \
104 $(use_with nautilus nautilus-extension) \
105 - ${myconf}
106 + VALAC=$(type -P true)
107 + ITSTOOL=$(type -P true) \
108 + XMLLINT=$(type -P true)
109 }
110
111 src_install() {
112
113 diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
114 index ba20aaf..94e9ae0 100644
115 --- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
116 +++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
117 @@ -1,4 +1,4 @@
118 -# Copyright 1999-2014 Gentoo Foundation
119 +# Copyright 1999-2015 Gentoo Foundation
120 # Distributed under the terms of the GNU General Public License v2
121 # $Header: $
122
123 @@ -25,11 +25,10 @@ fi
124
125 # FIXME: automagic dependency on gtk+[X]
126 RDEPEND="
127 - >=dev-libs/glib-2.40:2
128 + >=dev-libs/glib-2.40:2[dbus]
129 >=x11-libs/gtk+-3.10:3[X]
130 - >=x11-libs/vte-0.38:2.91
131 + >=x11-libs/vte-0.40:2.91
132 >=gnome-base/dconf-0.14
133 - >=gnome-base/gconf-2.31.3
134 >=gnome-base/gsettings-desktop-schemas-0.1.0
135 sys-apps/util-linux
136 x11-libs/libSM
137 @@ -39,16 +38,13 @@ RDEPEND="
138 "
139 # gtk+:2 needed for gtk-builder-convert, bug 356239
140 DEPEND="${RDEPEND}
141 - dev-util/appdata-tools
142 - || ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
143 + app-text/yelp-tools
144 + dev-util/gdbus-codegen
145 + dev-util/gtk-builder-convert
146 >=dev-util/intltool-0.50
147 sys-devel/gettext
148 virtual/pkgconfig
149 "
150 -if [[ ${PV} == 9999 ]]; then
151 - DEPEND="${DEPEND}
152 - app-text/yelp-tools"
153 -fi
154
155 DOC_CONTENTS="To get previous working directory inherited in new opened
156 tab you will need to add the following line to your ~/.bashrc:\n
157
158 diff --git a/x11-terms/gnome-terminal/metadata.xml b/x11-terms/gnome-terminal/metadata.xml
159 index 8df9fde..926bc07 100644
160 --- a/x11-terms/gnome-terminal/metadata.xml
161 +++ b/x11-terms/gnome-terminal/metadata.xml
162 @@ -3,6 +3,7 @@
163 <pkgmetadata>
164 <herd>gnome</herd>
165 <use>
166 + <flag name="gnome-shell">Integrate with <pkg>gnome-base/gnome-shell</pkg> search</flag>
167 <flag name="nautilus">Build gnome-base/nautilus extension</flag>
168 </use>
169 </pkgmetadata>