Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Bor Kraljič (032eef91410d414541ffad3fd432f711ea86b7cd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Bor Kraljič (032eef91410d414541ffad3fd432f711ea86b7cd)
  • Date: Wed, 8 Dec 2010 02:08:45 -0600

GIT changes to master games grimoire by Bor Kraljič <pyrobor AT ver.si>:

games-arcade-2d/xmoto/DETAILS | 4 ++--
games-arcade-2d/xmoto/HISTORY | 3 +++
games-utils/mumble/HISTORY | 3 +++
games-utils/mumble/PRE_BUILD | 6 ++++++
4 files changed, 14 insertions(+), 2 deletions(-)

New commits:
commit 032eef91410d414541ffad3fd432f711ea86b7cd
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

xmoto: updated spell to 0.5.4

commit 235f236121320f310a8e0a1a530167dd016b437c
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

mumble: remove qt_ja_JP.qm from build since qt4 doesn't install it

diff --git a/games-arcade-2d/xmoto/DETAILS b/games-arcade-2d/xmoto/DETAILS
index 821e73d..799c67e 100755
--- a/games-arcade-2d/xmoto/DETAILS
+++ b/games-arcade-2d/xmoto/DETAILS
@@ -1,8 +1,8 @@
SPELL=xmoto
- VERSION=0.5.3
+ VERSION=0.5.4
SOURCE=$SPELL-$VERSION-src.tar.gz
SOURCE_URL[0]=http://download.tuxfamily.org/$SPELL/$SPELL/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:8593aa151999c6c61ee6be8a2c131957817dbaae5c7485966cb5f66e8b173cee51080b7260b2dc6df17975aaf0d8fb1d43d2110913bf2c28f3ba7520234cbd07
+
SOURCE_HASH=sha512:7c096ea4f50758d6c4814372a65f8ab4b7a0b4822f7869c5e04cbe345a6a72b1adb867ad63a249c5ff5f6b59f494d944adb5dcb14b2efce8e112282d18ff7d29
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://xmoto.tuxfamily.org/
ENTERED=20051006
diff --git a/games-arcade-2d/xmoto/HISTORY b/games-arcade-2d/xmoto/HISTORY
index a98bf3e..d8239fd 100644
--- a/games-arcade-2d/xmoto/HISTORY
+++ b/games-arcade-2d/xmoto/HISTORY
@@ -1,3 +1,6 @@
+2010-12-08 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.5.4
+
2010-11-03 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: jpeg -> JPEG

diff --git a/games-utils/mumble/HISTORY b/games-utils/mumble/HISTORY
index 9bb8b52..d3e7f8d 100644
--- a/games-utils/mumble/HISTORY
+++ b/games-utils/mumble/HISTORY
@@ -1,3 +1,6 @@
+2010-12-04 Bor Kraljič <pyrobor AT ver.si>
+ * PRE_BUILD: remove qt_ja_JP.qm from build since qt4 doesn't install
it
+
2010-04-05 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: depends on qt4 sqlite support

diff --git a/games-utils/mumble/PRE_BUILD b/games-utils/mumble/PRE_BUILD
new file mode 100755
index 0000000..3c01a00
--- /dev/null
+++ b/games-utils/mumble/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit s/qt_ja_JP.qm// ./src/mumble/mumble.pro &&
+sedit s/qt_ja_JP.qm// ./src/mumble11x/mumble11x.pro &&
+sedit /qt_ja_JP.qm/d ./src/mumble/mumble_qt.qrc &&
+sedit /qt_ja_JP.qm/d ./src/mumble11x/mumble_qt.qrc



  • [SM-Commit] GIT changes to master games grimoire by Bor Kraljič (032eef91410d414541ffad3fd432f711ea86b7cd), Bor Kraljič, 12/08/2010

Archive powered by MHonArc 2.6.24.

Top of Page