[Lunar-commits] <moonbase> ProjectCenter: updated to version 0.5.0

Duncan Gibson engelsman at lunar-linux.org
Mon Jul 6 20:19:16 CEST 2009


commit 806b6f683b4d68a1276b5b4420659148af3ee8bd
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Mon Jul 6 20:19:16 2009 +0200

    ProjectCenter: updated to version 0.5.0
    
    updated in the attempt to solve Addresses part of BugReport 247
    
    Note: downloads, compiles and installs OK,
          but otherwise untested - engelsman
---
 gnustep/ProjectCenter/BUILD   |   10 +++++-----
 gnustep/ProjectCenter/DETAILS |   18 +++++++++++++-----
 2 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/gnustep/ProjectCenter/BUILD b/gnustep/ProjectCenter/BUILD
index 3d39bb0..1c1c434 100644
--- a/gnustep/ProjectCenter/BUILD
+++ b/gnustep/ProjectCenter/BUILD
@@ -1,9 +1,9 @@
 (
   # before load GNUSTEP variables
-  . $GNUSTEP_SYSTEM_ROOT/Makefiles/GNUstep.sh &&
-  devoke_installwatch &&
-  make &&
-  invoke_installwatch &&
+  . /etc/profile.d/gnustep.rc &&
+  . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
+
+  make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM &&
   prepare_install &&
-  make install
+  make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
 ) > $C_FIFO 2>&1
diff --git a/gnustep/ProjectCenter/DETAILS b/gnustep/ProjectCenter/DETAILS
index 7b9fdf6..1cfa9cc 100644
--- a/gnustep/ProjectCenter/DETAILS
+++ b/gnustep/ProjectCenter/DETAILS
@@ -1,13 +1,21 @@
           MODULE=ProjectCenter
-         VERSION=0.4.3
+         VERSION=0.5.0
           SOURCE=$MODULE-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
       SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/dev-apps/
-      SOURCE_VFY=sha1:569924a1b940edbee7d74a8e7888e67bd29fc088
+      SOURCE_VFY=sha1:e09ec84d034f982ad5e7079017a65d0f1dd4c5ca
         WEB_SITE=http://www.gnustep.org
          ENTERED=20040521
-         UPDATED=20070806
+         UPDATED=20090704
            SHORT="GNUstep's integrated developement environment (IDE)."
+
 cat << EOF
-ProjectCenter is meant to be the counter part to NeXT's Project Builder. Thus, it helps you to start new projects and lets you manage your project files using a intuitive and well ordered graphical user interface.
+ProjectCenter is meant to be the counter part to NeXT's Project
+Builder. Thus, it helps you to start new projects and lets you
+manage your project files using a intuitive and well ordered
+graphical user interface.
+
+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