Skip to Content.
Sympa Menu

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

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 (6ce742bdd79d68447fe69eff48d1991f14e83c76)
  • Date: Wed, 18 Mar 2009 18:39:08 -0500

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

dev/null |binary
games-strategy-tbs/wesnoth/BUILD | 5 ++++-
games-strategy-tbs/wesnoth/CONFIGURE | 9 ++-------
games-strategy-tbs/wesnoth/DEPENDS | 3 ++-
games-strategy-tbs/wesnoth/DETAILS | 10 +++++-----
games-strategy-tbs/wesnoth/HISTORY | 7 +++++++
games-strategy-tbs/wesnoth/INSTALL | 2 +-
games-strategy-tbs/wesnoth/wesnoth-1.4.7.tar.bz2.sig | 0
games-strategy-tbs/wesnoth/wesnoth-1.6.tar.bz2.sig |binary
9 files changed, 21 insertions(+), 15 deletions(-)

New commits:
commit 6ce742bdd79d68447fe69eff48d1991f14e83c76
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wesnoth: => 1.6

diff --git a/games-strategy-tbs/wesnoth/BUILD
b/games-strategy-tbs/wesnoth/BUILD
index de6fefe..67fabc2 100755
--- a/games-strategy-tbs/wesnoth/BUILD
+++ b/games-strategy-tbs/wesnoth/BUILD
@@ -1,2 +1,5 @@
-OPTS="${WESNOTH_OPTS} --disable-strict-compilation ${OPTS}" &&
+OPTS="--disable-strict-compilation PYTHON_PREFIX=$INSTALL_ROOT/usr \
+ ${WESNOTH_OPTS} \
+ ${OPTS}" &&
+
default_games_build
diff --git a/games-strategy-tbs/wesnoth/CONFIGURE
b/games-strategy-tbs/wesnoth/CONFIGURE
index f620997..2d0ccac 100755
--- a/games-strategy-tbs/wesnoth/CONFIGURE
+++ b/games-strategy-tbs/wesnoth/CONFIGURE
@@ -1,8 +1,8 @@
if [[ ! -z $WESNOTH_STATIC ]]; then
persistent_add WESNOTH_OPTS &&
- WESNOTH_OPTS="$WESNOTH_STATIC $WESNOTH_LITE $WESNOTH_SERVER \
+ WESNOTH_OPTS="$WESNOTH_STATIC $WESNOTH_SERVER \
$WESNOTH_CAMPAIGN $WESNOTH_EDITOR $WESNOTH_TOOLS" &&
- persistent_remove WESNOTH_STATIC WESNOTH_LITE WESNOTH_SERVER \
+ persistent_remove WESNOTH_STATIC WESNOTH_SERVER \
WESNOTH_CAMPAIGN WESNOTH_EDITOR WESNOTH_TOOLS &&
return 0
fi &&
@@ -13,11 +13,6 @@ config_query_option WESNOTH_OPTS
\
"--enable-static"
\
"--disable-static"
&&
config_query_option WESNOTH_OPTS
\
- "Enable lite version of wesnoth (without music or large images)?"
\
- n
\
- "--enable-lite"
\
- "--disable-lite"
&&
-config_query_option WESNOTH_OPTS
\
"Enable compilation of server?"
\
n
\
"--enable-server"
\
diff --git a/games-strategy-tbs/wesnoth/DEPENDS
b/games-strategy-tbs/wesnoth/DEPENDS
index cc802a3..ef16ffd 100755
--- a/games-strategy-tbs/wesnoth/DEPENDS
+++ b/games-strategy-tbs/wesnoth/DEPENDS
@@ -1,4 +1,5 @@
-depends freetype2 &&
+depends pango &&
+depends fontconfig &&
depends sdl_image &&
depends sdl_mixer &&
depends sdl_net &&
diff --git a/games-strategy-tbs/wesnoth/DETAILS
b/games-strategy-tbs/wesnoth/DETAILS
index aebb407..f90e566 100755
--- a/games-strategy-tbs/wesnoth/DETAILS
+++ b/games-strategy-tbs/wesnoth/DETAILS
@@ -1,14 +1,14 @@
SPELL=wesnoth
if [[ $WESNOTH_DEVEL == y ]]; then
- VERSION=1.5.6
+ VERSION=1.6
SOURCE=$SPELL-$VERSION.tar.bz2
- OLD_VERSION=${OLD_VERSION:-1.5.5}
+ OLD_VERSION=${OLD_VERSION:-1.5.14}
# this is always the hash for the $VERSION tarball
-
SOURCE_HASH=sha512:91479705031ef6a81dfa3557da1f2fb7e480b1a92f731eafb7d56c24ec7d5eff6b623c84edbf9cfef3852b317cb11102585786bc2cd01fd10b2011f2f30137d9
+
SOURCE_HASH=sha512:0b947ef2270997941f951ca8a08e7e7dcd41ac4424fff2c4521f96757ae815d97b08762bdc0b86c64807fda8269451c7b1e4a8c15188ad0d70aa803e1c6100d5
else
- VERSION=1.4.7
+ VERSION=1.6
SOURCE=$SPELL-$VERSION.tar.bz2
- OLD_VERSION=${OLD_VERSION:-1.4.5}
+ OLD_VERSION=${OLD_VERSION:-1.5.14}
SOURCE_GPG=gurus.gpg:$SOURCE.sig
fi
# check that we have the previous tarball first and if so, enable xdelta
diff --git a/games-strategy-tbs/wesnoth/HISTORY
b/games-strategy-tbs/wesnoth/HISTORY
index 6320cad..f2bc03a 100644
--- a/games-strategy-tbs/wesnoth/HISTORY
+++ b/games-strategy-tbs/wesnoth/HISTORY
@@ -1,3 +1,10 @@
+2009-03-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: all branches to 1.6
+ * DEPENDS: added missing deps
+ * CONFIGURE: removed dead config option
+ * INSTALL: corrected icon filename
+ * BUILD: added python pkg prefix var
+
2008-12-19 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated WESNOTH_DEVEL=y to 1.5.6

diff --git a/games-strategy-tbs/wesnoth/INSTALL
b/games-strategy-tbs/wesnoth/INSTALL
index 2fcefaf..73e514e 100755
--- a/games-strategy-tbs/wesnoth/INSTALL
+++ b/games-strategy-tbs/wesnoth/INSTALL
@@ -2,6 +2,6 @@ default_install &&

message "Trying to install icon" &&
install -d -v $INSTALL_ROOT/usr/share/games/icons &&
- install -v -m 644 $SOURCE_DIRECTORY/images/wesnoth-icon.png \
+ install -v -m 644 $SOURCE_DIRECTORY/images/wesnoth-icon-small.png \
$INSTALL_ROOT/usr/share/games/icons/wesnoth-icon.png &&
message "End of installing icon"
diff --git a/games-strategy-tbs/wesnoth/wesnoth-1.4.7.tar.bz2.sig
b/games-strategy-tbs/wesnoth/wesnoth-1.4.7.tar.bz2.sig
deleted file mode 100644
index b75b2ed..0000000
Binary files a/games-strategy-tbs/wesnoth/wesnoth-1.4.7.tar.bz2.sig and
/dev/null differ
diff --git a/games-strategy-tbs/wesnoth/wesnoth-1.6.tar.bz2.sig
b/games-strategy-tbs/wesnoth/wesnoth-1.6.tar.bz2.sig
new file mode 100644
index 0000000..ccbbc07
Binary files /dev/null and
b/games-strategy-tbs/wesnoth/wesnoth-1.6.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (6ce742bdd79d68447fe69eff48d1991f14e83c76), Vlad Glagolev, 03/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page