public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexandre Restovtsev" <tetromino@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/files/, x11-terms/gnome-terminal/
Date: Thu, 24 May 2012 06:56:34 +0000 (UTC)	[thread overview]
Message-ID: <1337842427.69db2a56a4447d00c7a4af4b1150f6eddcef16a6.tetromino@gentoo> (raw)

commit:     69db2a56a4447d00c7a4af4b1150f6eddcef16a6
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 06:53:47 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu May 24 06:53:47 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=69db2a56

x11-terms/gnome-terminal: update

Requested by Sholy.

---
 .../gnome-terminal-2.22.0-default_shell.patch      |   11 ------
 .../files/gnome-terminal-3.5.0-default_shell.patch |   13 ++++++++
 .../gnome-terminal/gnome-terminal-9999.ebuild      |   33 ++++++++++---------
 3 files changed, 30 insertions(+), 27 deletions(-)

diff --git a/x11-terms/gnome-terminal/files/gnome-terminal-2.22.0-default_shell.patch b/x11-terms/gnome-terminal/files/gnome-terminal-2.22.0-default_shell.patch
deleted file mode 100644
index 84bac04..0000000
--- a/x11-terms/gnome-terminal/files/gnome-terminal-2.22.0-default_shell.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gnome-terminal.schemas.in	2003-02-21 20:06:56.000000000 -0600
-+++ src/gnome-terminal.schemas.in	2003-02-21 20:07:13.000000000 -0600
-@@ -341,7 +341,7 @@
-       <applyto>/apps/gnome-terminal/profiles/Default/login_shell</applyto>
-       <owner>gnome-terminal</owner>
-       <type>bool</type>
--      <default>false</default>
-+      <default>true</default>
-       <locale name="C">
-          <short>Whether to launch the command in the terminal as a login shell</short>
-          <long>

diff --git a/x11-terms/gnome-terminal/files/gnome-terminal-3.5.0-default_shell.patch b/x11-terms/gnome-terminal/files/gnome-terminal-3.5.0-default_shell.patch
new file mode 100644
index 0000000..92924f6
--- /dev/null
+++ b/x11-terms/gnome-terminal/files/gnome-terminal-3.5.0-default_shell.patch
@@ -0,0 +1,13 @@
+diff --git a/src/org.gnome.Terminal.Preferences.gschema.xml.in b/src/org.gnome.Terminal.Preferences.gschema.xml.in
+index 6d28344..1a94921 100644
+--- a/src/org.gnome.Terminal.Preferences.gschema.xml.in
++++ b/src/org.gnome.Terminal.Preferences.gschema.xml.in
+@@ -169,7 +169,7 @@
+       <_description>Possible values are "close" to close the terminal, and "restart" to restart the command.</_description>
+     </key>
+     <key name="login-shell" type="b">
+-      <default>false</default>
++      <default>true</default>
+       <_summary>Whether to launch the command in the terminal as a login shell</_summary>
+       <_description>If true, the command inside the terminal will be launched as a login shell. (argv[0] will have a hyphen in front of it.)</_description>
+     </key>

diff --git a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
index 6bdf936..d276b68 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-9999.ebuild
@@ -20,35 +20,36 @@ if [[ ${PV} = 9999 ]]; then
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 fi
-IUSE=""
+IUSE="nautilus"
 
 # FIXME: automagic dependency on gtk+[X]
-RDEPEND=">=dev-libs/glib-2.26.0:2
-	>=x11-libs/gtk+-3.3.17:3[X]
-	>=x11-libs/vte-0.30.0:2.90
-	>=gnome-base/gconf-2.31.3
+RDEPEND=">=dev-libs/glib-2.33.1:2
+	>=x11-libs/gtk+-3.5.3:3[X]
+	>=x11-libs/vte-0.32.1:2.90
+	gnome-base/dconf
+	>=gnome-base/gconf-2.31.3:2
 	>=gnome-base/gsettings-desktop-schemas-0.1.0
-	x11-libs/libSM
-	x11-libs/libICE"
-# gtk+:2 needed for gtk-builder-convert, bug 356239
+	sys-apps/dbus
+	nautilus? ( >=gnome-base/nautilus-3 )"
 DEPEND="${RDEPEND}
-	|| ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
-	>=dev-util/intltool-0.40
-	virtual/pkgconfig
 	>=app-text/gnome-doc-utils-0.3.2
 	>=app-text/scrollkeeper-0.3.11
-	sys-devel/gettext"
+	dev-libs/libxml2
+	dev-util/gdbus-codegen
+	dev-util/gtk-builder-convert
+	>=dev-util/intltool-0.40
+	sys-devel/gettext
+	virtual/pkgconfig"
 
 pkg_setup() {
 	DOCS="AUTHORS ChangeLog HACKING NEWS README"
-	# FIXME: leave smclient configure unset until it accepts values from the
-	# switch and not from GDK_TARGET, bug #363033
-	G2CONF="${G2CONF} --with-gtk=3.0"
+	G2CONF="${G2CONF}
+		$(use_with nautilus nautilus-extension)"
 }
 
 src_prepare() {
 	# Use login shell by default (#12900)
-	epatch "${FILESDIR}"/${PN}-2.22.0-default_shell.patch
+	epatch "${FILESDIR}"/${PN}-3.5.0-default_shell.patch
 
 	gnome2_src_prepare
 }



             reply	other threads:[~2012-05-24  6:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-24  6:56 Alexandre Restovtsev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-04-24 21:36 [gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/files/, x11-terms/gnome-terminal/ Gilles Dartiguelongue
2012-11-25  0:23 Alexandre Rostovtsev
2012-09-30  2:37 Alexandre Rostovtsev
2011-02-09 20:13 Nirbheek Chauhan

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=1337842427.69db2a56a4447d00c7a4af4b1150f6eddcef16a6.tetromino@gentoo \
    --to=tetromino@gmail.com \
    --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