[Lunar-commits] <moonbase> GWorkspace: updated to version 0.8.5
Duncan Gibson
engelsman at lunar-linux.org
Mon Jul 6 20:13:45 CEST 2009
commit 821485b216a9660f5b14a82c0de5a2d3fedd71d2
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Mon Jul 6 20:13:45 2009 +0200
GWorkspace: updated to version 0.8.5
updated in the attempt to solve Addresses part of BugReport 247
Note: downloads, compiles and installs OK,
but otherwise untested - engelsman
---
gnustep/GWorkspace/BUILD | 16 ++++++++++------
gnustep/GWorkspace/DETAILS | 21 ++++++++++++++++-----
2 files changed, 26 insertions(+), 11 deletions(-)
diff --git a/gnustep/GWorkspace/BUILD b/gnustep/GWorkspace/BUILD
index 8108dc4..bebd8ae 100644
--- a/gnustep/GWorkspace/BUILD
+++ b/gnustep/GWorkspace/BUILD
@@ -1,10 +1,14 @@
(
# before load GNUSTEP variables
- . $GNUSTEP_SYSTEM_ROOT/Makefiles/GNUstep.sh &&
- ./configure --prefix=$GNUSTEP_ROOT
- devoke_installwatch &&
- make &&
- invoke_installwatch &&
+ . /etc/profile.d/gnustep.rc &&
+ . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
+
+ ./configure &&
+ make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM &&
prepare_install &&
- make install
+ make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install &&
+
+ cd Apps_wrappers &&
+ cp -a * $GNUSTEP_SYSTEM_ROOT/Applications
+
) > $C_FIFO 2>&1
diff --git a/gnustep/GWorkspace/DETAILS b/gnustep/GWorkspace/DETAILS
index 1edd88a..a23f546 100644
--- a/gnustep/GWorkspace/DETAILS
+++ b/gnustep/GWorkspace/DETAILS
@@ -1,13 +1,24 @@
MODULE=GWorkspace
- VERSION=0.6.3
+ VERSION=0.8.5
SOURCE=gworkspace-$VERSION.tar.gz
- SOURCE_URL[0]=http://www.gnustep.it/enrico/gworkspace/
+ SOURCE_URL=http://www.gnustep.it/enrico/gworkspace/
+ SOURCE_VFY=sha1:be26797188a2a804f9b1359546b9de1617981222
WEB_SITE=http://www.gnustep.it/enrico/gworkspace/
ENTERED=20040509
- UPDATED=20040509
+ UPDATED=20090704
SHORT="official GNUstep workspace manager."
+
cat << EOF
-GWorkspace is the official GNUstep workspace manager. It is a clone of NeXT's workspace manager and already ready for daily usage.
+GWorkspace is the official GNUstep workspace manager. It is a clone
+of NeXT's workspace manager and already ready for daily usage.
+
+GWorkspace is probably one of the most useful and usable workspace
+managers available on any platform, owing to its well-designed
+interface and the natural, consistent design that it inherits from
+the GNUstep framework.
-GWorkspace is probably one of the most useful and usable workspace managers available on any platform, owing to its well-designed interface and the natural, consistent design that it inherits from the GNUstep framework.
+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