[Lunar-commits] <moonbase> gnustep-gui: updated to version 1.16.0
Duncan Gibson
engelsman at lunar-linux.org
Mon Jul 6 20:06:54 CEST 2009
commit e359bf1218745daa3f0e016ac72b029f0e1142cf
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Mon Jul 6 20:06:54 2009 +0200
gnustep-gui: updated to version 1.16.0
updated in the attempt to solve Addresses part of BugReport 247
Note: downloads, compiles and installs OK,
but otherwise untested - engelsman
---
gnustep/gnustep-gui/BUILD | 10 ----------
gnustep/gnustep-gui/DETAILS | 13 +++++++++----
2 files changed, 9 insertions(+), 14 deletions(-)
diff --git a/gnustep/gnustep-gui/BUILD b/gnustep/gnustep-gui/BUILD
index a5ed1e9..ecf7855 100644
--- a/gnustep/gnustep-gui/BUILD
+++ b/gnustep/gnustep-gui/BUILD
@@ -4,15 +4,5 @@
. /etc/profile.d/gnustep.rc &&
. $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
-# i'm really not sure why all of this is needed so i'll
-# comment it and check later what it was for.
-# devoke_installwatch &&
-# default_config &&
-# make &&
-# invoke_installwatch &&
-# prepare_install &&
-# make install
-# end commenting
-
default_build
) > $C_FIFO 2>&1
diff --git a/gnustep/gnustep-gui/DETAILS b/gnustep/gnustep-gui/DETAILS
index 5e89387..3bc8a2b 100644
--- a/gnustep/gnustep-gui/DETAILS
+++ b/gnustep/gnustep-gui/DETAILS
@@ -1,13 +1,13 @@
MODULE=gnustep-gui
- VERSION=0.12.0
+ VERSION=0.16.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
- SOURCE_VFY=sha1:f3ebc28181db5a30788ccfc547404a6f52c49fd0
+ SOURCE_VFY=sha1:cc0a14f700a3736b8e4113d3ad80ed6f979d60be
WEB_SITE=http://www.gnustep.org
ENTERED=20021225
- UPDATED=20070228
+ UPDATED=20090704
PSAFE="no"
- SHORT="library of graphical user interface classes written completely in the Objective-C language"
+ SHORT="library of graphical user interface classes in Objective-C"
cat << EOF
It is a library of graphical user interface classes written
@@ -18,4 +18,9 @@ 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.
+
+Note: you will need to have built gcc with the Objective-C option
+to be able to build GNUstep modules. These modules have been built
+according to http://gnustep.made-it.com/BuildGuide/ but are untested.
+You will also need to customize the GNUstep environment before use.
EOF
More information about the Lunar-commits
mailing list