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, 20 May 2017 14:40:47 +0000 (UTC)	[thread overview]
Message-ID: <1495291216.6b6082e4843786d5020987c0d887a97aa6d54307.leio@gentoo> (raw)

commit:     6b6082e4843786d5020987c0d887a97aa6d54307
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 14:25:37 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat May 20 14:40:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6082e4

x11-terms/gnome-terminal: bump to 3.24, add desktop notification and 'set title' patches

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/x11-terms/gnome-terminal/Manifest b/x11-terms/gnome-terminal/Manifest
index d3ca2f5ecaf..566949ba879 100644
--- a/x11-terms/gnome-terminal/Manifest
+++ b/x11-terms/gnome-terminal/Manifest
@@ -1,2 +1,4 @@
 DIST gnome-terminal-3.22.2.tar.xz 1952372 SHA256 9a5fa5ecad5ac74e8e125bbd201e15e03c794df4cf4a662eab53eaa3523dfc58 SHA512 3fa550c49c35d53c220d1f7a3f3d49d5130e3dd4af657e05627782abb84a449c6632a9919f5a97c78a5b9d92137e8d4bd68d8b880cd86203f866b85b9cda3db3 WHIRLPOOL a7e8333211199d5bd3d6c72f5a561ec67e443036039b1dfe99309c79cf9fc2f23bb419a7a5da59b7ddb24f2edeece28195bf225d61282380d4eee9ff6c90bfdb
 DIST gnome-terminal-3.23.90.tar.xz 1924436 SHA256 3da921a4d21dd1bc61cb2501a66701b2440bb667f7ff8697a88632685594c29a SHA512 f91c416b24360913b50d234d7f680e6e3e37f25d178fc53ac057bbeafc7cb867cc30f5f303d09b60d9a18cc090dbea2afcc4d2d05bcc4484c29f26993f735e04 WHIRLPOOL 7c6f72be05cdb89883a6fc6092495a2778371cfd26636904e9e5f1b8b170bcbfd5bfa63c8f160b65b6e34556e4ff12b5af580a316350e491273a6f37f969103a
+DIST gnome-terminal-3.24.2.tar.xz 1960952 SHA256 281edac30a07ca45beaaaf0a13fe2219cf8b87ece5e55dccbfc49ef769dfec0f SHA512 08cd7b1b08cf22618554b1a051dcfee4a967165bfe93b77a6bc8b0c935695101e773e8d53a482d71aadb9ba7be7ac991d82dbf53b7a6f74f1f5144e4158f8a93 WHIRLPOOL e3f7b6528edc8f257d1c43abc1ee07b8ae1c8c1dfb1e2ae0dae727ba5c3f7f90c06df92eb84b37ef6f52b6338b732e7e3af14729a9ddad887cce64142e784911
+DIST gnome-terminal-notify-open-title-transparency.patch.xz 37448 SHA256 7b83879f7035be77528b68328fed18018ae459792f7f22fae5e3d8b631d7e2cf SHA512 9af0d56df105a5bdb81b2609794669557a7f442f71b240ee10a6411fab20ad74c14489dbb9a536e208515053ea17776b3a15afb3b949a75a66f8c2ab3dbbff96 WHIRLPOOL 2059fc03a98a76b1f15e9adc7d0002daf3d337960d5d90dac9ae5d551762c18fcbc9530b32afa02edf0e5bd58140267bffbf99c9d50268338784428fe5244329

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.24.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.24.2.ebuild
new file mode 100644
index 00000000000..486db9e8506
--- /dev/null
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.24.2.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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/gnome-terminal-notify-open-title-transparency.patch.xz )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+
+# FIXME: automagic dependency on gtk+[X], just transitive but needs proper control
+# Needed vte in 3.24.2 is 0.48.2, but we add desktop notification patches in 0.48.3 that non-vanilla needs
+RDEPEND="
+	>=dev-libs/glib-2.42:2[dbus]
+	>=x11-libs/gtk+-3.20:3[X]
+	>=x11-libs/vte-0.48.3: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/yelp-tools required for help/* with non-en LINGUAS, see bug #549358
+# xmllint required for glib-compile-resources, see bug #549304
+DEPEND="${RDEPEND}
+	app-text/yelp-tools
+	dev-libs/libxml2
+	dev-util/gdbus-codegen
+	>=dev-util/intltool-0.50
+	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-${SLOT}.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 separate menuitems for opening tabs and windows
+		# 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}"/${PN}-notify-open-title-transparency.patch
+	fi
+	gnome2_src_prepare
+}
+
+src_configure() {
+	gnome2_src_configure \
+		--disable-static \
+		--disable-migration \
+		$(use_enable debug) \
+		$(use_enable gnome-shell search-provider) \
+		$(use_with nautilus nautilus-extension) \
+		VALAC=$(type -P true)
+}
+
+src_install() {
+	DOCS="AUTHORS ChangeLog HACKING NEWS"
+	gnome2_src_install
+	readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+	readme.gentoo_print_elog
+}


             reply	other threads:[~2017-05-20 14:40 UTC|newest]

Thread overview: 115+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-20 14:40 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-09-28  9:51 Mart Raudsepp
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-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=1495291216.6b6082e4843786d5020987c0d887a97aa6d54307.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