[Lunar-commits] CVS: moonbase/gnustep/gnustep-back BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

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


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

Added Files:
	BUILD DEPENDS 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.  


--- NEW FILE: BUILD ---
(
  # before load GNUSTEP variables
  . $GNUSTEP_SYSTEM_ROOT/System/Makefiles/GNUstep.sh

  ./configure $OPTS  &&
  default_make

#  if ! grep -q "/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu" /etc/ld.so.conf;# then
#    echo "/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu" >> /etc/ld.so.conf  
#  fi
#
) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends gnustep-gui

--- NEW FILE: DETAILS ---
          MODULE=gnustep-back
         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=20040509
         UPDATED=20040509
           SHORT="It is a back-end component for the GNUstep GUI Library."
cat << EOF
It is a back-end component for the GNUstep GUI Library.  The
implementation of the GNUstep GUI Library is designed in two parts.  The
first part is the front-end component which is independent of platform
and display system.  This front-end is combined with a back-end
component which handles all of the display system dependent such as
specific calls to the X Window System.  This design allows the GNUstep
applications to have the "look and feel" of the underlying display
system without any changes to the application, and the library can be
easily ported to other display systems.
EOF



More information about the Lunar-commits mailing list