public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/gnome-terminal/
Date: Sat, 28 Sep 2019 09:51:32 +0000 (UTC)	[thread overview]
Message-ID: <1569664192.5b1f6e654bb9cccf56ee765994e9aa27f2782b8a.leio@gentoo> (raw)

commit:     5b1f6e654bb9cccf56ee765994e9aa27f2782b8a
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 08:49:14 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 09:49:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1f6e65

x11-terms/gnome-terminal: bump to 3.32.2

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 x11-terms/gnome-terminal/Manifest                  |  2 +
 .../gnome-terminal/gnome-terminal-3.32.2.ebuild    | 84 ++++++++++++++++++++++
 2 files changed, 86 insertions(+)

diff --git a/x11-terms/gnome-terminal/Manifest b/x11-terms/gnome-terminal/Manifest
index ed7ccc49a7c..1fd1d32606b 100644
--- a/x11-terms/gnome-terminal/Manifest
+++ b/x11-terms/gnome-terminal/Manifest
@@ -1,2 +1,4 @@
 DIST gnome-terminal-3.30.2-notify-open-title-transparency.patch.xz 31748 BLAKE2B 6a25547fcdd387ea90c3ba13e53f31a118cc01c50c72f1f597162452ea65509e2fc8adaa2f6487859d8a53e828173d77a6f952d172f5a685e2b51864a82cce7f SHA512 51f32879c93a5ca489db9a604b28585787c9ec1a444c5e8c76bf26edeaa68e35fe9f76f94f32e99716a0d01643ac859475be13232c62675c703b5503781cb8d0
 DIST gnome-terminal-3.30.3.tar.xz 2102108 BLAKE2B 1930bc97c8d77d0107dbb7e56d849e3941c6821863d25103d8d17135d334b6ceda5b5ef1cad81d02011fb7190fd5b39ce4176083af0af6bebb71f52e30cd2c7b SHA512 54d3b345a23905f65ccc7d238b2f9ebcfebc4ccccf504c41bdb3dc388ceee8e6f2dfbba7c0060ea6bcba8bb541a031fe619d462e024aef277f66b5c49792c291
+DIST gnome-terminal-3.32.2-cntr-ntfy-ttl-ts.patch.xz 31684 BLAKE2B 34c3473632d82983aec98a867e7353829521527f8f570e62e5fd7a1bd638b470c6f1ce7fde33d4604a2ca40e4b93be02a22dbdd4d1559a03bf230060310e81bf SHA512 76732fd57644431936b78a3ea3e8010b3f14fb0af52fa9c79540ed5ec5a0a45e6b31c9ace2b67a02559ec4e294927bf2033730d074727c3fe05054f39d1a8b42
+DIST gnome-terminal-3.32.2.tar.xz 2039236 BLAKE2B 967f87a362cf893c8d743caefc9b857d6c8092e59c3ce77a76dea5d50f503bea9c9e066e447724b6c7781bec808a4cccf8c3d646ecccb1800da9a0bdd7f28e4d SHA512 1be1e26b62b9364361982a34455fb5c818a2114edadb1146985f9e418ce5d51387d12b443c12022b8eec9c61c2137a1a780f390672406a1940f8b352b782e3cc

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.32.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.32.2.ebuild
new file mode 100644
index 00000000000..547e8c8c46e
--- /dev/null
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.32.2.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 readme.gentoo-r1
+
+DESCRIPTION="The Gnome Terminal"
+HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="debug +gnome-shell +nautilus vanilla"
+SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~leio/distfiles/${P}-cntr-ntfy-ttl-ts.patch.xz )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+
+# FIXME: automagic dependency on gtk+[X], just transitive but needs proper control, bug 624960
+RDEPEND="
+	>=dev-libs/glib-2.42:2
+	>=x11-libs/gtk+-3.20:3
+	>=x11-libs/vte-0.56.2:2.91[!vanilla?]
+	>=dev-libs/libpcre2-10
+	>=gnome-base/dconf-0.14
+	>=gnome-base/gsettings-desktop-schemas-0.1.0
+	sys-apps/util-linux
+	gnome-shell? ( gnome-base/gnome-shell )
+	nautilus? ( >=gnome-base/nautilus-3 )
+"
+# itstool required for help/* with non-en LINGUAS, see bug #549358
+# xmllint required for glib-compile-resources, see bug #549304
+DEPEND="${RDEPEND}
+	dev-libs/libxml2:2
+	dev-util/gdbus-codegen
+	dev-util/glib-utils
+	>=dev-util/intltool-0.50
+	dev-util/itstool
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+DOC_CONTENTS="To get previous working directory inherited in new opened tab, or
+	notifications of long-running commands finishing, you will need
+	to add the following line to your ~/.bashrc:\n
+	. /etc/profile.d/vte-2.91.sh"
+
+src_prepare() {
+	if ! use vanilla; then
+		# https://bugzilla.gnome.org/show_bug.cgi?id=695371
+		# Fedora patches:
+		# Restore transparency support (with compositing WMs only)
+		# OSC 777 desktop notification support (notifications on tabs for long-running commands completing)
+		# Restore "Set title" support
+		# http://pkgs.fedoraproject.org/cgit/rpms/gnome-terminal.git/plain/gnome-terminal-notify-open-title-transparency.patch
+		# Depends on vte[-vanilla] for OSC 777 patch in VTE
+		eapply "${WORKDIR}"/${P}-cntr-ntfy-ttl-ts.patch
+	fi
+	gnome2_src_prepare
+}
+
+src_configure() {
+	gnome2_src_configure \
+		--disable-static \
+		$(use_enable debug) \
+		$(use_enable gnome-shell search-provider) \
+		$(use_with nautilus nautilus-extension)
+}
+
+src_install() {
+	DOCS="AUTHORS ChangeLog HACKING NEWS"
+	gnome2_src_install
+	if ! use vanilla; then
+		# Separate "New Window/Tab" menu entries by default, instead of unified "New Terminal"
+		insinto /usr/share/glib-2.0/schemas
+		newins "${FILESDIR}"/separate-new-tab-window.gschema.override org.gnome.Terminal.gschema.override
+	fi
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+	readme.gentoo_print_elog
+}


             reply	other threads:[~2019-09-28  9:51 UTC|newest]

Thread overview: 115+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-28  9:51 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-25 16:08 [gentoo-commits] repo/gentoo:master commit in: x11-terms/gnome-terminal/ Andreas K. Hüttel
2024-08-09  9:54 Pacho Ramos
2024-08-09  9:54 Pacho Ramos
2024-03-07 23:51 Sam James
2024-02-11 14:21 Mart Raudsepp
2024-02-11  8:09 Arthur Zamarin
2024-02-11  8:09 Arthur Zamarin
2023-11-29  4:23 Sam James
2023-11-20 10:06 Sam James
2023-11-17  7:47 Sam James
2023-11-04 21:20 Mart Raudsepp
2023-11-04 21:16 Mart Raudsepp
2023-11-04 21:16 Mart Raudsepp
2023-10-08 12:58 Pacho Ramos
2023-10-08 11:51 Pacho Ramos
2023-09-22  3:14 Matt Turner
2023-09-22  3:14 Matt Turner
2023-09-05 20:28 Matt Turner
2023-08-30  7:57 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-06 17:01 Matt Turner
2023-05-17 21:55 Matt Turner
2023-05-05  8:28 Arthur Zamarin
2023-05-05  8:28 Arthur Zamarin
2023-05-05  8:12 Arthur Zamarin
2023-04-25 15:20 Matt Turner
2023-04-02  0:57 Matt Turner
2023-03-20 14:07 Matt Turner
2023-02-11 20:48 Matt Turner
2023-01-03 14:08 Matt Turner
2022-12-16 20:37 Arthur Zamarin
2022-12-04  2:41 Matt Turner
2022-12-02 21:53 Matt Turner
2022-11-21 17:07 Joonas Niilola
2022-11-14  6:53 Arthur Zamarin
2022-11-12  6:01 WANG Xuerui
2022-11-10  0:33 Yixun Lan
2022-11-10  0:19 Matt Turner
2022-11-09 14:11 Matt Turner
2022-11-09 14:11 Matt Turner
2022-11-09 14:11 Matt Turner
2022-11-07 23:18 Sam James
2022-11-07  7:26 Sam James
2022-10-31 20:31 Matt Turner
2022-10-25 15:25 Matt Turner
2022-10-14 14:29 Matt Turner
2022-10-08 14:22 Matt Turner
2022-08-26 10:46 Sam James
2022-07-21  2:04 Matt Turner
2022-07-18 23:41 Sam James
2022-07-06  1:24 Sam James
2022-07-02 20:47 Sam James
2022-05-29  1:17 Matt Turner
2022-05-28  5:45 Sam James
2022-05-28  1:27 Sam James
2022-05-28  1:20 Sam James
2022-03-28  4:21 Matt Turner
2022-03-18 19:24 Matt Turner
2022-01-24 22:43 Matt Turner
2021-12-17  2:23 Matt Turner
2021-08-27 15:19 Yixun Lan
2021-07-26  7:15 Matt Turner
2021-07-12 19:13 Matt Turner
2021-07-10 15:40 Sam James
2021-06-06 21:49 Matt Turner
2021-05-31  2:00 Matt Turner
2021-04-30 23:00 Matt Turner
2021-04-13 16:12 Matt Turner
2021-04-01 16:44 Thomas Deutschmann
2021-03-12  8:01 Mikle Kolyada
2021-02-27 19:56 Matt Turner
2021-01-10  2:38 Matt Turner
2021-01-10  2:38 Matt Turner
2021-01-07  2:39 Matt Turner
2021-01-07  2:12 Matt Turner
2020-11-07 15:23 Mart Raudsepp
2020-08-30 15:17 Thomas Deutschmann
2020-08-16 12:27 Mart Raudsepp
2020-06-07 21:28 Mart Raudsepp
2020-04-20 18:16 Agostino Sarubbo
2020-04-20 17:03 Agostino Sarubbo
2020-03-21 16:22 Mart Raudsepp
2019-12-23 22:23 Mart Raudsepp
2019-12-08 11:52 Mikle Kolyada
2019-12-08 11:41 Mikle Kolyada
2019-08-04 15:05 Aaron Bauman
2019-05-18 23:05 Mart Raudsepp
2019-05-10 17:49 Mikle Kolyada
2019-05-08  9:33 Mikle Kolyada
2019-04-09  8:35 Mart Raudsepp
2019-04-09  8:35 Mart Raudsepp
2019-03-14  7:03 Mart Raudsepp
2018-09-11 16:39 Mart Raudsepp
2018-02-03 23:43 Mart Raudsepp
2018-01-18  3:15 Mikle Kolyada
2018-01-08 18:54 Mart Raudsepp
2017-05-20 14:40 Mart Raudsepp
2017-05-20 14:40 Mart Raudsepp
2017-05-20 14:40 Mart Raudsepp
2017-04-01 16:31 Agostino Sarubbo
2017-04-01 13:16 Agostino Sarubbo
2017-03-21  5:09 Mart Raudsepp
2017-03-21  5:09 Mart Raudsepp
2017-03-08 12:11 Mart Raudsepp
2016-12-30  3:10 Mart Raudsepp
2016-11-13 11:39 Gilles Dartiguelongue
2016-11-08 14:12 Gilles Dartiguelongue
2016-06-11 19:39 Pacho Ramos
2016-06-11 12:06 Pacho Ramos
2016-03-07  6:53 Remi Cardona
2016-03-06 17:23 Mikle Kolyada
2015-12-22  8:16 Gilles Dartiguelongue
2015-11-26 10:51 Gilles Dartiguelongue
2015-09-12  9:11 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1569664192.5b1f6e654bb9cccf56ee765994e9aa27f2782b8a.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox