You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnome-vfs2/gnome-vfs-2.1.6-old-modules...

31 lines
895 B

auto-import changelog data from gnome-vfs2-2.2.2-4.src.rpm Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> - debuginfo rebuild Mon Feb 24 2003 Alexander Larsson <alexl@redhat.com> 2.2.2-3 - Added patch to fix smb crash (#84982) Mon Feb 24 2003 Alexander Larsson <alexl@redhat.com> 2.2.2-2 - Add patch to fix notify race (#84668) Wed Feb 12 2003 Alexander Larsson <alexl@redhat.com> 2.2.2-1 - 2.2.2, fixes bad memleak (#83791) Tue Feb 11 2003 Havoc Pennington <hp@redhat.com> 2.2.1-3 - kill menu editing again, it was very very broken Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 2.2.1-2 - fix file list (#68226) - prereq GConf2 Mon Feb 10 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-1 - Update to 2.2.1. fixes gnome-theme-manager hang Thu Feb 06 2003 Havoc Pennington <hp@redhat.com> 2.2.0-7 - move to menu editing modules.conf by default, we'll see if it works Tue Jan 28 2003 Matt Wilson <msw@redhat.com> 2.2.0-6 - use LIBTOOL=/usr/bin/libtool Mon Jan 27 2003 Havoc Pennington <hp@redhat.com> - it would help to *install* the stupid menu edit conf file - update the vfolder-hacks patch with some fixes Fri Jan 24 2003 Havoc Pennington <hp@redhat.com> - hack up editable vfolder backend to maybe work (still not the default config file) Wed Jan 22 2003 Havoc Pennington <hp@redhat.com> - include a non-default config file to use new vfolder method - build the new vfolder method Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> - Update to 2.2.0 Mon Jan 13 2003 Havoc Pennington <hp@redhat.com> - variation on the subfolders hack to try to fix it Sat Jan 11 2003 Havoc Pennington <hp@redhat.com> - fix bug where empty folders with empty subfolders would still be visible. Sat Jan 11 2003 Havoc Pennington <hp@redhat.com> - finish adapting desktop-method.c to underscore-prefixing action Sat Jan 11 2003 Havoc Pennington <hp@redhat.com> - adapt desktop-method.c to underscore-prefixing action Sat Jan 11 2003 Havoc Pennington <hp@redhat.com> - hardcode <DontShowIfEmpty>, it's stupid to ever override this. Sat Jan 11 2003 Havoc Pennington <hp@redhat.com> - make network:/// use libdesktop.so, and modify libdesktop.so to support it Sat Jan 11 2003 Havoc Pennington <hp@redhat.com> - Revert to George's vfolder backend from gnome-vfs-2.0.2 or so - put back libdesktop.so - don't build the new vfolder backend Wed Jan 08 2003 Alexander Larsson <alexl@redhat.com> 2.1.6-2 - Removed __libdir fix that was fixed upstream Wed Jan 08 2003 Alexander Larsson <alexl@redhat.com> 2.1.6-1 - Update to 2.1.6 Tue Jan 07 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.5-3 - rebuild Mon Dec 16 2002 Tim Powers <timp@redhat.com> 2.1.5-2 - rebuild Mon Dec 16 2002 Alexander Larsson <alexl@redhat.com> 2.1.5-1 - Update to 2.1.5 Thu Dec 12 2002 Nalin Dahyabhai <nalin@redhat.com> - use OpenSSL's pkg-config information, if available
20 years ago
--- gnome-vfs-2.1.6/modules/Makefile.am.old-modules 2003-01-11 16:28:30.000000000 -0500
+++ gnome-vfs-2.1.6/modules/Makefile.am 2003-01-11 16:30:00.000000000 -0500
@@ -60,6 +60,8 @@
$(CDEMENU_LTLIBS) \
libssh.la \
libtar.la \
+ libdesktop.la \
+ libvfolder-desktop-old.la \
$(NULL)
# Not currently supported
@@ -142,6 +144,18 @@
libftp_la_LDFLAGS = $(module_flags)
libftp_la_LIBADD = ../libgnomevfs/libgnomevfs-2.la
+### `desktop' method
+
+libdesktop_la_SOURCES = desktop-method.c
+libdesktop_la_LDFLAGS = $(module_flags)
+libdesktop_la_LIBADD = ../libgnomevfs/libgnomevfs-2.la
+
+### `vfolder-desktop' method
+
+libvfolder_desktop_old_la_SOURCES = vfolder-desktop-method.c
+libvfolder_desktop_old_la_LDFLAGS = $(module_flags)
+libvfolder_desktop_old_la_LIBADD = ../libgnomevfs/libgnomevfs-2.la
+
### `nfs' method
#libnfs_la_SOURCES = \