Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (9b24287d0d55b5e090102c8de595e04d257b7b67)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (9b24287d0d55b5e090102c8de595e04d257b7b67)
  • Date: Tue, 7 Dec 2010 16:45:56 -0600

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

games-strategy-tbs/wesnoth/HISTORY | 3 +++
games-strategy-tbs/wesnoth/INSTALL | 8 +++++++-
2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 9b24287d0d55b5e090102c8de595e04d257b7b67
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wesnoth: fix the icon name, for both stable and devel

diff --git a/games-strategy-tbs/wesnoth/HISTORY
b/games-strategy-tbs/wesnoth/HISTORY
index 8bffbc7..606eb2a 100644
--- a/games-strategy-tbs/wesnoth/HISTORY
+++ b/games-strategy-tbs/wesnoth/HISTORY
@@ -1,3 +1,6 @@
+2010-12-07 Ismael Luceno <ismael AT sourcemage.org>
+ * INSTALL: fixed the icon name, for both stable and devel
+
2010-11-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* INSTALL: fixed the icon name, upstream changed it

diff --git a/games-strategy-tbs/wesnoth/INSTALL
b/games-strategy-tbs/wesnoth/INSTALL
index 4603875..1cd0242 100755
--- a/games-strategy-tbs/wesnoth/INSTALL
+++ b/games-strategy-tbs/wesnoth/INSTALL
@@ -1,7 +1,13 @@
+if [[ $WESNOTH_DEVEL == y ]]; then
+ icon=game-icon
+else
+ icon=wesnoth-icon-small
+fi
+
default_install &&

message "Trying to install icon" &&
install -d -v $INSTALL_ROOT/usr/share/games/icons &&
- install -v -m 644 $SOURCE_DIRECTORY/images/game-icon.png \
+ install -v -m 644 $SOURCE_DIRECTORY/images/$icon.png \
$INSTALL_ROOT/usr/share/games/icons/wesnoth-icon.png &&
message "End of installing icon"



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (9b24287d0d55b5e090102c8de595e04d257b7b67), Ismael Luceno, 12/07/2010

Archive powered by MHonArc 2.6.24.

Top of Page