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, 11 Sep 2018 16:39:30
Message-Id: 1536683939.6810abcc414746fa5abdba951f257b621c988a5d.leio@gentoo
1 commit: 6810abcc414746fa5abdba951f257b621c988a5d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 11 16:02:36 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 11 16:38:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6810abcc
7
8 x11-terms/gnome-terminal: bump to 3.28.2
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 x11-terms/gnome-terminal/Manifest | 2 +
13 .../gnome-terminal/gnome-terminal-3.28.2.ebuild | 80 ++++++++++++++++++++++
14 2 files changed, 82 insertions(+)
15
16 diff --git a/x11-terms/gnome-terminal/Manifest b/x11-terms/gnome-terminal/Manifest
17 index edfa93d1a40..78b5121561b 100644
18 --- a/x11-terms/gnome-terminal/Manifest
19 +++ b/x11-terms/gnome-terminal/Manifest
20 @@ -1,2 +1,4 @@
21 DIST gnome-terminal-3.24.2.tar.xz 1960952 BLAKE2B c94303cd8b322a37c70487fbab0f6ecd27b8e831cf44cdc80c82b31d2758f7c6927704d31c229cbbe41be565748238bbfcfae72470f273f7f3a9378c218af8b5 SHA512 08cd7b1b08cf22618554b1a051dcfee4a967165bfe93b77a6bc8b0c935695101e773e8d53a482d71aadb9ba7be7ac991d82dbf53b7a6f74f1f5144e4158f8a93
22 +DIST gnome-terminal-3.28.1-notify-open-title-transparency.patch.xz 33036 BLAKE2B 76c35db10664e02d1537aae586b47062b2ad85a48279426478ab2c9a9a659f728a7c01af2caaf058a71f4918d3d1e35a14c01dd7c67a2cf1aa368b4f4bc6eae7 SHA512 87d77fe8d9ab5b9ca3ff7eddcd462bf718b0f2d9dc1a60a2744ef8015b0910b588e0dc57ab10964602efa47465fd59f91381969157d9255fb5370039319a5f44
23 +DIST gnome-terminal-3.28.2.tar.xz 2094920 BLAKE2B 02f6e9b7273247169966e3125931e452ee4ac4669c53c79c93f49073511ef25a3f21df60510df0e7aefffad5e3ea14acdd1338a1c7ce934439863728e2d709ec SHA512 a20fe13fd2e533a90236410ce6ddd11e4da9da13f2d8952baa3cbf07379dbe253cf897b596421852084bbfc000264de11fb605c73909af8188baa93e46ddae8f
24 DIST gnome-terminal-notify-open-title-transparency.patch.xz 37448 BLAKE2B 159bbcf6ca387af8ae2f05c23b48afcdf11351025420ecfd10d1b8a1dd9c2c8016d1c89c6fca20dde3bf8ffe3a6091232a989cfd520fa6761f65eec29b569d84 SHA512 9af0d56df105a5bdb81b2609794669557a7f442f71b240ee10a6411fab20ad74c14489dbb9a536e208515053ea17776b3a15afb3b949a75a66f8c2ab3dbbff96
25
26 diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.28.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.28.2.ebuild
27 new file mode 100644
28 index 00000000000..35cefbb216d
29 --- /dev/null
30 +++ b/x11-terms/gnome-terminal/gnome-terminal-3.28.2.ebuild
31 @@ -0,0 +1,80 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="6"
36 +GNOME2_LA_PUNT="yes"
37 +
38 +inherit gnome2 readme.gentoo-r1
39 +
40 +DESCRIPTION="The Gnome Terminal"
41 +HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/"
42 +
43 +LICENSE="GPL-3+"
44 +SLOT="0"
45 +IUSE="debug +gnome-shell +nautilus vanilla"
46 +SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~leio/distfiles/gnome-terminal-3.28.1-notify-open-title-transparency.patch.xz )"
47 +
48 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
49 +
50 +# FIXME: automagic dependency on gtk+[X], just transitive but needs proper control, bug 624960
51 +RDEPEND="
52 + >=dev-libs/glib-2.42:2
53 + >=x11-libs/gtk+-3.20:3
54 + >=x11-libs/vte-0.52.2:2.91[!vanilla?]
55 + >=dev-libs/libpcre2-10
56 + >=gnome-base/dconf-0.14
57 + >=gnome-base/gsettings-desktop-schemas-0.1.0
58 + sys-apps/util-linux
59 + gnome-shell? ( gnome-base/gnome-shell )
60 + nautilus? ( >=gnome-base/nautilus-3 )
61 +"
62 +# itstool/yelp-tools required for help/* with non-en LINGUAS, see bug #549358
63 +# xmllint required for glib-compile-resources, see bug #549304
64 +DEPEND="${RDEPEND}
65 + app-text/yelp-tools
66 + dev-libs/libxml2
67 + dev-util/gdbus-codegen
68 + >=dev-util/intltool-0.50
69 + sys-devel/gettext
70 + virtual/pkgconfig
71 +"
72 +
73 +DOC_CONTENTS="To get previous working directory inherited in new opened tab, or
74 + notifications of long-running commands finishing, you will need
75 + to add the following line to your ~/.bashrc:\n
76 + . /etc/profile.d/vte-2.91.sh"
77 +
78 +src_prepare() {
79 + if ! use vanilla; then
80 + # https://bugzilla.gnome.org/show_bug.cgi?id=695371
81 + # Fedora patches:
82 + # Restore transparency support (with compositing WMs only)
83 + # OSC 777 desktop notification support (notifications on tabs for long-running commands completing)
84 + # Restore separate menuitems for opening tabs and windows
85 + # Restore "Set title" support
86 + # http://pkgs.fedoraproject.org/cgit/rpms/gnome-terminal.git/plain/gnome-terminal-notify-open-title-transparency.patch
87 + # Depends on vte[-vanilla] for OSC 777 patch in VTE
88 + eapply "${WORKDIR}"/${PN}-3.28.1-notify-open-title-transparency.patch
89 + fi
90 + gnome2_src_prepare
91 +}
92 +
93 +src_configure() {
94 + gnome2_src_configure \
95 + --disable-static \
96 + --disable-migration \
97 + $(use_enable debug) \
98 + $(use_enable gnome-shell search-provider) \
99 + $(use_with nautilus nautilus-extension)
100 +}
101 +
102 +src_install() {
103 + DOCS="AUTHORS ChangeLog HACKING NEWS"
104 + gnome2_src_install
105 + readme.gentoo_create_doc
106 +}
107 +
108 +pkg_postinst() {
109 + gnome2_pkg_postinst
110 + readme.gentoo_print_elog
111 +}