Skip to Content.
Sympa Menu

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

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 (5790da66958e745251012756005848a0c2c0afea)
  • Date: Sun, 2 Mar 2008 15:47:44 -0600

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

games-strategy-tbs/wesnoth/DETAILS | 23 +++++++++++------------
games-strategy-tbs/wesnoth/HISTORY | 4 ++++
games-strategy-tbs/wesnoth/INSTALL | 6 +++---
games-strategy-tbs/wesnoth/PREPARE | 2 +-
4 files changed, 19 insertions(+), 16 deletions(-)

New commits:
commit 5790da66958e745251012756005848a0c2c0afea
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wesnoth: readded DEVEL, fixed icon installation

diff --git a/games-strategy-tbs/wesnoth/DETAILS
b/games-strategy-tbs/wesnoth/DETAILS
index bcc9234..ac4b1e9 100755
--- a/games-strategy-tbs/wesnoth/DETAILS
+++ b/games-strategy-tbs/wesnoth/DETAILS
@@ -1,21 +1,20 @@
SPELL=wesnoth
-# 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
+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.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
+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
SOURCE=$SPELL-$OLD_VERSION.tar-$SPELL-$VERSION.tar.xdelta
- fi
+fi
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_URL[1]=http://www.wesnoth.org/files/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/games-strategy-tbs/wesnoth/HISTORY
b/games-strategy-tbs/wesnoth/HISTORY
index 9cbdd9b..0ae9670 100644
--- a/games-strategy-tbs/wesnoth/HISTORY
+++ b/games-strategy-tbs/wesnoth/HISTORY
@@ -1,3 +1,7 @@
+2008-03-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, PREPARE: readded DEVEL version
+ * INSTALL: icon installation fixes
+
2008-03-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated stable to 1.4

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

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 -d -v $INSTALL_ROOT/usr/share/games/icons &&
+ install -v -m 644 $SOURCE_DIRECTORY/images/wesnoth-icon.png \
+ $INSTALL_ROOT/usr/share/games/icons/wesnoth-icon.png &&
message "End of installing icon"
diff --git a/games-strategy-tbs/wesnoth/PREPARE
b/games-strategy-tbs/wesnoth/PREPARE
index 39d2333..9e641c8 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



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

Archive powered by MHonArc 2.6.24.

Top of Page