[Lunar-commits] r17156 - moonbase/trunk/libs/fox
Florin Braescu
florin at lunar-linux.org
Wed Nov 2 19:43:14 UTC 2005
Author: florin
Date: 2005-11-02 19:43:13 +0000 (Wed, 02 Nov 2005)
New Revision: 17156
Modified:
moonbase/trunk/libs/fox/BUILD
moonbase/trunk/libs/fox/DEPENDS
moonbase/trunk/libs/fox/DETAILS
Log:
bump the version from 1.4.17 to 1.4.21. features added and bugfixes.
Modified: moonbase/trunk/libs/fox/BUILD
===================================================================
--- moonbase/trunk/libs/fox/BUILD 2005-11-02 15:50:27 UTC (rev 17155)
+++ moonbase/trunk/libs/fox/BUILD 2005-11-02 19:43:13 UTC (rev 17156)
@@ -1,13 +1,13 @@
(
-sedit 's:artdir = $(prefix):artdir = $(datadir):' doc/art/Makefile.in &&
-sedit 's:screenshotsdir = $(prefix):screenshotsdir = $(datadir):' doc/screenshots/Makefile.in &&
+ sedit 's:artdir = $(prefix):artdir = $(datadir):' doc/art/Makefile.in &&
+ sedit 's:screenshotsdir = $(prefix):screenshotsdir = $(datadir):' doc/screenshots/Makefile.in &&
-./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --with-opengl=no \
- $OPTS &&
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --with-opengl=no \
+ $OPTS &&
-default_make
+ default_make
) > $C_FIFO 2>&1
Modified: moonbase/trunk/libs/fox/DEPENDS
===================================================================
--- moonbase/trunk/libs/fox/DEPENDS 2005-11-02 15:50:27 UTC (rev 17155)
+++ moonbase/trunk/libs/fox/DEPENDS 2005-11-02 19:43:13 UTC (rev 17156)
@@ -3,7 +3,8 @@
depends zlib &&
depends jpeg &&
depends expat &&
-optional_depends "freetype2" \
- "--with-xft" \
- "--with-xft=no" \
- "for freetype2 support"
\ No newline at end of file
+
+optional_depends "freetype2" \
+ "--with-xft" \
+ "--with-xft=no" \
+ "for freetype2 support"
Modified: moonbase/trunk/libs/fox/DETAILS
===================================================================
--- moonbase/trunk/libs/fox/DETAILS 2005-11-02 15:50:27 UTC (rev 17155)
+++ moonbase/trunk/libs/fox/DETAILS 2005-11-02 19:43:13 UTC (rev 17156)
@@ -1,13 +1,14 @@
MODULE=fox
- VERSION=1.4.17
+ VERSION=1.4.21
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.fox-toolkit.org/ftp/
- SOURCE_VFY=sha1:d3636ad3e1e6b3ba66ce88af9063030469f55e89
+ SOURCE_VFY=sha1:386e10114d11affe5e764217f23bbf729690e353
WEB_SITE=http://www.fox-toolkit.org/
MAINTAINER=ratler at lunar-linux.org
ENTERED=20041015
- UPDATED=20050811
+ UPDATED=20051102
SHORT="C++ class library for building Graphical User Interfaces"
+
cat << EOF
FOX stands for Free Objects for X. It is a C++ based class library for
building Graphical User Interfaces. Developing Graphical User Interfaces
More information about the Lunar-commits
mailing list