Skip to Content.
Sympa Menu

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

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 (fb4e146e669ad68e87bf239cbd05d7c18956c009)
  • Date: Sun, 2 Mar 2008 14:40:58 -0600

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

ChangeLog | 3 ++
dev/null |binary
games-strategy-tbs/wesnoth/DEPENDS | 7 +----
games-strategy-tbs/wesnoth/DETAILS | 25
+++++++++----------
games-strategy-tbs/wesnoth/HISTORY | 3 ++
games-strategy-tbs/wesnoth/INSTALL | 6 +---
games-strategy-tbs/wesnoth/PREPARE | 2 -
games-strategy-tbs/wesnoth/wesnoth-1.2.8.tar.bz2.sig | 0
games-strategy-tbs/wesnoth/wesnoth-1.4.tar.bz2.sig |binary
gurus.gpg |binary
10 files changed, 23 insertions(+), 23 deletions(-)

New commits:
commit 382a0d9fc1d224bf81e09d63e70992ac98e47cfd
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wesnoth: updated stable to 1.4

commit 8d322b98237701fb9f3b326c7ea932b8fb57e015
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

added my gpg key

diff --git a/ChangeLog b/ChangeLog
index 72d1b55..ad1b67c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-03-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * gurus.gpg: added my key
+
2008-02-25 Dale E. Edmons <linuxfan AT sourcemage.org>
* games-arcade-3d/supertuxkart: New game spell.

diff --git a/games-strategy-tbs/wesnoth/DEPENDS
b/games-strategy-tbs/wesnoth/DEPENDS
index fe267c0..7254609 100755
--- a/games-strategy-tbs/wesnoth/DEPENDS
+++ b/games-strategy-tbs/wesnoth/DEPENDS
@@ -2,12 +2,9 @@ depends freetype2 &&
depends sdl_image &&
depends sdl_mixer &&
depends sdl_net &&
+depends -sub IOSTREAMS boost &&

-if [[ $WESNOTH_DEVEL == y ]]; then
- depends -sub IOSTREAMS boost &&
-
- optional_depends python "--enable-python-install" "" "for Python tools"
-fi &&
+optional_depends python "--enable-python-install" "" "for Python tools" &&

if [[ $WESNOTH_XDELTA == y ]]; then
depends xdelta
diff --git a/games-strategy-tbs/wesnoth/DETAILS
b/games-strategy-tbs/wesnoth/DETAILS
index a4a4a94..bcc9234 100755
--- a/games-strategy-tbs/wesnoth/DETAILS
+++ b/games-strategy-tbs/wesnoth/DETAILS
@@ -1,17 +1,16 @@
SPELL=wesnoth
- if [[ $WESNOTH_DEVEL == y ]]; then
- VERSION=1.3.19
+# if [[ $WESNOTH_DEVEL == y ]]; then
+# VERSION=1.3.19
+# SOURCE=$SPELL-$VERSION.tar.bz2
+# OLD_VERSION=${OLD_VERSION:-1.3.18}
+# # this is always the hash for the $VERSION tarball
+#
SOURCE_HASH=sha512:c9f075bd8749c2a7235614c474dbd355ae5dea26d56aa3454e7a4c7d66539a3767d71e3288d007cc82c5bd62650afa84cb7b0d578ebc4e8e8e52afac838ef642
+# else
+ VERSION=1.4
SOURCE=$SPELL-$VERSION.tar.bz2
- OLD_VERSION=${OLD_VERSION:-1.3.18}
- # this is always the hash for the $VERSION tarball
-
SOURCE_HASH=sha512:c9f075bd8749c2a7235614c474dbd355ae5dea26d56aa3454e7a4c7d66539a3767d71e3288d007cc82c5bd62650afa84cb7b0d578ebc4e8e8e52afac838ef642
- else
- VERSION=1.2.8
- SOURCE=$SPELL-$VERSION.tar.bz2
- OLD_VERSION=${OLD_VERSION:-1.2.7}
-#
SOURCE_HASH=sha512:99c84020dfb03851983a89e4628b80b4a43134073b8d7a8c94da0778e99731bfb0ca91479b6e07f3cc62080c905345c9eeaec1c6265315c0fd23ea428efbddc2
- SOURCE_GPG="gurus.gpg:$SOURCE.sig"
- fi
+ OLD_VERSION=${OLD_VERSION:-1.3.19}
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig
+# fi
# check that we have the previous tarball first and if so, enable xdelta
if [[ $WESNOTH_XDELTA == y && -e $SOURCE_CACHE/$SPELL-$OLD_VERSION.tar.bz2
]]
then
@@ -23,7 +22,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=GPL
WEB_SITE=http://www.wesnoth.org/
ENTERED=20040509
- SHORT="Battle for Wesnoth is a fantasy turn-based strategy game."
+ SHORT="fantasy turn-based strategy game"
cat << EOF
Battle for Wesnoth is a fantasy turn-based strategy game.
Battle for control of villages, using variety of units which have
diff --git a/games-strategy-tbs/wesnoth/HISTORY
b/games-strategy-tbs/wesnoth/HISTORY
index cb9af0a..9cbdd9b 100644
--- a/games-strategy-tbs/wesnoth/HISTORY
+++ b/games-strategy-tbs/wesnoth/HISTORY
@@ -1,3 +1,6 @@
+2008-03-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated stable to 1.4
+
2008-02-24 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated WESNOTH_DEVEL=y to 1.3.19

diff --git a/games-strategy-tbs/wesnoth/INSTALL
b/games-strategy-tbs/wesnoth/INSTALL
index a2ddfea..f7618ac 100755
--- a/games-strategy-tbs/wesnoth/INSTALL
+++ b/games-strategy-tbs/wesnoth/INSTALL
@@ -1,9 +1,7 @@
default_install &&

-if [[ $WESNOTH_DEVEL == n ]]; then
- message "Trying to install icon" &&
+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 &&
- message "End of installing icon"
-fi
+message "End of installing icon"
diff --git a/games-strategy-tbs/wesnoth/PREPARE
b/games-strategy-tbs/wesnoth/PREPARE
index 9e641c8..39d2333 100755
--- a/games-strategy-tbs/wesnoth/PREPARE
+++ b/games-strategy-tbs/wesnoth/PREPARE
@@ -1,2 +1,2 @@
-config_query WESNOTH_DEVEL "Use development branch?" n &&
+# config_query WESNOTH_DEVEL "Use development branch?" n &&
config_query WESNOTH_XDELTA "Use xdeltas to minimise the source download
size if possible?" n
diff --git a/games-strategy-tbs/wesnoth/wesnoth-1.2.8.tar.bz2.sig
b/games-strategy-tbs/wesnoth/wesnoth-1.2.8.tar.bz2.sig
deleted file mode 100644
index 6b6ea6e..0000000
Binary files a/games-strategy-tbs/wesnoth/wesnoth-1.2.8.tar.bz2.sig and
/dev/null differ
diff --git a/games-strategy-tbs/wesnoth/wesnoth-1.4.tar.bz2.sig
b/games-strategy-tbs/wesnoth/wesnoth-1.4.tar.bz2.sig
new file mode 100644
index 0000000..9b966fd
Binary files /dev/null and
b/games-strategy-tbs/wesnoth/wesnoth-1.4.tar.bz2.sig differ
diff --git a/gurus.gpg b/gurus.gpg
index 0069ee0..cd168dd 100644
Binary files a/gurus.gpg and b/gurus.gpg differ



  • [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (fb4e146e669ad68e87bf239cbd05d7c18956c009), Vlad Glagolev, 03/02/2008

Archive powered by MHonArc 2.6.24.

Top of Page