From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/nautilus/, gnome-base/nautilus/files/
Date: Wed, 5 Sep 2012 15:49:00 +0000 (UTC) [thread overview]
Message-ID: <1346860102.b49c9b499d9aeac781b3a7bd78ec855c3f683d63.nirbheek@gentoo> (raw)
commit: b49c9b499d9aeac781b3a7bd78ec855c3f683d63
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 5 01:45:21 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Sep 5 15:48:22 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b49c9b49
gnome-base/nautilus: 3.5.90 → 3.5.91
---
...1-delete.patch => nautilus-3.5.91-delete.patch} | 13 +++++--------
...utilus-3.5.90.ebuild => nautilus-3.5.91.ebuild} | 9 +++++----
gnome-base/nautilus/nautilus-9999.ebuild | 9 +++++----
3 files changed, 15 insertions(+), 16 deletions(-)
diff --git a/gnome-base/nautilus/files/nautilus-3.2.1-delete.patch b/gnome-base/nautilus/files/nautilus-3.5.91-delete.patch
similarity index 79%
rename from gnome-base/nautilus/files/nautilus-3.2.1-delete.patch
rename to gnome-base/nautilus/files/nautilus-3.5.91-delete.patch
index 7720a6b..6971c39 100644
--- a/gnome-base/nautilus/files/nautilus-3.2.1-delete.patch
+++ b/gnome-base/nautilus/files/nautilus-3.5.91-delete.patch
@@ -1,14 +1,11 @@
-From 0c86d481ac075d733ddffae7a67aa23b0b4d54c5 Mon Sep 17 00:00:00 2001
-From: Alexandre Rostovtsev <tetromino@gentoo.org>
-Date: Thu, 8 Dec 2011 18:39:28 -0500
-Subject: [PATCH] Delete key should delete files
-
Make the Delete key delete files like in nautilus-2.x and every other
file manager on the planet. Note: the nautilus-3 Ctrl+Delete shortcut
will also continue to work.
https://bugzilla.gnome.org/show_bug.cgi?id=647048
https://bugs.gentoo.org/show_bug.cgi?id=393663
+
+Original Author: Alexandre Rostovtsev <tetromino@gentoo.org>
---
src/nautilus-view.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
@@ -17,15 +14,15 @@ diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index dca1413..f3928db 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
-@@ -7014,7 +7014,7 @@ static const GtkActionEntry directory_view_entries[] = {
+@@ -7238,7 +7238,7 @@
/* tooltip */ NULL,
G_CALLBACK (action_rename_select_all_callback) },
- /* name, stock id */ { "Trash", NULL,
+ /* name, stock id */ { NAUTILUS_ACTION_TRASH, NULL,
- /* label, accelerator */ N_("Mo_ve to Trash"), "<control>Delete",
+ /* label, accelerator */ N_("Mo_ve to Trash"), "Delete",
/* tooltip */ N_("Move each selected item to the Trash"),
G_CALLBACK (action_trash_callback) },
- /* name, stock id */ { "Delete", NULL,
+ /* name, stock id */ { NAUTILUS_ACTION_DELETE, NULL,
@@ -9687,8 +9687,12 @@ nautilus_view_class_init (NautilusViewClass *klass)
binding_set = gtk_binding_set_by_class (klass);
gtk_binding_entry_add_signal (binding_set, GDK_KEY_Delete, GDK_CONTROL_MASK,
diff --git a/gnome-base/nautilus/nautilus-3.5.90.ebuild b/gnome-base/nautilus/nautilus-3.5.91.ebuild
similarity index 93%
rename from gnome-base/nautilus/nautilus-3.5.90.ebuild
rename to gnome-base/nautilus/nautilus-3.5.91.ebuild
index e39db04..0815b13 100644
--- a/gnome-base/nautilus/nautilus-3.5.90.ebuild
+++ b/gnome-base/nautilus/nautilus-3.5.91.ebuild
@@ -26,9 +26,9 @@ IUSE="doc exif gnome +introspection packagekit +previewer sendto tracker xmp"
# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92
# and 2.30.0
-COMMON_DEPEND=">=dev-libs/glib-2.31.9:2
+COMMON_DEPEND=">=dev-libs/glib-2.33.11:2
>=x11-libs/pango-1.28.3
- >=x11-libs/gtk+-3.5.5:3[introspection?]
+ >=x11-libs/gtk+-3.5.12:3[introspection?]
>=dev-libs/libxml2-2.7.8:2
>=gnome-base/gnome-desktop-3.0.0:3
@@ -41,7 +41,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.31.9:2
exif? ( >=media-libs/libexif-0.6.20 )
introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
- tracker? ( >=app-misc/tracker-0.12 )
+ tracker? ( >=app-misc/tracker-0.14 )
xmp? ( >=media-libs/exempi-2.1.0 )"
DEPEND="${COMMON_DEPEND}
>=dev-lang/perl-5
@@ -67,6 +67,7 @@ PDEPEND="gnome? (
pkg_setup() {
G2CONF="${G2CONF}
+ --disable-profiling
--disable-update-mimedb
$(use_enable exif libexif)
$(use_enable introspection)
@@ -82,7 +83,7 @@ src_prepare() {
# Restore the nautilus-2.x Delete shortcut (Ctrl+Delete will still work);
# bug #393663
- epatch "${FILESDIR}/${PN}-3.2.1-delete.patch"
+ epatch "${FILESDIR}/${PN}-3.5.91-delete.patch"
# Remove crazy CFLAGS
sed 's:-DG.*DISABLE_DEPRECATED::g' -i configure.in configure \
diff --git a/gnome-base/nautilus/nautilus-9999.ebuild b/gnome-base/nautilus/nautilus-9999.ebuild
index e39db04..0815b13 100644
--- a/gnome-base/nautilus/nautilus-9999.ebuild
+++ b/gnome-base/nautilus/nautilus-9999.ebuild
@@ -26,9 +26,9 @@ IUSE="doc exif gnome +introspection packagekit +previewer sendto tracker xmp"
# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92
# and 2.30.0
-COMMON_DEPEND=">=dev-libs/glib-2.31.9:2
+COMMON_DEPEND=">=dev-libs/glib-2.33.11:2
>=x11-libs/pango-1.28.3
- >=x11-libs/gtk+-3.5.5:3[introspection?]
+ >=x11-libs/gtk+-3.5.12:3[introspection?]
>=dev-libs/libxml2-2.7.8:2
>=gnome-base/gnome-desktop-3.0.0:3
@@ -41,7 +41,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.31.9:2
exif? ( >=media-libs/libexif-0.6.20 )
introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
- tracker? ( >=app-misc/tracker-0.12 )
+ tracker? ( >=app-misc/tracker-0.14 )
xmp? ( >=media-libs/exempi-2.1.0 )"
DEPEND="${COMMON_DEPEND}
>=dev-lang/perl-5
@@ -67,6 +67,7 @@ PDEPEND="gnome? (
pkg_setup() {
G2CONF="${G2CONF}
+ --disable-profiling
--disable-update-mimedb
$(use_enable exif libexif)
$(use_enable introspection)
@@ -82,7 +83,7 @@ src_prepare() {
# Restore the nautilus-2.x Delete shortcut (Ctrl+Delete will still work);
# bug #393663
- epatch "${FILESDIR}/${PN}-3.2.1-delete.patch"
+ epatch "${FILESDIR}/${PN}-3.5.91-delete.patch"
# Remove crazy CFLAGS
sed 's:-DG.*DISABLE_DEPRECATED::g' -i configure.in configure \
next reply other threads:[~2012-09-05 15:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-05 15:49 Nirbheek Chauhan [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-12-11 13:54 [gentoo-commits] proj/gnome:master commit in: gnome-base/nautilus/, gnome-base/nautilus/files/ Gilles Dartiguelongue
2018-09-16 15:25 Sobhan Mohammadpour
2015-04-26 14:01 Ole Reifschneider
2012-09-30 3:24 Alexandre Rostovtsev
2012-08-27 7:11 Priit Laes
2012-04-02 6:43 Alexandre Restovtsev
2011-05-30 18:39 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=1346860102.b49c9b499d9aeac781b3a7bd78ec855c3f683d63.nirbheek@gentoo \
--to=nirbheek@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