[SM-Commit] GIT changes to master games grimoire by Jaka Kranjc (26f7c156314671c9307b10dc2fec6c648b10e249)

Jaka Kranjc scm at mail.sourcemage.org
Wed Mar 14 16:17:21 EDT 2007


GIT changes to master games grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 games-strategy-tbs/wesnoth/DETAILS |    4 ++--
 games-strategy-tbs/wesnoth/HISTORY |    4 ++++
 games-strategy-tbs/wesnoth/INSTALL |   12 +++++++-----
 3 files changed, 13 insertions(+), 7 deletions(-)

New commits:
commit 26f7c156314671c9307b10dc2fec6c648b10e249
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    wesnoth: 1.3.1

diff --git a/games-strategy-tbs/wesnoth/DETAILS b/games-strategy-tbs/wesnoth/DETAILS
index 4749243..2eedf69 100755
--- a/games-strategy-tbs/wesnoth/DETAILS
+++ b/games-strategy-tbs/wesnoth/DETAILS
@@ -1,8 +1,8 @@
            SPELL=wesnoth
   if [[ ${WESNOTH_DEVEL} == y ]]; then
-         VERSION=1.2.2
+         VERSION=1.3.1
           SOURCE=${SPELL}-${VERSION}.tar.bz2
-     SOURCE_HASH=sha512:5e1983f0bece02b46cef0dc60c2452b5c4d400fe4e34417371abb6ecf7923f8fe813e02b9c3b8d438a5374dfcaac92a60ddffefe6b2b0b0cd60a5c2aa3cd847b
+     SOURCE_HASH=sha512:2c4a23ecb761cd58e8d1118601fd76cd064f17dfbb35ab239792dca92d92c3590cf3254bfd709336f70a6872be98267a6647f5602434ef68dd0b68041959ad1c
   else
          VERSION=1.2.2
           SOURCE=${SPELL}-${VERSION}.tar.bz2
diff --git a/games-strategy-tbs/wesnoth/HISTORY b/games-strategy-tbs/wesnoth/HISTORY
index 5f14cea..638c5e1 100644
--- a/games-strategy-tbs/wesnoth/HISTORY
+++ b/games-strategy-tbs/wesnoth/HISTORY
@@ -1,3 +1,7 @@
+2007-03-14 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* INSTALL: almost removed, icon installation is fixed
+	* DETAILS: updated devel to 1.3.1
+
 2007-02-23 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* DETAILS: Changed SOURCE extension
 	  updated spell to 1.2.2
diff --git a/games-strategy-tbs/wesnoth/INSTALL b/games-strategy-tbs/wesnoth/INSTALL
index 4df8e7b..5b7c53c 100755
--- a/games-strategy-tbs/wesnoth/INSTALL
+++ b/games-strategy-tbs/wesnoth/INSTALL
@@ -1,6 +1,8 @@
 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  &&
-message "End of installing icon"                                                                   
+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  &&
+  message "End of installing icon"
+fi



More information about the SM-Commit mailing list