Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/gnome-terminal/
Date: Tue, 09 Apr 2019 08:35:14
Message-Id: 1554798750.8b4cb72bc3c73e17e84c4ede78878bdb6fe3cf2f.leio@gentoo
1 commit: 8b4cb72bc3c73e17e84c4ede78878bdb6fe3cf2f
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 9 08:30:41 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 08:32:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4cb72b
7
8 x11-terms/gnome-terminal: bump to 3.30.3
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 x11-terms/gnome-terminal/Manifest | 1 +
14 .../gnome-terminal/gnome-terminal-3.30.3.ebuild | 85 ++++++++++++++++++++++
15 2 files changed, 86 insertions(+)
16
17 diff --git a/x11-terms/gnome-terminal/Manifest b/x11-terms/gnome-terminal/Manifest
18 index a2e887316b8..2159fbd5471 100644
19 --- a/x11-terms/gnome-terminal/Manifest
20 +++ b/x11-terms/gnome-terminal/Manifest
21 @@ -5,4 +5,5 @@ DIST gnome-terminal-3.30.1-notify-open-title-transparency.patch.xz 32204 BLAKE2B
22 DIST gnome-terminal-3.30.1.tar.xz 2099736 BLAKE2B a3100c7faf10f5d8ed3f16ae3ee28a7850e181dcf97ed52c0509143aa88114583466ddd3dfa1ea61372674cd6f16f9490c5ba9fafa4f5ce56eaeebe33ce259d5 SHA512 486fe7a9841114d49428208fdea195f1ce6a27ecfc66e2c77632385a7b106a28d3e6a0f1a198bd08f3e2a89d201ac49dafa376c002eab6470ff9d64cf30194ec
23 DIST gnome-terminal-3.30.2-notify-open-title-transparency.patch.xz 31748 BLAKE2B 6a25547fcdd387ea90c3ba13e53f31a118cc01c50c72f1f597162452ea65509e2fc8adaa2f6487859d8a53e828173d77a6f952d172f5a685e2b51864a82cce7f SHA512 51f32879c93a5ca489db9a604b28585787c9ec1a444c5e8c76bf26edeaa68e35fe9f76f94f32e99716a0d01643ac859475be13232c62675c703b5503781cb8d0
24 DIST gnome-terminal-3.30.2.tar.xz 2099952 BLAKE2B e66c2fcb3ed9940435cf4e4940f088f507b836808087ce6da21ac5fabf906bed3e6197a892790819cb5d3fe36841cf5bba1d58fd552bf41544e240c7e4a5183b SHA512 acbc854271b8dd8c60e04277228d5e0d2dbfaff42bc9c002d4bc42bb97052e2e3ab03da130c31c3cc1452644adfafcddd5103a6d79a10a659b4fe20d6063c61e
25 +DIST gnome-terminal-3.30.3.tar.xz 2102108 BLAKE2B 1930bc97c8d77d0107dbb7e56d849e3941c6821863d25103d8d17135d334b6ceda5b5ef1cad81d02011fb7190fd5b39ce4176083af0af6bebb71f52e30cd2c7b SHA512 54d3b345a23905f65ccc7d238b2f9ebcfebc4ccccf504c41bdb3dc388ceee8e6f2dfbba7c0060ea6bcba8bb541a031fe619d462e024aef277f66b5c49792c291
26 DIST gnome-terminal-notify-open-title-transparency.patch.xz 37448 BLAKE2B 159bbcf6ca387af8ae2f05c23b48afcdf11351025420ecfd10d1b8a1dd9c2c8016d1c89c6fca20dde3bf8ffe3a6091232a989cfd520fa6761f65eec29b569d84 SHA512 9af0d56df105a5bdb81b2609794669557a7f442f71b240ee10a6411fab20ad74c14489dbb9a536e208515053ea17776b3a15afb3b949a75a66f8c2ab3dbbff96
27
28 diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.30.3.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.30.3.ebuild
29 new file mode 100644
30 index 00000000000..611b61475b6
31 --- /dev/null
32 +++ b/x11-terms/gnome-terminal/gnome-terminal-3.30.3.ebuild
33 @@ -0,0 +1,85 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI="6"
38 +GNOME2_LA_PUNT="yes"
39 +
40 +inherit gnome2 readme.gentoo-r1
41 +
42 +DESCRIPTION="The Gnome Terminal"
43 +HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/"
44 +
45 +LICENSE="GPL-3+"
46 +SLOT="0"
47 +IUSE="debug +gnome-shell +nautilus vanilla"
48 +SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~leio/distfiles/${PN}-3.30.2-notify-open-title-transparency.patch.xz )"
49 +
50 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
51 +
52 +# FIXME: automagic dependency on gtk+[X], just transitive but needs proper control, bug 624960
53 +RDEPEND="
54 + >=dev-libs/glib-2.42:2
55 + >=x11-libs/gtk+-3.20:3
56 + >=x11-libs/vte-0.54.1:2.91[!vanilla?]
57 + >=dev-libs/libpcre2-10
58 + >=gnome-base/dconf-0.14
59 + >=gnome-base/gsettings-desktop-schemas-0.1.0
60 + sys-apps/util-linux
61 + gnome-shell? ( gnome-base/gnome-shell )
62 + nautilus? ( >=gnome-base/nautilus-3 )
63 +"
64 +# itstool required for help/* with non-en LINGUAS, see bug #549358
65 +# xmllint required for glib-compile-resources, see bug #549304
66 +DEPEND="${RDEPEND}
67 + dev-libs/libxml2:2
68 + dev-util/gdbus-codegen
69 + dev-util/glib-utils
70 + >=dev-util/intltool-0.50
71 + dev-util/itstool
72 + sys-devel/gettext
73 + virtual/pkgconfig
74 +"
75 +
76 +DOC_CONTENTS="To get previous working directory inherited in new opened tab, or
77 + notifications of long-running commands finishing, you will need
78 + to add the following line to your ~/.bashrc:\n
79 + . /etc/profile.d/vte-2.91.sh"
80 +
81 +src_prepare() {
82 + if ! use vanilla; then
83 + # https://bugzilla.gnome.org/show_bug.cgi?id=695371
84 + # Fedora patches:
85 + # Restore transparency support (with compositing WMs only)
86 + # OSC 777 desktop notification support (notifications on tabs for long-running commands completing)
87 + # Restore separate menuitems for opening tabs and windows
88 + # Restore "Set title" support
89 + # http://pkgs.fedoraproject.org/cgit/rpms/gnome-terminal.git/plain/gnome-terminal-notify-open-title-transparency.patch
90 + # Depends on vte[-vanilla] for OSC 777 patch in VTE
91 + eapply "${WORKDIR}"/${PN}-3.30.2-notify-open-title-transparency.patch
92 + fi
93 + gnome2_src_prepare
94 +}
95 +
96 +src_configure() {
97 + gnome2_src_configure \
98 + --disable-static \
99 + $(use_enable debug) \
100 + $(use_enable gnome-shell search-provider) \
101 + $(use_with nautilus nautilus-extension)
102 +}
103 +
104 +src_install() {
105 + DOCS="AUTHORS ChangeLog HACKING NEWS"
106 + gnome2_src_install
107 + if ! use vanilla; then
108 + # Separate "New Window/Tab" menu entries by default, instead of unified "New Terminal"
109 + insinto /usr/share/glib-2.0/schemas
110 + newins "${FILESDIR}"/separate-new-tab-window.gschema.override org.gnome.Terminal.gschema.override
111 + fi
112 + readme.gentoo_create_doc
113 +}
114 +
115 +pkg_postinst() {
116 + gnome2_pkg_postinst
117 + readme.gentoo_print_elog
118 +}