[Lunar-commits]
CVS: moonbase/libs/lablgtk BUILD, NONE, 1.1 DEPENDS,
1.1, 1.2 DETAILS, 1.1, 1.2
Terry Chan
tchan at lunar-linux.org
Tue Jan 11 18:46:49 UTC 2005
Update of /var/cvs/lunar/moonbase/libs/lablgtk
In directory espresso.foo-projects.org:/tmp/cvs-serv12715
Modified Files:
DEPENDS DETAILS
Added Files:
BUILD
Log Message:
Lowered this module to lablgtk-1.2.7. This is the stable release and is
gtk+ only. lablgtk-2.4.0 is gtk+-2 and does NOT correctly work with unison-2.9.1.
Compiled and tested with gcc-3.3.3, glibc-2.3.3, kernel headers 2.4.x.
--- NEW FILE: BUILD ---
(
make configure USE_GNOME=1 USE_GLADE=1 &&
make &&
make opt &&
prepare_install &&
make install
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/lablgtk/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 9 Jan 2005 20:28:39 -0000 1.1
+++ DEPENDS 11 Jan 2005 18:46:47 -0000 1.2
@@ -1,5 +1,5 @@
depends ocaml &&
-depends gtk+-2 &&
-optional_depends libgnomecanvas &&
-optional_depends librsvg &&
-optional_depends libgnomeui
+depends gtk+ &&
+depends libglade &&
+depends gnome-libs &&
+depends gdk-pixbuf
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/lablgtk/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 9 Jan 2005 20:28:39 -0000 1.1
+++ DETAILS 11 Jan 2005 18:46:47 -0000 1.2
@@ -1,11 +1,11 @@
MODULE=lablgtk
- VERSION=2.4.0
+ VERSION=1.2.7
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/
- SOURCE_VFY=sha1:28606d4ad6f4c798b544d227c26ca3dfb2239472
+ SOURCE_VFY=sha1:fe43512efdc7ab4e0dafb7dc8254a784857a1ade
WEB_SITE=http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
ENTERED=20050109
- UPDATED=20050109
+ UPDATED=20050111
PSAFE=no
SHORT="LablGTK is is an Objective Caml interface to gtk+"
@@ -22,4 +22,6 @@
Objective Caml threads are supported, including for the toplevel, which allows
for interactive use of the library.
+
+Reverted to lablgtk-1.2.7 as the 2.4.0 version does NOT work with unison.
EOF
More information about the Lunar-commits
mailing list