Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Thomas Orgis (dd4e3d3192ed95f4d7b68e9a942d229ce0f7ca02)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Thomas Orgis (dd4e3d3192ed95f4d7b68e9a942d229ce0f7ca02)
  • Date: Thu, 13 Aug 2009 20:32:15 -0500

GIT changes to master games grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

games-emulators/scummvm/DETAILS | 4 ++--
games-emulators/scummvm/HISTORY | 3 +++
games-emulators/scummvm/INSTALL | 14 ++++++++------
3 files changed, 13 insertions(+), 8 deletions(-)

New commits:
commit dd4e3d3192ed95f4d7b68e9a942d229ce0f7ca02
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

scummvm: bump to 0.13.1

commit bea64d72835a14fe3ec69d125e126fb9a1db7460
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

scummvm: bump to 0.13.1

diff --git a/games-emulators/scummvm/DETAILS b/games-emulators/scummvm/DETAILS
index 0d36bd2..9e24627 100755
--- a/games-emulators/scummvm/DETAILS
+++ b/games-emulators/scummvm/DETAILS
@@ -15,10 +15,10 @@ if [ "$SCUMMVM_CVS" == "y" ] ; then

else

- VERSION=0.8.2
+ VERSION=0.13.1
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:7193bcfd826376739f5c0e3ae3002a2809fc01de648e4180ce8548ad54bc035beefcd68d31ba6c0815a3e533990feb1e3c730e0b353dc7c1833216f9b3e582c3
+
SOURCE_HASH=sha512:cb7c21d78a21c6cf576e07153b86679bcac08b274fb558ae7c7a66825ab8f3aa896afce21bccd65163f3e43d10d22cb63727c21bea6a685691898b96d4032652
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

fi
diff --git a/games-emulators/scummvm/HISTORY b/games-emulators/scummvm/HISTORY
index 53f040e..53b7604 100644
--- a/games-emulators/scummvm/HISTORY
+++ b/games-emulators/scummvm/HISTORY
@@ -1,3 +1,6 @@
+2009-08-14 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: cheap update to 0.13.1, spell needs cleanup, though
+
2006-08-29 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* INSTALL: removed I_DIR
* DETAILS: API2 converted
diff --git a/games-emulators/scummvm/INSTALL b/games-emulators/scummvm/INSTALL
index 2f0c543..cef8251 100755
--- a/games-emulators/scummvm/INSTALL
+++ b/games-emulators/scummvm/INSTALL
@@ -1,10 +1,12 @@
-mkdir -vp ${INSTALL_ROOT}/usr/share/games/scummvm/tools &&
+# This is not right... what about installing plugins?
+# One should tweak the config so that make install works for us.
+#mkdir -vp ${INSTALL_ROOT}/usr/share/games/scummvm/tools &&
cp -v scummvm ${INSTALL_ROOT}/usr/games &&
-cp -v tools/convbdf ${INSTALL_ROOT}/usr/share/games/scummvm/tools &&
-cp -v tools/md5table ${INSTALL_ROOT}/usr/share/games/scummvm/tools &&
-cp -v scummvm.xpm ${INSTALL_ROOT}/usr/share/games/scummvm &&
+#cp -v tools/convbdf ${INSTALL_ROOT}/usr/share/games/scummvm/tools &&
+#cp -v tools/md5table ${INSTALL_ROOT}/usr/share/games/scummvm/tools &&
+cp -v icons/scummvm.xpm ${INSTALL_ROOT}/usr/share/games/scummvm &&
cd ${INSTALL_ROOT}/usr/share/games/scummvm &&
find_and_scam &&
-chmod 0750 ${INSTALL_ROOT}/usr/share/games/scummvm/tools/convbdf &&
-chmod 0750 ${INSTALL_ROOT}/usr/share/games/scummvm/tools/md5table &&
+#chmod 0750 ${INSTALL_ROOT}/usr/share/games/scummvm/tools/convbdf &&
+#chmod 0750 ${INSTALL_ROOT}/usr/share/games/scummvm/tools/md5table &&
chmod 0640 ${INSTALL_ROOT}/usr/share/games/scummvm/scummvm.xpm



  • [SM-Commit] GIT changes to master games grimoire by Thomas Orgis (dd4e3d3192ed95f4d7b68e9a942d229ce0f7ca02), Thomas Orgis, 08/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page