diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-17 22:33:30 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-17 22:33:30 +0000 |
commit | c6bf008647f3c21ba559e2ffaab000d33ec7915b (patch) | |
tree | 3e242686a039b012ccba968b298fedca30c5a5e6 /gnome-base | |
parent | 1 missing digest, and a update for siag... which closes bug #3808 party on. (diff) | |
download | gentoo-2-c6bf008647f3c21ba559e2ffaab000d33ec7915b.tar.gz gentoo-2-c6bf008647f3c21ba559e2ffaab000d33ec7915b.tar.bz2 gentoo-2-c6bf008647f3c21ba559e2ffaab000d33ec7915b.zip |
added a patch that solves a nautilus crash
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-vfs/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-base/gnome-vfs/files/digest-gnome-vfs-2.0.0-r1 | 1 | ||||
-rw-r--r-- | gnome-base/gnome-vfs/files/gnome-vfs-2.0-patch.diff | 10 | ||||
-rw-r--r-- | gnome-base/gnome-vfs/gnome-vfs-2.0.0-r1.ebuild | 42 |
4 files changed, 61 insertions, 1 deletions
diff --git a/gnome-base/gnome-vfs/ChangeLog b/gnome-base/gnome-vfs/ChangeLog index eeaa8660f10e..c2dc14d083de 100644 --- a/gnome-base/gnome-vfs/ChangeLog +++ b/gnome-base/gnome-vfs/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for gnome-base/gnome-vfs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.14 2002/06/12 11:29:38 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.15 2002/06/17 22:33:30 spider Exp $ + + + +gnome-vfs-2.0.0-r1 (17 Jun 2002) + 17 Jun 2002; Spider <spider@gentoo.org> gnome-vfs-2.0.0-r1.ebuild : + added a patch that stops Nautilus from crashing + *gnome-vfs-2.0.0 (12 Jun 2002) 12 Jun 2002; Spider <spider@gentoo.org> gnome-vfs-2.0.0.ebuild : diff --git a/gnome-base/gnome-vfs/files/digest-gnome-vfs-2.0.0-r1 b/gnome-base/gnome-vfs/files/digest-gnome-vfs-2.0.0-r1 new file mode 100644 index 000000000000..aaa80daa064b --- /dev/null +++ b/gnome-base/gnome-vfs/files/digest-gnome-vfs-2.0.0-r1 @@ -0,0 +1 @@ +MD5 6cdfc3379acf63c422109bfd87bfc3fe gnome-vfs-2.0.0.tar.bz2 889807 diff --git a/gnome-base/gnome-vfs/files/gnome-vfs-2.0-patch.diff b/gnome-base/gnome-vfs/files/gnome-vfs-2.0-patch.diff new file mode 100644 index 000000000000..4a36fc9f2a93 --- /dev/null +++ b/gnome-base/gnome-vfs/files/gnome-vfs-2.0-patch.diff @@ -0,0 +1,10 @@ +--- gnome-vfs-2.0.0.orig/libgnomevfs/gnome-vfs-monitor.c Sun May 19 02:24:07 2002 ++++ gnome-vfs-2.0.0/libgnomevfs/gnome-vfs-monitor.c Mon Jun 17 23:47:27 2002 +@@ -87,6 +87,7 @@ + if (result != GNOME_VFS_OK) { + gnome_vfs_uri_unref (uri); + g_free (monitor_handle); ++ monitor_handle = NULL; + } else { + G_LOCK (handle_hash); + g_hash_table_insert (handle_hash, diff --git a/gnome-base/gnome-vfs/gnome-vfs-2.0.0-r1.ebuild b/gnome-base/gnome-vfs/gnome-vfs-2.0.0-r1.ebuild new file mode 100644 index 000000000000..6498fb0af3f3 --- /dev/null +++ b/gnome-base/gnome-vfs/gnome-vfs-2.0.0-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# /space/gentoo/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.0.0.ebuild,v 1.1 2002/06/12 11:29:38 spider Exp + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="Gnome Virtual Filesystem" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" +HOMEPAGE="http://www.gnome.org/" +SLOT="2" +LICENSE="GPL-2 LGPL-2.1" + +RDEPEND="=dev-libs/glib-2.0* + >=gnome-base/gconf-1.2.0 + >=gnome-base/ORBit2-2.4.0 + >=gnome-base/gnome-mime-data-2.0.0 + >=gnome-base/libbonobo-2.0.0 + >=gnome-base/bonobo-activation-1.0.0 + >=sys-devel/gettext-0.10.40 + >=dev-libs/openssl-0.9.5" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.17 + >=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-0.9 )" + +LIBTOOL_FIX="1" + +DOCS="AUTHORS COPYING* ChangeLog HACKING INSTALL NEWS README TODO" +SCHEMAS="system_http_proxy.schemas" + +src_unpack() { + unpack ${A} + cd ${WORKDIR} + patch -p0 < ${FILESDIR}/gnome-vfs-2.0-patch.diff +} + +src_compile() { + gnome2_src_compile DESTDIR=${D} +} + |