diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2006-07-03 15:04:43 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2006-07-03 15:04:43 +0000 |
commit | 5096fa598c436750ba685134a04256f3ca51e322 (patch) | |
tree | ad608757bf8a4540e965969668de6fbc30f616af /gnome-base/nautilus | |
parent | remove old version depending on mozilla (diff) | |
download | gentoo-2-5096fa598c436750ba685134a04256f3ca51e322.tar.gz gentoo-2-5096fa598c436750ba685134a04256f3ca51e322.tar.bz2 gentoo-2-5096fa598c436750ba685134a04256f3ca51e322.zip |
always disable mozilla plugin for nautilus-1. if someone wants to backport some fixes to work with seamonkey, it can be re-enabled.
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'gnome-base/nautilus')
-rw-r--r-- | gnome-base/nautilus/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-base/nautilus/files/digest-nautilus-1.0.6-r10 | 3 | ||||
-rw-r--r-- | gnome-base/nautilus/files/digest-nautilus-2.14.1 | 2 | ||||
-rw-r--r-- | gnome-base/nautilus/nautilus-1.0.6-r10.ebuild | 124 |
4 files changed, 137 insertions, 1 deletions
diff --git a/gnome-base/nautilus/ChangeLog b/gnome-base/nautilus/ChangeLog index 397db1a54352..2a546b45d8f6 100644 --- a/gnome-base/nautilus/ChangeLog +++ b/gnome-base/nautilus/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for gnome-base/nautilus # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.182 2006/06/17 05:13:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.183 2006/07/03 15:04:43 allanonjl Exp $ + +*nautilus-1.0.6-r10 (03 Jul 2006) + + 03 Jul 2006; John N. Laliberte <allanonjl@gentoo.org> + -nautilus-1.0.6-r9.ebuild, +nautilus-1.0.6-r10.ebuild: + always disable mozilla plugin for nautilus-1. if someone wants to backport + some fixes to work with seamonkey, it can be re-enabled. 17 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org> nautilus-1.0.6-r9.ebuild: diff --git a/gnome-base/nautilus/files/digest-nautilus-1.0.6-r10 b/gnome-base/nautilus/files/digest-nautilus-1.0.6-r10 new file mode 100644 index 000000000000..63eadbb3225c --- /dev/null +++ b/gnome-base/nautilus/files/digest-nautilus-1.0.6-r10 @@ -0,0 +1,3 @@ +MD5 436283056c100bcbd14098a5342e2868 nautilus-1.0.6.tar.gz 11481232 +RMD160 01c2d5412ccf9998d8de24dcf6aef75db9d8b3b9 nautilus-1.0.6.tar.gz 11481232 +SHA256 d7f0e91a4c1f73124b09e13e69b9709dfd7886981447b0b7d66196f96e405629 nautilus-1.0.6.tar.gz 11481232 diff --git a/gnome-base/nautilus/files/digest-nautilus-2.14.1 b/gnome-base/nautilus/files/digest-nautilus-2.14.1 index d82485869989..5bf2be6ea134 100644 --- a/gnome-base/nautilus/files/digest-nautilus-2.14.1 +++ b/gnome-base/nautilus/files/digest-nautilus-2.14.1 @@ -1 +1,3 @@ MD5 d8bad8b9141bc823c612abb7d460b725 nautilus-2.14.1.tar.bz2 4057351 +RMD160 dd5b052a74e79a318ca9aba52da8dc3b95f6a58f nautilus-2.14.1.tar.bz2 4057351 +SHA256 ace7b821176159bf70cca61ee9a38384896878ec028e1fc1014ec975c08b12db nautilus-2.14.1.tar.bz2 4057351 diff --git a/gnome-base/nautilus/nautilus-1.0.6-r10.ebuild b/gnome-base/nautilus/nautilus-1.0.6-r10.ebuild new file mode 100644 index 000000000000..77890d49305d --- /dev/null +++ b/gnome-base/nautilus/nautilus-1.0.6-r10.ebuild @@ -0,0 +1,124 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-1.0.6-r10.ebuild,v 1.1 2006/07/03 15:04:43 allanonjl Exp $ + +DESCRIPTION="A filemanager for the Gnome desktop" +HOMEPAGE="http://www.gnome.org/projects/nautilus/" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc" +IUSE="nls" + +# =gnome-base/gnome-core-1.4* +RDEPEND=" + virtual/fam + >=media-sound/cdparanoia-3.9.8 + >=gnome-base/bonobo-1.0.9-r1 + >=gnome-base/libghttp-1.0.9-r1 + =gnome-base/gnome-vfs-1.0* + =gnome-base/librsvg-1* + =gnome-base/eel-1.0* + =gnome-base/gnome-panel-1.4*" + +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=app-text/scrollkeeper-0.2 + >=dev-util/intltool-0.11" + +src_unpack() { + + unpack ${P}.tar.gz + + cd ${S} + + # The following is a temporary patch contributed by Naresh Donti + # to fix the 50 defunct copies of sh caused by hyperbola. This patch + # will no longer be needed with a future version of scrollkeeper. + # see bug #566 for more information + + patch -p1 < ${FILESDIR}/nautilus-1.0.6-hyperbola.diff || die + + # This patch to fix http://bugs.gentoo.org/show_bug.cgi?id=2082 + # (taken from + # http://lists.eazel.com/pipermail/nautilus-list/2002-April/008473.html) + # Credit to Kaoru Fukui <k_fukui@highway.ne.jp>. This is probably + # a temporary patch until the next nautilus. + + patch -p1 < ${FILESDIR}/${P}-mozilla-1.0_rc1.diff || die + + # The following patch things for mozilla-1.0_rc3, and was + # cooked up by me. + # + # NOTE: We still need the ${P}-mozilla-1.0_rc1.diff patch !!!!!! + # + # Martin Schlemmer <azarah@gentoo.org> + # 26 May 2002 + + patch -p1 < ${FILESDIR}/${P}-mozilla-1.0_rc3.diff || die + + # Here's another patch to fix it for gcc3.1. This is one I + # made, and it probably needs to sail upstream + # (mkennedy@gentoo.org) + + patch -p1 < ${FILESDIR}/${P}-mozilla-embed-1.0_rc3.diff || die + + + # Add missing files + mkdir -p ${S}/intl + touch ${S}/intl/po2tbl.sed.in + + # Libtoolize to fix .la files, and reconf automake stuff + cd ${S} + mkdir macros + cp ${FILESDIR}/macros/*.m4 macros + libtoolize --copy --force + aclocal -I macros + automake --add-missing + autoconf &>${S}/foo +} + +src_compile() { + local myconf + + if ! use nls + then + myconf="${myconf} --disable-nls" + mkdir intl + touch intl/libgettext.h + fi + + # always disable unless someone wants to backport mozilla stuff + # to work with seamonkey. + myconf="${myconf} --disable-mozilla-component" + + CFLAGS="${CFLAGS} `gnome-config --cflags gdk_pixbuf`" + + ./configure --host=${CHOST} \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + --enable-eazel-services=0 \ + ${myconf} || die + + emake || die +} + +src_install() { + make prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + sysconfdir=${D}/etc \ + localstatedir=${D}/var/lib \ + install || die + + # Fix missing icon in Gnome Spash + insinto /usr/share/pixmaps + newins nautilus-launch-icon.png gnome-launch-icon.png + + dodoc AUTHORS COPYING* ChangeLog* NEWS TODO + + # Fix permissions in order to resolve the mozilla-view issue + chmod -R g+r,o+r ${D}/* +} |