* [gentoo-commits] gentoo-x86 commit in gnome-base/nautilus: ChangeLog nautilus-2.26.3.ebuild
@ 2009-05-18 21:19 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-05-18 21:19 UTC (permalink / raw
To: gentoo-commits
eva 09/05/18 21:19:46
Modified: ChangeLog
Added: nautilus-2.26.3.ebuild
Log:
Bump to 2.26.3. Small enhancements.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.313 gnome-base/nautilus/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.313&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.313&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/ChangeLog?r1=1.312&r2=1.313
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -r1.312 -r1.313
--- ChangeLog 18 May 2009 14:40:13 -0000 1.312
+++ ChangeLog 18 May 2009 21:19:46 -0000 1.313
@@ -1,6 +1,12 @@
# ChangeLog for gnome-base/nautilus
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.312 2009/05/18 14:40:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.313 2009/05/18 21:19:46 eva Exp $
+
+*nautilus-2.26.3 (18 May 2009)
+
+ 18 May 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ +nautilus-2.26.3.ebuild:
+ Bump to 2.26.3. Small enhancements.
18 May 2009; Jeroen Roovers <jer@gentoo.org> nautilus-2.24.2-r3.ebuild:
Stable for HPPA (bug #269186).
1.1 gnome-base/nautilus/nautilus-2.26.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/nautilus-2.26.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/nautilus-2.26.3.ebuild?rev=1.1&content-type=text/plain
Index: nautilus-2.26.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.26.3.ebuild,v 1.1 2009/05/18 21:19:46 eva Exp $
EAPI="2"
inherit gnome2 eutils virtualx
DESCRIPTION="A file manager for the GNOME desktop"
HOMEPAGE="http://www.gnome.org/projects/nautilus/"
LICENSE="GPL-2 LGPL-2 FDL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="beagle doc gnome tracker xmp"
# not adding gnome-base/gail because it is in gtk+
RDEPEND=">=dev-libs/glib-2.19.0
>=gnome-base/gnome-desktop-2.25.5
>=x11-libs/pango-1.1.2
>=x11-libs/gtk+-2.16.0
>=dev-libs/libxml2-2.4.7
>=media-libs/libexif-0.5.12
>=gnome-base/gconf-2.0
>=gnome-base/gvfs-0.1.2
dev-libs/libunique
dev-libs/dbus-glib
x11-libs/libXft
x11-libs/libXrender
beagle? ( || (
dev-libs/libbeagle
=app-misc/beagle-0.2* ) )
tracker? ( >=app-misc/tracker-0.6.4 )
xmp? ( >=media-libs/exempi-2 )"
DEPEND="${RDEPEND}
>=dev-lang/perl-5
sys-devel/gettext
>=dev-util/pkgconfig-0.9
>=dev-util/intltool-0.40.1
doc? ( >=dev-util/gtk-doc-1.4 )
gnome-base/gnome-common
dev-util/gtk-doc-am"
PDEPEND="gnome? ( >=x11-themes/gnome-icon-theme-1.1.91 )"
DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README THANKS TODO"
pkg_setup() {
G2CONF="${G2CONF}
--disable-update-mimedb
--disable-packagekit
$(use_enable beagle)
$(use_enable tracker)
$(use_enable xmp)"
}
src_prepare() {
gnome2_src_prepare
# FIXME: tarball generated with broken gtk-doc, revisit me.
if use doc; then
sed "/^TARGET_DIR/i \GTKDOC_REBASE=/usr/bin/gtkdoc-rebase" \
-i gtk-doc.make || die "sed 1 failed"
else
sed "/^TARGET_DIR/i \GTKDOC_REBASE=/bin/true" \
-i gtk-doc.make || die "sed 2 failed"
fi
# gtk-doc-am and gnome-common needed for this
# Fix intltoolize broken file, see upstream #577133
sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
# Fix nautilus flipping-out with --no-desktop -- bug 266398
epatch "${FILESDIR}/${PN}-2.26.2-change-reg-desktop-file-with-no-desktop.patch"
}
src_test() {
addwrite "/root/.gnome2_private"
unset SESSION_MANAGER
Xemake check || die "Test phase failed"
}
pkg_postinst() {
gnome2_pkg_postinst
elog "nautilus can use gstreamer to preview audio files. Just make sure"
elog "to have the necessary plugins available to play the media type you"
elog "want to preview"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/nautilus: ChangeLog nautilus-2.26.3.ebuild
@ 2009-05-30 23:41 Brent Baude (ranger)
0 siblings, 0 replies; 2+ messages in thread
From: Brent Baude (ranger) @ 2009-05-30 23:41 UTC (permalink / raw
To: gentoo-commits
ranger 09/05/30 23:41:18
Modified: ChangeLog nautilus-2.26.3.ebuild
Log:
Marking nautilus-2.26.3 ~ppc64 for bug 269309
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Revision Changes Path
1.316 gnome-base/nautilus/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.316&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.316&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/ChangeLog?r1=1.315&r2=1.316
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -r1.315 -r1.316
--- ChangeLog 21 May 2009 19:50:58 -0000 1.315
+++ ChangeLog 30 May 2009 23:41:17 -0000 1.316
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/nautilus
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.315 2009/05/21 19:50:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.316 2009/05/30 23:41:17 ranger Exp $
+
+ 30 May 2009; Brent Baude <ranger@gentoo.org> nautilus-2.26.3.ebuild:
+ Marking nautilus-2.26.3 ~ppc64 for bug 269309
21 May 2009; Brent Baude <ranger@gentoo.org> nautilus-2.24.2-r3.ebuild:
stable ppc, bug 269186
1.2 gnome-base/nautilus/nautilus-2.26.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/nautilus-2.26.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/nautilus-2.26.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/nautilus-2.26.3.ebuild?r1=1.1&r2=1.2
Index: nautilus-2.26.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.26.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nautilus-2.26.3.ebuild 18 May 2009 21:19:46 -0000 1.1
+++ nautilus-2.26.3.ebuild 30 May 2009 23:41:18 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.26.3.ebuild,v 1.1 2009/05/18 21:19:46 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.26.3.ebuild,v 1.2 2009/05/30 23:41:18 ranger Exp $
EAPI="2"
@@ -11,7 +11,7 @@
LICENSE="GPL-2 LGPL-2 FDL-1.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="beagle doc gnome tracker xmp"
# not adding gnome-base/gail because it is in gtk+
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-30 23:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-18 21:19 [gentoo-commits] gentoo-x86 commit in gnome-base/nautilus: ChangeLog nautilus-2.26.3.ebuild Gilles Dartiguelongue (eva)
-- strict thread matches above, loose matches on Subject: below --
2009-05-30 23:41 Brent Baude (ranger)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox