Skip to Content.
Sympa Menu

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

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 (f371ba18e12fd966e6ef1d3d80fe47a2ae08356a)
  • Date: Wed, 24 Jan 2007 13:25:06 -0600

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

games-arcade-2d/xmoto/BUILD | 8 +++++---
games-arcade-2d/xmoto/HISTORY | 3 +++
2 files changed, 8 insertions(+), 3 deletions(-)

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

games-arcade-2d/xmoto:

BUILD: fixed locale problem completely

diff --git a/games-arcade-2d/xmoto/BUILD b/games-arcade-2d/xmoto/BUILD
index 9ca37f8..f788c49 100755
--- a/games-arcade-2d/xmoto/BUILD
+++ b/games-arcade-2d/xmoto/BUILD
@@ -1,6 +1,8 @@
-OPTS="--localedir=${INSTALL_ROOT}/usr/share/locale \
---with-localesdir=${INSTALL_ROOT}/usr/share/locale ${XMOTO_OPTS} ${OPTS}" &&
+OPTS="--with-localesdir=${INSTALL_ROOT}/usr/share/locale ${XMOTO_OPTS}
${OPTS}" &&

-sedit 's:mangdir = $(mandir)/mang:mangdir = $(mandir)/man6:' Makefile.in &&
+sedit 's:mangdir = $(mandir)/mang:mangdir = $(mandir)/man6:' Makefile.in
&&
+sedit "s:${datarootdir}/locale:${INSTALL_ROOT}/usr/share/locale:" configure
&&
+sedit "s:$datadir/locale:${INSTALL_ROOT}/usr/share/locale:" configure
&&
+sedit 's:$(datadir)/locale:$(prefix)/share/locale:' po/Makefile.in.in
&&

default_games_build
diff --git a/games-arcade-2d/xmoto/HISTORY b/games-arcade-2d/xmoto/HISTORY
index f5c72b7..c9f7e87 100644
--- a/games-arcade-2d/xmoto/HISTORY
+++ b/games-arcade-2d/xmoto/HISTORY
@@ -1,3 +1,6 @@
+2007-01-25 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: fixed locale problem completely
+
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



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

Archive powered by MHonArc 2.6.24.

Top of Page