[Lunar-commits] CVS: moonbase/gnustep/gnustep-gui BUILD, 1.2, 1.3 DETAILS, 1.2, 1.3

Joel Vennin jol at lunar-linux.org
Sat May 8 14:12:02 GMT 2004


Update of /var/cvs/lunar/moonbase/gnustep/gnustep-gui
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10428/gnustep-gui

Modified Files:
	BUILD DETAILS 
Log Message:
gnustep update.
There were 3 packages since 2002 12 25. We can do nothing with only 3 basics pakages.
So i've bumped version for gnustep-base, gnustep-make, gnustep-gui.
I've added gnustep-back, GWorkspace, Gorm, Pantomime, GNUMail and Addresses.
It's working only if you add the ObjC support of your gcc. When you install gnustep-make you need
to logout and login again to load the gnustep.rc profile file. After you can compile all (its seems) without any problem.
Enjoy, i'll add other gnustep apps in few days.  


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnustep/gnustep-gui/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	1 Jul 2003 06:00:37 -0000	1.2
+++ BUILD	8 May 2004 14:12:00 -0000	1.3
@@ -1,9 +1,7 @@
 (
 
   # before load GNUSTEP variables
-  source /System/Makefiles/GNUstep.sh
-  
-  echo "ADDITIONAL_LIB_DIRS=/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so.1" >> Source/GNUmakefile.preamble 
+  . $GNUSTEP_SYSTEM_ROOT/Makefiles/GNUstep.sh &&
 
   devoke_installwatch &&
   default_config &&
@@ -11,5 +9,4 @@
   invoke_installwatch &&
   prepare_install &&
   make install
-
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnustep/gnustep-gui/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	29 Jun 2003 23:04:44 -0000	1.2
+++ DETAILS	8 May 2004 14:12:00 -0000	1.3
@@ -1,12 +1,20 @@
           MODULE=gnustep-gui
-         VERSION=0.8.5
+         VERSION=0.9.2
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=ftp://ftp.gnustep.org/pub/gnustep/core/$SOURCE
         WEB_SITE=http://www.gnustep.org
          ENTERED=20021225
-         UPDATED=20021225
-           SHORT="it's the gui of gnustep"
+         UPDATED=20040509
+           SHORT="It is a library of graphical user interface classes written
+completely in the Objective-C language"
 cat << EOF
-....
+It is a library of graphical user interface classes written
+completely in the Objective-C language; the classes are based upon the
+OpenStep specification as release by NeXT Software, Inc.  The library
+has been enhanced in a number of ways to take advantage of the GNU
+system.  These classes include graphical objects such as buttons, text
+fields, popup lists, browser lists, and windows; there are also many
+associated classes for handling events, colors, fonts, pasteboards and
+images.
 EOF



More information about the Lunar-commits mailing list