[Commit] grrobot ChangeLog,1.10,1.11 README,1.2,1.3

Carl Worth commit at keithp.com
Thu Jun 16 11:42:19 PDT 2005


Committed by: cworth

Update of /local/src/CVS/grrobot
In directory home.keithp.com:/tmp/cvs-serv2189

Modified Files:
	ChangeLog README 
Log Message:

        * README: Update to refer to cairo instead of Xr.

        * src/args.c: (args_help), (args_usage), (args_parse): Fix
        command-line option parsing. Use getopt rather than argp.


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/grrobot/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ChangeLog	9 Jan 2004 18:37:53 -0000	1.10
+++ ChangeLog	16 Jun 2005 18:42:16 -0000	1.11
@@ -1,3 +1,13 @@
+2005-06-16  Carl Worth  <cworth at cworth.org>
+
+	* README:
+	* src/args.c: (args_help), (args_usage), (args_parse):
+
+2005-06-16  Carl Worth  <cworth at cworth.org>
+
+	Accidentally committed a bunch of code which brings things up to
+	date with cairo 0.5.0 and break command-line option parsing.
+
 2004-01-09  Carl Worth  <cworth at isi.edu>
 
 	* Recovered some lost changes due to a bothced cvsup commit, (yes,

Index: README
===================================================================
RCS file: /local/src/CVS/grrobot/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README	20 Jun 2003 15:42:08 -0000	1.2
+++ README	16 Jun 2005 18:42:16 -0000	1.3
@@ -1,12 +1,9 @@
-grrobot - Ricochet Robot using GTK+, Xr, and libxsvg
+grrobot - Ricochet Robot using GTK+ and cairo
 
 Some pointers for satisfying build dependencies:
 
 GTK+	http://gtk.org
 
-Xr	http://xr.xwin.org
-	(You'll need libpixregion, libic, Xc, and Xr)
-
-libxsvg	http://xsvg.org
-	(You'll need libsvg, and libxsvg)
+cairo	http://cairographics.org
+	(You'll need libpixman, cairo, libsvg, and libsvg-cairo)
 




More information about the Commit mailing list