* [gentoo-commits] gentoo-x86 commit in gnome-base/nautilus: ChangeLog nautilus-3.2.1-r1.ebuild
@ 2011-12-15 2:26 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2011-12-15 2:26 UTC (permalink / raw
To: gentoo-commits
tetromino 11/12/15 02:26:13
Modified: ChangeLog
Added: nautilus-3.2.1-r1.ebuild
Log:
Restore the Delete keyboard shortcut for deleting files (bug #393663, thanks to Pacho for reporting). Do not handle keyboard shortcuts in NautilusWindow if a text entry is focused (prevents files from getting deleted when pressing Delete in search entry). Only autostart in GNOME and Unity (bug #394379, thanks to Marc Schiffbauer for reporting).
(Portage version: 2.2.0_alpha80/cvs/Linux x86_64)
Revision Changes Path
1.387 gnome-base/nautilus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.387&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.387&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?r1=1.386&r2=1.387
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v
retrieving revision 1.386
retrieving revision 1.387
diff -u -r1.386 -r1.387
--- ChangeLog 25 Nov 2011 06:17:44 -0000 1.386
+++ ChangeLog 15 Dec 2011 02:26:13 -0000 1.387
@@ -1,6 +1,19 @@
# ChangeLog for gnome-base/nautilus
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.386 2011/11/25 06:17:44 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.387 2011/12/15 02:26:13 tetromino Exp $
+
+*nautilus-3.2.1-r1 (15 Dec 2011)
+
+ 15 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+ +nautilus-3.2.1-r1.ebuild,
+ +files/nautilus-3.2.1-autostart-only-show-in.patch,
+ +files/nautilus-3.2.1-delete.patch,
+ +files/nautilus-3.2.1-key-press-forwarding.patch:
+ Restore the Delete keyboard shortcut for deleting files (bug #393663, thanks
+ to Pacho for reporting). Do not handle keyboard shortcuts in NautilusWindow
+ if a text entry is focused (prevents files from getting deleted when pressing
+ Delete in search entry). Only autostart in GNOME and Unity (bug #394379,
+ thanks to Marc Schiffbauer for reporting).
25 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
-nautilus-3.0.2.ebuild,
1.1 gnome-base/nautilus/nautilus-3.2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/nautilus-3.2.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/nautilus-3.2.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: nautilus-3.2.1-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-3.2.1-r1.ebuild,v 1.1 2011/12/15 02:26:13 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit gnome2 virtualx
DESCRIPTION="A file manager for the GNOME desktop"
HOMEPAGE="http://live.gnome.org/Nautilus"
LICENSE="GPL-2 LGPL-2 FDL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux"
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.30.0:2
>=x11-libs/pango-1.28.3
>=x11-libs/gtk+-3.1.6:3[introspection?]
>=dev-libs/libxml2-2.7.8:2
>=gnome-base/gnome-desktop-3.0.0:3
gnome-base/dconf
gnome-base/gsettings-desktop-schemas
>=x11-libs/libnotify-0.7
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender
exif? ( >=media-libs/libexif-0.6.20 )
introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
tracker? ( >=app-misc/tracker-0.12 )
xmp? ( >=media-libs/exempi-2.1.0 )"
DEPEND="${COMMON_DEPEND}
>=dev-lang/perl-5
>=dev-util/gdbus-codegen-2.30.0
>=dev-util/pkgconfig-0.9
>=dev-util/intltool-0.40.1
sys-devel/gettext
x11-proto/xproto
doc? ( >=dev-util/gtk-doc-1.4 )"
RDEPEND="${COMMON_DEPEND}
packagekit? ( app-admin/packagekit-base )
sendto? ( !<gnome-extra/nautilus-sendto-3.0.1 )"
# For eautoreconf
# gnome-base/gnome-common
# dev-util/gtk-doc-am"
PDEPEND="gnome? (
>=x11-themes/gnome-icon-theme-1.1.91
x11-themes/gnome-icon-theme-symbolic )
tracker? ( >=gnome-extra/nautilus-tracker-tags-0.12 )
previewer? ( >=gnome-extra/sushi-0.1.9 )
sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 )
>=gnome-base/gvfs-0.1.2"
pkg_setup() {
G2CONF="${G2CONF}
--disable-maintainer-mode
--disable-update-mimedb
$(use_enable exif libexif)
$(use_enable introspection)
$(use_enable packagekit)
$(use_enable sendto nst-extension)
$(use_enable tracker)
$(use_enable xmp)"
DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README THANKS TODO"
}
src_prepare() {
gnome2_src_prepare
# Restore the nautilus-2.x Delete shortcut (Ctrl+Delete will still work);
# bug #393663
epatch "${FILESDIR}/${PN}-3.2.1-delete.patch"
# https://bugzilla.gnome.org/show_bug.cgi?id=664573
epatch "${FILESDIR}/${PN}-3.2.1-key-press-forwarding.patch"
# bug #394379, https://bugzilla.gnome.org/show_bug.cgi?id=666218
epatch "${FILESDIR}/${PN}-3.2.1-autostart-only-show-in.patch"
# Remove crazy CFLAGS
sed 's:-DG.*DISABLE_DEPRECATED::g' -i configure.in configure \
|| die "sed 1 failed"
}
src_test() {
addpredict "/root/.gnome2_private"
unset SESSION_MANAGER
unset ORBIT_SOCKETDIR
unset DBUS_SESSION_BUS_ADDRESS
export GSETTINGS_BACKEND="memory"
Xemake check
unset GSETTINGS_BACKEND
}
pkg_postinst() {
gnome2_pkg_postinst
if use previewer; then
elog "nautilus uses gnome-extra/sushi to preview media files."
elog "To activate the previewer, select a file and press space; to"
elog "close the previewer, press space again."
else
elog "To preview media files, emerge nautilus with USE=previewer"
fi
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/nautilus: ChangeLog nautilus-3.2.1-r1.ebuild
@ 2012-04-02 5:55 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-04-02 5:55 UTC (permalink / raw
To: gentoo-commits
tetromino 12/04/02 05:55:14
Modified: ChangeLog nautilus-3.2.1-r1.ebuild
Log:
Forgot to inherit eutils.
(Portage version: 2.2.0_alpha98/cvs/Linux x86_64)
Revision Changes Path
1.389 gnome-base/nautilus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.389&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.389&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?r1=1.388&r2=1.389
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -r1.388 -r1.389
--- ChangeLog 19 Dec 2011 17:11:53 -0000 1.388
+++ ChangeLog 2 Apr 2012 05:55:14 -0000 1.389
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/nautilus
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.388 2011/12/19 17:11:53 tetromino Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.389 2012/04/02 05:55:14 tetromino Exp $
+
+ 02 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ nautilus-3.2.1-r1.ebuild:
+ Forgot to inherit eutils.
*nautilus-2.32.2.1-r2 (19 Dec 2011)
1.2 gnome-base/nautilus/nautilus-3.2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/nautilus-3.2.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/nautilus-3.2.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/nautilus-3.2.1-r1.ebuild?r1=1.1&r2=1.2
Index: nautilus-3.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-3.2.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nautilus-3.2.1-r1.ebuild 15 Dec 2011 02:26:13 -0000 1.1
+++ nautilus-3.2.1-r1.ebuild 2 Apr 2012 05:55:14 -0000 1.2
@@ -1,12 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-3.2.1-r1.ebuild,v 1.1 2011/12/15 02:26:13 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-3.2.1-r1.ebuild,v 1.2 2012/04/02 05:55:14 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-inherit gnome2 virtualx
+inherit eutils gnome2 virtualx
DESCRIPTION="A file manager for the GNOME desktop"
HOMEPAGE="http://live.gnome.org/Nautilus"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/nautilus: ChangeLog nautilus-3.2.1-r1.ebuild
@ 2012-04-30 15:10 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2012-04-30 15:10 UTC (permalink / raw
To: gentoo-commits
jlec 12/04/30 15:10:14
Modified: ChangeLog nautilus-3.2.1-r1.ebuild
Log:
Add fix for problems with glib-2.32 and gold linker, #414121
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.394 gnome-base/nautilus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.394&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.394&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?r1=1.393&r2=1.394
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v
retrieving revision 1.393
retrieving revision 1.394
diff -u -r1.393 -r1.394
--- ChangeLog 29 Apr 2012 15:12:11 -0000 1.393
+++ ChangeLog 30 Apr 2012 15:10:14 -0000 1.394
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/nautilus
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.393 2012/04/29 15:12:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.394 2012/04/30 15:10:14 jlec Exp $
+
+ 30 Apr 2012; Justin Lecher <jlec@gentoo.org> nautilus-3.2.1-r1.ebuild,
+ +files/nautilus-3.2.1-gold-glib2.32.patch:
+ Add fix for problems with glib-2.32 and gold linker, #414121
29 Apr 2012; Markus Meier <maekke@gentoo.org> nautilus-2.32.2.1-r2.ebuild:
x86 stable, bug #410611
1.3 gnome-base/nautilus/nautilus-3.2.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/nautilus-3.2.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/nautilus-3.2.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/nautilus-3.2.1-r1.ebuild?r1=1.2&r2=1.3
Index: nautilus-3.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-3.2.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nautilus-3.2.1-r1.ebuild 2 Apr 2012 05:55:14 -0000 1.2
+++ nautilus-3.2.1-r1.ebuild 30 Apr 2012 15:10:14 -0000 1.3
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-3.2.1-r1.ebuild,v 1.2 2012/04/02 05:55:14 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-3.2.1-r1.ebuild,v 1.3 2012/04/30 15:10:14 jlec Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-inherit eutils gnome2 virtualx
+inherit autotools eutils gnome2 virtualx
DESCRIPTION="A file manager for the GNOME desktop"
HOMEPAGE="http://live.gnome.org/Nautilus"
@@ -86,6 +86,10 @@
# Remove crazy CFLAGS
sed 's:-DG.*DISABLE_DEPRECATED::g' -i configure.in configure \
|| die "sed 1 failed"
+
+ # gold plus glib-2.32 #414121
+ epatch "${FILESDIR}/${P}-gold-glib2.32.patch"
+ AT_NOELIBTOOLIZE=yes eautoreconf
}
src_test() {
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-04-30 15:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-15 2:26 [gentoo-commits] gentoo-x86 commit in gnome-base/nautilus: ChangeLog nautilus-3.2.1-r1.ebuild Alexandre Rostovtsev (tetromino)
-- strict thread matches above, loose matches on Subject: below --
2012-04-02 5:55 Alexandre Rostovtsev (tetromino)
2012-04-30 15:10 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox