Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (88c986729cd798cfd8bf3c3294039ce3cef796c0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (88c986729cd798cfd8bf3c3294039ce3cef796c0)
  • Date: Fri, 28 Dec 2007 23:00:13 -0600

GIT changes to master games grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

games-strategy-tbs/wesnoth/DEPENDS | 11 ++++++-----
games-strategy-tbs/wesnoth/DETAILS | 8 ++++----
games-strategy-tbs/wesnoth/HISTORY | 4 ++++
games-strategy-tbs/wesnoth/INSTALL | 9 +++++----
4 files changed, 19 insertions(+), 13 deletions(-)

New commits:
commit 88c986729cd798cfd8bf3c3294039ce3cef796c0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wesnoth: 1.3.13

diff --git a/games-strategy-tbs/wesnoth/DEPENDS
b/games-strategy-tbs/wesnoth/DEPENDS
index 9beb3d2..528de48 100755
--- a/games-strategy-tbs/wesnoth/DEPENDS
+++ b/games-strategy-tbs/wesnoth/DEPENDS
@@ -1,10 +1,11 @@
-depends freetype2 &&
-depends sdl_image &&
-depends sdl_mixer &&
-depends sdl_net &&
+depends freetype2 &&
+depends sdl_image &&
+depends sdl_mixer &&
+depends sdl_net &&

if [[ $WESNOTH_DEVEL == y ]]; then
- depends python
+ depends python &&
+ sub_depends boost IOSTREAMS
fi &&

if [[ $WESNOTH_XDELTA == y ]]; then
diff --git a/games-strategy-tbs/wesnoth/DETAILS
b/games-strategy-tbs/wesnoth/DETAILS
index 87d7ad0..be80715 100755
--- a/games-strategy-tbs/wesnoth/DETAILS
+++ b/games-strategy-tbs/wesnoth/DETAILS
@@ -1,10 +1,10 @@
SPELL=wesnoth
- if [[ ${WESNOTH_DEVEL} == y ]]; then
- VERSION=1.3.12
+ if [[ $WESNOTH_DEVEL == y ]]; then
+ VERSION=1.3.13
SOURCE=$SPELL-$VERSION.tar.bz2
OLD_VERSION=${OLD_VERSION:-1.3.11}
# this is always the hash for the $VERSION tarball
-
SOURCE_HASH=sha512:bb899eb694ee48980a42f9c09fa56cd64487ad8e51e65da0faaed8261b4399af672f326b0118fb5390a87ec59e9609fd21916f048461111b47236f5cedc9aa5e
+
SOURCE_HASH=sha512:a127f8d6029118efb6e516ac617f6ff53aa92b36af8ec28e2b8c33d9cbe76cecf65e78e31dd9449ea6bc6a44886cc9b7a9b056ea9f88cab319dd152165c77200
else
VERSION=1.2.8
SOURCE=$SPELL-$VERSION.tar.bz2
@@ -18,7 +18,7 @@
SOURCE=$SPELL-$OLD_VERSION.tar-$SPELL-$VERSION.tar.xdelta
fi
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=GPL
WEB_SITE=http://www.wesnoth.org/
ENTERED=20040509
diff --git a/games-strategy-tbs/wesnoth/HISTORY
b/games-strategy-tbs/wesnoth/HISTORY
index 2b18ae4..b4f7071 100644
--- a/games-strategy-tbs/wesnoth/HISTORY
+++ b/games-strategy-tbs/wesnoth/HISTORY
@@ -1,3 +1,7 @@
+2007-12-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated WESNOTH_DEVEL=y to 1.3.13
+ * DEPENDS: added boost's iostreams as dep
+
2007-12-01 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated WESNOTH_DEVEL=y to 1.3.12

diff --git a/games-strategy-tbs/wesnoth/INSTALL
b/games-strategy-tbs/wesnoth/INSTALL
index 5b7c53c..a2ddfea 100755
--- a/games-strategy-tbs/wesnoth/INSTALL
+++ b/games-strategy-tbs/wesnoth/INSTALL
@@ -1,8 +1,9 @@
default_install &&
-if [[ ${WESNOTH_DEVEL} == n ]]; then
- message "Trying to install icon" &&
- install -d -v ${INSTALL_ROOT}/usr/share/games/icons/wesnoth-icon.png &&
+
+if [[ $WESNOTH_DEVEL == n ]]; then
+ message "Trying to install icon" &&
+ install -d -v ${INSTALL_ROOT}/usr/share/games/icons/wesnoth-icon.png &&
install -v $SOURCE_DIRECTORY/images/wesnoth-icon.png \
- ${INSTALL_ROOT}/usr/share/games/icons/wesnoth-icon.png &&
+ ${INSTALL_ROOT}/usr/share/games/icons/wesnoth-icon.png &&
message "End of installing icon"
fi




Archive powered by MHonArc 2.6.24.

Top of Page