Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Robin Cook (329df84217b43739465866a13d219742c71df164)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Robin Cook (329df84217b43739465866a13d219742c71df164)
  • Date: Mon, 18 Oct 2010 16:36:55 -0500

GIT changes to master games grimoire by Robin Cook <rcook AT wyrms.net>:

dev/null |binary
games-strategy-tbs/wesnoth/DEPENDS | 21
+++++++++++++------
games-strategy-tbs/wesnoth/DETAILS | 10 ++++-----
games-strategy-tbs/wesnoth/HISTORY | 6 +++++
games-strategy-tbs/wesnoth/PRE_BUILD | 4 ++-
games-strategy-tbs/wesnoth/wesnoth-1.6.5.tar.bz2.sig | 0
games-strategy-tbs/wesnoth/wesnoth-1.8.5.tar.bz2.sig |binary
games-strategy-tbs/wesnoth/wesnoth-1.9.1.tar.bz2.sig |binary
gurus.gpg |binary
9 files changed, 29 insertions(+), 12 deletions(-)

New commits:
commit 329df84217b43739465866a13d219742c71df164
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gurus.gpg: added new key

commit a04afd92b60906aaa5cc908bab4f4e535dff1ab3
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

wesnoth: update to 1.8.5

diff --git a/games-strategy-tbs/wesnoth/DEPENDS
b/games-strategy-tbs/wesnoth/DEPENDS
index ef16ffd..e814d92 100755
--- a/games-strategy-tbs/wesnoth/DEPENDS
+++ b/games-strategy-tbs/wesnoth/DEPENDS
@@ -1,12 +1,21 @@
-depends pango &&
+depends pango &&
depends fontconfig &&
-depends sdl_image &&
-depends sdl_mixer &&
-depends sdl_net &&
-depends sdl_ttf &&
+depends gettext &&
+depends zlib &&
+depends libpng &&
+depends sdl &&
+depends sdl_image &&
+depends sdl_mixer &&
+depends sdl_net &&
+depends sdl_ttf &&
+depends lua &&
depends -sub "IOSTREAMS REGEX" boost &&

-optional_depends python "--enable-python-install" "" "for Python tools" &&
+optional_depends python "--enable-python-install" "" "for Python tools" &&
+optional_depends dbus "--enable-dbus" "--disable-dbus" \
+ "Enable DBus support?" &&
+optional_depends fribidi "--with-fribidi" "--without-fribidi" \
+ "Enable fribidi support?" &&

if [[ $WESNOTH_XDELTA == y ]]; then
depends xdelta
diff --git a/games-strategy-tbs/wesnoth/DETAILS
b/games-strategy-tbs/wesnoth/DETAILS
index dccbdb7..5f291bf 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.6.5
+ VERSION=1.9.1
SOURCE=$SPELL-$VERSION.tar.bz2
- OLD_VERSION=${OLD_VERSION:-1.6.3}
+ OLD_VERSION=${OLD_VERSION:-1.9.0}
# this is always the hash for the $VERSION tarball
-
SOURCE_HASH=sha512:32fb769e95dd662f3a2233fbc33a0b6a9d7edbd9a2ceb0ac0315362647eea11ce3c80dbc6d399dbe824fe58fbb0d41bb2cde5a1edc0ca051e158209e883eb7e5
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig
else
- VERSION=1.6.5
+ VERSION=1.8.5
SOURCE=$SPELL-$VERSION.tar.bz2
- OLD_VERSION=${OLD_VERSION:-1.6.3}
+ OLD_VERSION=${OLD_VERSION:-1.8.4}
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 c6622ad..dd2b502 100644
--- a/games-strategy-tbs/wesnoth/HISTORY
+++ b/games-strategy-tbs/wesnoth/HISTORY
@@ -1,3 +1,9 @@
+2010-10-18 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated DEVEL VERSION to 1.9.1
+ * DETAILS: updated VERSION to 1.8.5
+ * PRE_BUILD: added run autogen.sh
+ * DEPENDS: added gettext, zlib, libpng, lua, dbus, fribidi
+
2009-09-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.6.5

diff --git a/games-strategy-tbs/wesnoth/PRE_BUILD
b/games-strategy-tbs/wesnoth/PRE_BUILD
index 295dfd1..e9cdc71 100755
--- a/games-strategy-tbs/wesnoth/PRE_BUILD
+++ b/games-strategy-tbs/wesnoth/PRE_BUILD
@@ -2,4 +2,6 @@ if [[ $WESNOTH_XDELTA == y && ${SOURCE/xdelta/} != $SOURCE
]]; then
# override SOURCE, so the new tarball gets checked, not the xdelta
SOURCE=$SPELL-$VERSION.tar.bz2
fi &&
-default_pre_build
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+./autogen.sh
diff --git a/games-strategy-tbs/wesnoth/wesnoth-1.6.5.tar.bz2.sig
b/games-strategy-tbs/wesnoth/wesnoth-1.6.5.tar.bz2.sig
deleted file mode 100644
index 32b0780..0000000
Binary files a/games-strategy-tbs/wesnoth/wesnoth-1.6.5.tar.bz2.sig and
/dev/null differ
diff --git a/games-strategy-tbs/wesnoth/wesnoth-1.8.5.tar.bz2.sig
b/games-strategy-tbs/wesnoth/wesnoth-1.8.5.tar.bz2.sig
new file mode 100644
index 0000000..98a57fa
Binary files /dev/null and
b/games-strategy-tbs/wesnoth/wesnoth-1.8.5.tar.bz2.sig differ
diff --git a/games-strategy-tbs/wesnoth/wesnoth-1.9.1.tar.bz2.sig
b/games-strategy-tbs/wesnoth/wesnoth-1.9.1.tar.bz2.sig
new file mode 100644
index 0000000..4ccbe39
Binary files /dev/null and
b/games-strategy-tbs/wesnoth/wesnoth-1.9.1.tar.bz2.sig differ
diff --git a/gurus.gpg b/gurus.gpg
index cd168dd..9354396 100644
Binary files a/gurus.gpg and b/gurus.gpg differ



  • [SM-Commit] GIT changes to master games grimoire by Robin Cook (329df84217b43739465866a13d219742c71df164), Robin Cook, 10/18/2010

Archive powered by MHonArc 2.6.24.

Top of Page