diff options
Diffstat (limited to 'devel/gnome-vfs/files')
3 files changed, 12 insertions, 11 deletions
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c new file mode 100644 index 000000000000..c7fb1cf36dba --- /dev/null +++ b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c @@ -0,0 +1,11 @@ +--- libgnomevfs/gnome-vfs-filesystem-type.c.orig 2007-09-17 14:48:45.000000000 -0400 ++++ libgnomevfs/gnome-vfs-filesystem-type.c 2007-09-17 14:50:06.000000000 -0400 +@@ -65,6 +65,8 @@ static struct FSInfo fs_data[] = { + { "msdosfs" , N_("MSDOS Volume"), 0 }, + { "nfs" , N_("NFS Network Volume"), 1 }, + { "ntfs" , N_("Windows NT Volume"), 0 }, ++ { "nullfs" , N_("BSD Loopback Volume"), 1 }, ++ { "zfs" , N_("ZFS Volume"), 1 }, + { "nwfs" , N_("Netware Volume"), 0 }, + { "proc" , N_("System Volume"), 0 }, + { "procfs" , N_("System Volume"), 0 }, diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c deleted file mode 100644 index 068d1773a9e9..000000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libgnomevfs/gnome-vfs-utils.c.orig Thu Sep 15 07:02:53 2005 -+++ libgnomevfs/gnome-vfs-utils.c Sat Oct 22 02:12:32 2005 -@@ -839,6 +839,7 @@ gnome_vfs_icon_path_from_filename (const - for (temp_paths = paths; *temp_paths != NULL; temp_paths++) { - full_filename = g_build_filename (*temp_paths, - "share", -+ "gnome", - "pixmaps", - relative_filename, - NULL); diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c index aaa8ff29d555..a9879578af2c 100644 --- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c +++ b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c @@ -5,7 +5,7 @@ xdg_data_dirs = getenv ("XDG_DATA_DIRS"); if (xdg_data_dirs == NULL) - xdg_data_dirs = "/usr/local/share/:/usr/share/"; -+ xdg_data_dirs = "%%LOCALBASE%%/share/gnome/:%%LOCALBASE%%/share/:/usr/share/"; ++ xdg_data_dirs = "%%LOCALBASE%%/share/"; ptr = xdg_data_dirs; |