[Lunar-commits] CVS: moonbase/gnome/gnome-vfs BUILD, 1.1,
1.2 DETAILS, 1.3, 1.4
Terry Chan
tchan at lunar-linux.org
Thu Oct 14 14:40:27 UTC 2004
Update of /var/cvs/lunar/moonbase/gnome/gnome-vfs
In directory espresso.foo-projects.org:/tmp/cvs-serv23919
Modified Files:
BUILD DETAILS
Log Message:
Added the --disable-gtk-doc to the BUILD script as too many users are having
docbook problems with this older module. Added sha1sum to DETAILS file.
Compiled and tested with gcc-3.3.3, glibc-2.3.3, kernel headers 2.4.x. This
module is still used by gnucash-1.8.9.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome/gnome-vfs/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 12 Sep 2002 00:41:26 -0000 1.1
+++ BUILD 14 Oct 2004 14:40:24 -0000 1.2
@@ -3,15 +3,15 @@
./configure --prefix=/usr \
--sysconfdir=/etc \
--infodir=/usr/share/info \
- --mandir=/usr/share/man &&
+ --mandir=/usr/share/man \
+ --disable-gtk-doc &&
+
for FILE in `find . -iname "Makefile"`
do
sedit "s:-I/usr/include$::" ${FILE}
sedit "s:-I/usr/include ::" ${FILE}
sedit "s:-I\$(includedir)::" ${FILE}
done &&
- make &&
- prepare_install &&
- make install
+ default_make
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome/gnome-vfs/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 5 Oct 2004 09:30:01 -0000 1.3
+++ DETAILS 14 Oct 2004 14:40:24 -0000 1.4
@@ -4,6 +4,7 @@
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/$MAJOR/
SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$MODULE/$MAJOR/
+ SOURCE_VFY=sha1:41156323969d44e3f14ce481b81bfdb5d1deba49
WEB_SITE=http://www.gnome.org
ENTERED=20010922
UPDATED=20020323
@@ -12,5 +13,5 @@
gnome-vfs
This is the GNOME Virtual File System.
GNOME VFS is currently used as one of the foundations of the Nautilus
-file manager.
+file manager. This version of gnome-vfs is still used by gnucash-1.8.9
EOF
More information about the Lunar-commits
mailing list