[Lunar-commits] <moonbase> Gorm: updated to version 1.2.10

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


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

    Gorm: updated to version 1.2.10
    
    updated in the attempt to solve Addresses part of BugReport 247
    
    Note: downloads, compiles and installs OK,
          but otherwise untested - engelsman
---
 gnustep/Gorm/BUILD   |   11 ++++++-----
 gnustep/Gorm/DETAILS |   15 +++++++++++----
 2 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/gnustep/Gorm/BUILD b/gnustep/Gorm/BUILD
index 3d39bb0..be0576d 100644
--- a/gnustep/Gorm/BUILD
+++ b/gnustep/Gorm/BUILD
@@ -1,9 +1,10 @@
 (
   # 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/Gorm/DETAILS b/gnustep/Gorm/DETAILS
index 4e45307..612d05f 100644
--- a/gnustep/Gorm/DETAILS
+++ b/gnustep/Gorm/DETAILS
@@ -1,16 +1,23 @@
           MODULE=Gorm
-         VERSION=0.7.7
-          SOURCE=$MODULE-$VERSION.tar.gz
+         VERSION=1.2.10
+          SOURCE=gorm-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gorm-$VERSION
       SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/dev-apps/
-      SOURCE_VFY=md5:37a862909f20db4198c7be8fd7a6fb68
+      SOURCE_VFY=sha1:a41c9d087546c7688e1fbba1c11d1a64fcc7f785
         WEB_SITE=http://www.gnustep.org/experience/Gorm.html
          ENTERED=20040509
-         UPDATED=20040620
+         UPDATED=20090704
            SHORT="GNUsteps easy-to-use interface designer."
+
 cat << EOF
 Gorm allows developers to quickly create and edit graphical application
 interfaces using a whole lot of GUI elements: windows, menus, buttons,
 labels, sliders, tables, textfields, browsers, images, altert panels
 and more. Custom palettes can be dynamically loaded to add additional
 elements or functionality.
+
+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