[Lunar-commits] <moonbase> gnustep-gui: updated to version 0.16.0
Duncan Gibson
engelsman at lunar-linux.org
Mon Jul 6 20:10:33 CEST 2009
commit ab01edda0afdaf0a3dfd1ee64f0cea8912870ede
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Mon Jul 6 20:10:33 2009 +0200
gnustep-gui: updated to version 0.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-back/BUILD | 9 ++++-----
gnustep/gnustep-back/DEPENDS | 2 ++
gnustep/gnustep-back/DETAILS | 11 ++++++++---
3 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/gnustep/gnustep-back/BUILD b/gnustep/gnustep-back/BUILD
index 544e3bb..8f6f071 100644
--- a/gnustep/gnustep-back/BUILD
+++ b/gnustep/gnustep-back/BUILD
@@ -3,11 +3,10 @@
. /etc/profile.d/gnustep.rc &&
. $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
- ./configure $OPTS &&
+ ./configure --enable-server=x11 \
+ --enable-graphics=cairo --with-name=cairo \
+ $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
diff --git a/gnustep/gnustep-back/DEPENDS b/gnustep/gnustep-back/DEPENDS
index e9ad78b..0e3a611 100644
--- a/gnustep/gnustep-back/DEPENDS
+++ b/gnustep/gnustep-back/DEPENDS
@@ -1 +1,3 @@
depends gnustep-gui
+depends cairo
+
diff --git a/gnustep/gnustep-back/DETAILS b/gnustep/gnustep-back/DETAILS
index 41b859d..a240bde 100644
--- a/gnustep/gnustep-back/DETAILS
+++ b/gnustep/gnustep-back/DETAILS
@@ -1,11 +1,11 @@
MODULE=gnustep-back
- 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:859aef314eb9ef5cbedad9dc53a818542baa17ec
+ SOURCE_VFY=sha1:e3bb755117b12c7eef65fd781650b7f5dbe02147
WEB_SITE=http://www.gnustep.org
ENTERED=20040509
- UPDATED=20070418
+ UPDATED=20090704
PSAFE="no"
SHORT="back-end component for the GNUstep GUI Library."
@@ -19,4 +19,9 @@ 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.
+
+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