summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-05-31 19:20:17 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-05-31 19:20:17 +0000
commitad239ccba03ea402606a4434c9910d20f9ba2f6b (patch)
tree487744c9d09406d4fa3a8d64123fca2e6860b291 /games-strategy
parentwww-client/httrack: 3.47.15 (diff)
downloadgentoo-2-ad239ccba03ea402606a4434c9910d20f9ba2f6b.tar.gz
gentoo-2-ad239ccba03ea402606a4434c9910d20f9ba2f6b.tar.bz2
gentoo-2-ad239ccba03ea402606a4434c9910d20f9ba2f6b.zip
revbump, fix missionmaps and de translation
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/hedgewars/ChangeLog10
-rw-r--r--games-strategy/hedgewars/files/hedgewars-0.9.19-de_translation_fix.patch20
-rw-r--r--games-strategy/hedgewars/files/hedgewars-0.9.19-missionmap.patch57
-rw-r--r--games-strategy/hedgewars/hedgewars-0.9.19-r1.ebuild (renamed from games-strategy/hedgewars/hedgewars-0.9.19.ebuild)6
4 files changed, 91 insertions, 2 deletions
diff --git a/games-strategy/hedgewars/ChangeLog b/games-strategy/hedgewars/ChangeLog
index 40dec9cefec7..47417718f8b3 100644
--- a/games-strategy/hedgewars/ChangeLog
+++ b/games-strategy/hedgewars/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for games-strategy/hedgewars
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/hedgewars/ChangeLog,v 1.51 2013/05/31 18:50:32 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/hedgewars/ChangeLog,v 1.52 2013/05/31 19:20:17 hasufell Exp $
+
+*hedgewars-0.9.19-r1 (31 May 2013)
+
+ 31 May 2013; Julian Ospald <hasufell@gentoo.org> -hedgewars-0.9.19.ebuild,
+ +hedgewars-0.9.19-r1.ebuild,
+ +files/hedgewars-0.9.19-de_translation_fix.patch,
+ +files/hedgewars-0.9.19-missionmap.patch:
+ revbump, fix missionmaps and de translation
*hedgewars-0.9.19 (31 May 2013)
diff --git a/games-strategy/hedgewars/files/hedgewars-0.9.19-de_translation_fix.patch b/games-strategy/hedgewars/files/hedgewars-0.9.19-de_translation_fix.patch
new file mode 100644
index 000000000000..677938dd532b
--- /dev/null
+++ b/games-strategy/hedgewars/files/hedgewars-0.9.19-de_translation_fix.patch
@@ -0,0 +1,20 @@
+--- share/hedgewars/Data/Locale/hedgewars_de.ts
++++ share/hedgewars/Data/Locale/hedgewars_de.ts
+@@ -939,7 +939,7 @@
+ </message>
+ <message>
+ <source>Play a game across a network</source>
+- <translation>Spiele über ein Netwerk</translation>
++ <translation>Spiele über ein Netzwerk</translation>
+ </message>
+ <message>
+ <source>Read about who is behind the Hedgewars Project</source>
+@@ -2154,7 +2154,7 @@
+ </message>
+ <message>
+ <source>Netgame - Error</source>
+- <translation>Netwerkspiel - Fehler</translation>
++ <translation>Netzwerkspiel - Fehler</translation>
+ </message>
+ <message>
+ <source>Please select a server from the list</source>
diff --git a/games-strategy/hedgewars/files/hedgewars-0.9.19-missionmap.patch b/games-strategy/hedgewars/files/hedgewars-0.9.19-missionmap.patch
new file mode 100644
index 000000000000..a93beeaa89ca
--- /dev/null
+++ b/games-strategy/hedgewars/files/hedgewars-0.9.19-missionmap.patch
@@ -0,0 +1,57 @@
+diff -r 164690ff1408 -r 4114ce5d885d share/hedgewars/Data/Maps/Basketball/map.lua
+--- a/share/hedgewars/Data/Maps/Basketball/map.lua Fri May 31 16:49:11 2013 +0200
++++ b/share/hedgewars/Data/Maps/Basketball/map.lua Fri May 31 14:47:07 2013 -0400
+@@ -1,6 +1,6 @@
+ -- Hedgewars - Basketball for 2+ Players
+
+-HedgewarsScriptLoad("Scripts/Locale.lua")()
++HedgewarsScriptLoad("/Scripts/Locale.lua")
+
+ local score = {[0] = 0, [1] = 0, [2] = 0, [3] = 0, [4] = 0, [5] = 0}
+
+diff -r 164690ff1408 -r 4114ce5d885d share/hedgewars/Data/Maps/CTF_Blizzard/map.lua
+--- a/share/hedgewars/Data/Maps/CTF_Blizzard/map.lua Fri May 31 16:49:11 2013 +0200
++++ b/share/hedgewars/Data/Maps/CTF_Blizzard/map.lua Fri May 31 14:47:07 2013 -0400
+@@ -91,7 +91,7 @@
+ -- add support for more players
+ -- re-enable sudden death, but set water rise to 0
+
+-HedgewarsScriptLoad("Scripts/Locale.lua")()
++HedgewarsScriptLoad("/Scripts/Locale.lua")
+
+ ---------------------------------------------------------------
+ ----------lots of bad variables and things
+diff -r 164690ff1408 -r 4114ce5d885d share/hedgewars/Data/Maps/Control/map.lua
+--- a/share/hedgewars/Data/Maps/Control/map.lua Fri May 31 16:49:11 2013 +0200
++++ b/share/hedgewars/Data/Maps/Control/map.lua Fri May 31 14:47:07 2013 -0400
+@@ -49,7 +49,7 @@
+ --script begins
+ -----------------
+
+-HedgewarsScriptLoad("Scripts/Locale.lua")()
++HedgewarsScriptLoad("/Scripts/Locale.lua")
+
+ ---------------------------------------------------------------
+ ----------lots of bad variables and things
+diff -r 164690ff1408 -r 4114ce5d885d share/hedgewars/Data/Maps/Knockball/map.lua
+--- a/share/hedgewars/Data/Maps/Knockball/map.lua Fri May 31 16:49:11 2013 +0200
++++ b/share/hedgewars/Data/Maps/Knockball/map.lua Fri May 31 14:47:07 2013 -0400
+@@ -1,6 +1,6 @@
+ -- Hedgewars - Knockball for 2+ Players
+
+-HedgewarsScriptLoad("Scripts/Locale.lua")()
++HedgewarsScriptLoad("/Scripts/Locale.lua")
+
+ local score = {[0] = 0, [1] = 0, [2] = 0, [3] = 0, [4] = 0, [5] = 0}
+
+diff -r 164690ff1408 -r 4114ce5d885d share/hedgewars/Data/Maps/TrophyRace/map.lua
+--- a/share/hedgewars/Data/Maps/TrophyRace/map.lua Fri May 31 16:49:11 2013 +0200
++++ b/share/hedgewars/Data/Maps/TrophyRace/map.lua Fri May 31 14:47:07 2013 -0400
+@@ -1,6 +1,6 @@
+ -- Hedgewars - Roperace for 2+ Players
+
+-HedgewarsScriptLoad("Scripts/Locale.lua")()
++HedgewarsScriptLoad("/Scripts/Locale.lua")
+
+ -- store number of hedgehogs
+ local numhhs = 0
diff --git a/games-strategy/hedgewars/hedgewars-0.9.19.ebuild b/games-strategy/hedgewars/hedgewars-0.9.19-r1.ebuild
index 7315c6e96f67..e5c06eb1de13 100644
--- a/games-strategy/hedgewars/hedgewars-0.9.19.ebuild
+++ b/games-strategy/hedgewars/hedgewars-0.9.19-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/hedgewars/hedgewars-0.9.19.ebuild,v 1.1 2013/05/31 18:50:33 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/hedgewars/hedgewars-0.9.19-r1.ebuild,v 1.1 2013/05/31 19:20:17 hasufell Exp $
# TODO: when physfs-2.1.0 hits the tree, set
# -DSYSTEM_PHYSFS=ON
@@ -37,6 +37,10 @@ RDEPEND="${RDEPEND}
S=${WORKDIR}/${PN}-src-${PV}
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-{de_translation_fix,missionmap}.patch
+}
+
src_configure() {
local mycmakeargs=(
-DMINIMAL_FLAGS=ON