Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (e1d3b93a1d6162a4739f59e5a6bae9a32bda301d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (e1d3b93a1d6162a4739f59e5a6bae9a32bda301d)
  • Date: Tue, 23 Jan 2007 12:35:10 -0600

GIT changes to master games grimoire by Pol Vinogradov <vin.public AT gmail.com>:

games-arcade-2d/xmoto/BUILD | 6 ++----
games-arcade-2d/xmoto/DEPENDS | 11 ++++++++++-
games-arcade-2d/xmoto/DETAILS | 1 +
games-arcade-2d/xmoto/HISTORY | 7 +++++++
4 files changed, 20 insertions(+), 5 deletions(-)

New commits:
commit e1d3b93a1d6162a4739f59e5a6bae9a32bda301d
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

games-arcade-2d/xmoto:

BUILD: added locale related stuff to OPTS, removed sedit lines form
locale problem i'd, builds fine without them
DEPENDS: added gettext as optional, explicit options were added to curl
DETAILS: PATCHLEVEL++

diff --git a/games-arcade-2d/xmoto/BUILD b/games-arcade-2d/xmoto/BUILD
index 2220b89..9ca37f8 100755
--- a/games-arcade-2d/xmoto/BUILD
+++ b/games-arcade-2d/xmoto/BUILD
@@ -1,7 +1,5 @@
-OPTS="${XMOTO_OPTS} ${OPTS}" &&
-
-sedit "s:USE_GETTEXT:HAVE_GETTEXT:g" src/Locales.h &&
-sedit "s:USE_GETTEXT:HAVE_GETTEXT:g" src/Locales.cpp &&
+OPTS="--localedir=${INSTALL_ROOT}/usr/share/locale \
+--with-localesdir=${INSTALL_ROOT}/usr/share/locale ${XMOTO_OPTS} ${OPTS}" &&

sedit 's:mangdir = $(mandir)/mang:mangdir = $(mandir)/man6:' Makefile.in &&

diff --git a/games-arcade-2d/xmoto/DEPENDS b/games-arcade-2d/xmoto/DEPENDS
index 66631a1..e4d29fe 100755
--- a/games-arcade-2d/xmoto/DEPENDS
+++ b/games-arcade-2d/xmoto/DEPENDS
@@ -7,4 +7,13 @@ depends ode &&
depends jpeg &&
depends libpng &&
depends zlib &&
-optional_depends curl "" "" "for online highscore system"
+
+optional_depends curl \
+ "--with-enable-www=1" \
+ "--with-enable-www=0" \
+ "for online highscore system" &&
+
+optional_depends gettext \
+ "--enable-nls --without-included-gettext" \
+ "--with-included-gettext" \
+ "to use system gettext"
diff --git a/games-arcade-2d/xmoto/DETAILS b/games-arcade-2d/xmoto/DETAILS
index 73f0e34..adc0de3 100755
--- a/games-arcade-2d/xmoto/DETAILS
+++ b/games-arcade-2d/xmoto/DETAILS
@@ -6,6 +6,7 @@
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://xmoto.tuxfamily.org/
ENTERED=20051006
+ PATCHLEVEL=1
LICENSE[0]=GPL
SHORT="X-Moto is a challenging 2D motocross platform game"
cat << EOF
diff --git a/games-arcade-2d/xmoto/HISTORY b/games-arcade-2d/xmoto/HISTORY
index df193f0..f5c72b7 100644
--- a/games-arcade-2d/xmoto/HISTORY
+++ b/games-arcade-2d/xmoto/HISTORY
@@ -1,3 +1,10 @@
+2007-01-23 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: added locale related stuff to OPTS, removed sedit lines for
+ locale problem i'd, builds fine without them
+ * DEPENDS: added gettext as optional, explicit options were added to
+ curl
+ * DETAILS: PATCHLEVEL++
+
2006-12-24 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 0.2.4, changed web site




  • [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (e1d3b93a1d6162a4739f59e5a6bae9a32bda301d), Pol Vinogradov, 01/23/2007

Archive powered by MHonArc 2.6.24.

Top of Page