aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-05-01 19:09:45 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-05-01 19:09:45 +0000
commit1a4bab358caac14a6ea4a8fbd2a447b621388bb4 (patch)
treed5e8ca95e273f1d8fdda70b07e53ec821742dfda /games
parent69ddacfb77f1322b289b64f37b252a1c2bfd28ad (diff)
downloadports-1a4bab358caac14a6ea4a8fbd2a447b621388bb4.tar.gz
ports-1a4bab358caac14a6ea4a8fbd2a447b621388bb4.zip
-Update to 0.7.5.
-Change my email to mezz@FreeBSD.org. Approved by: adamw (mentor)
Notes
Notes: svn path=/head/; revision=108098
Diffstat (limited to 'games')
-rw-r--r--games/wesnoth-devel/Makefile6
-rw-r--r--games/wesnoth-devel/distinfo4
-rw-r--r--games/wesnoth-devel/files/patch-src-mapgen.cpp13
-rw-r--r--games/wesnoth-devel/pkg-plist202
-rw-r--r--games/wesnoth/Makefile6
-rw-r--r--games/wesnoth/distinfo4
-rw-r--r--games/wesnoth/files/patch-src-mapgen.cpp13
-rw-r--r--games/wesnoth/pkg-plist202
8 files changed, 414 insertions, 36 deletions
diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile
index 8bc1811b8f51..0016afe78235 100644
--- a/games/wesnoth-devel/Makefile
+++ b/games/wesnoth-devel/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= wesnoth
-PORTVERSION= 0.7.2
+PORTVERSION= 0.7.5
CATEGORIES= games
MASTER_SITES= http://www.wesnoth.org/files/
-MAINTAINER= mezz7@cox.net
+MAINTAINER= mezz@FreeBSD.org
COMMENT= A fantasy turn-based strategy game
-USE_SDL= image mixer net ttf sdl
+USE_SDL= image mixer net ttf
USE_GNOME= gnometarget
WANT_GNOME= yes
USE_X_PREFIX= yes
diff --git a/games/wesnoth-devel/distinfo b/games/wesnoth-devel/distinfo
index 4b97bb2bdd1b..aa3ccc2ef1ec 100644
--- a/games/wesnoth-devel/distinfo
+++ b/games/wesnoth-devel/distinfo
@@ -1,2 +1,2 @@
-MD5 (wesnoth-0.7.2.tar.gz) = efd950457569426ef6292156c741938f
-SIZE (wesnoth-0.7.2.tar.gz) = 20157909
+MD5 (wesnoth-0.7.5.tar.gz) = 6f51a8d5cfd32793fa95d1fc036687bb
+SIZE (wesnoth-0.7.5.tar.gz) = 19528534
diff --git a/games/wesnoth-devel/files/patch-src-mapgen.cpp b/games/wesnoth-devel/files/patch-src-mapgen.cpp
deleted file mode 100644
index e1170b3a20b3..000000000000
--- a/games/wesnoth-devel/files/patch-src-mapgen.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/mapgen.cpp.orig Thu Apr 8 06:25:14 2004
-+++ src/mapgen.cpp Fri Apr 9 10:28:48 2004
-@@ -127,8 +127,8 @@
-
- //we have to check whether this is actually a valley
- if(island_size != 0) {
-- const size_t diffx = abs(x1 - center_x);
-- const size_t diffy = abs(y1 - center_y);
-+ const size_t diffx = abs((int)(x1 - center_x));
-+ const size_t diffy = abs((int)(y1 - center_y));
- const size_t dist = size_t(sqrt(double(diffx*diffx + diffy*diffy)));
- is_valley = dist > island_size;
- }
diff --git a/games/wesnoth-devel/pkg-plist b/games/wesnoth-devel/pkg-plist
index 9cd1b37b8ed5..4941518d6289 100644
--- a/games/wesnoth-devel/pkg-plist
+++ b/games/wesnoth-devel/pkg-plist
@@ -4,6 +4,7 @@ bin/wesnoth
%%EDITOR:%%bin/wesnoth_editor
%%SERVER:%%bin/wesnothd
share/wesnoth/data/battleworld.cfg
+share/wesnoth/data/built.cfg
share/wesnoth/data/convert.pl
share/wesnoth/data/deaths.cfg
share/wesnoth/data/game.cfg
@@ -38,6 +39,7 @@ share/wesnoth/data/maps/map7
share/wesnoth/data/maps/map8
share/wesnoth/data/maps/map9
share/wesnoth/data/maps/mapentrance
+share/wesnoth/data/maps/mapplains
share/wesnoth/data/maps/north-elves
share/wesnoth/data/maps/north-winter
share/wesnoth/data/maps/orc-map1
@@ -74,6 +76,7 @@ share/wesnoth/data/scenarios/Ford_of_Abez.cfg
share/wesnoth/data/scenarios/Gryphon_Mountain.cfg
share/wesnoth/data/scenarios/Hasty_Alliance.cfg
share/wesnoth/data/scenarios/High_King_at_Sea.cfg
+share/wesnoth/data/scenarios/Home_Clan.cfg
share/wesnoth/data/scenarios/Home_North_Elves.cfg
share/wesnoth/data/scenarios/Inside_The_Tower.cfg
share/wesnoth/data/scenarios/Isle_of_Anduin.cfg
@@ -109,7 +112,9 @@ share/wesnoth/data/scenarios/Valley_of_Statues.cfg
share/wesnoth/data/schedules.cfg
share/wesnoth/data/terrain.cfg
share/wesnoth/data/themes/default.cfg
+share/wesnoth/data/themes/editor.cfg
share/wesnoth/data/translations/brazilian.cfg
+share/wesnoth/data/translations/catalan.cfg
share/wesnoth/data/translations/danish.cfg
share/wesnoth/data/translations/dutch.cfg
share/wesnoth/data/translations/english.cfg
@@ -127,6 +132,7 @@ share/wesnoth/data/translations/swedish.cfg
share/wesnoth/data/tutorial.cfg
share/wesnoth/data/tutorial2.cfg
share/wesnoth/data/units/Ancient_Lich.cfg
+share/wesnoth/data/units/Ancient_Wose.cfg
share/wesnoth/data/units/Arch_Mage.cfg
share/wesnoth/data/units/Assassin.cfg
share/wesnoth/data/units/Bandit.cfg
@@ -154,6 +160,7 @@ share/wesnoth/data/units/Dwarvish_Lord.cfg
share/wesnoth/data/units/Dwarvish_Runemaster.cfg
share/wesnoth/data/units/Dwarvish_Steelclad.cfg
share/wesnoth/data/units/Dwarvish_Thunderer.cfg
+share/wesnoth/data/units/Dwarvish_Thunderguard.cfg
share/wesnoth/data/units/Elder_Mage.cfg
share/wesnoth/data/units/Elvish_Archer.cfg
share/wesnoth/data/units/Elvish_Avenger.cfg
@@ -192,9 +199,11 @@ share/wesnoth/data/units/Heavy_Infantry.cfg
share/wesnoth/data/units/Heavy_Infantryman.cfg
share/wesnoth/data/units/Horseman.cfg
share/wesnoth/data/units/Initiate.cfg
+share/wesnoth/data/units/Iron_Mauler.cfg
share/wesnoth/data/units/Knight.cfg
share/wesnoth/data/units/Lich.cfg
share/wesnoth/data/units/Lieutenant.cfg
+share/wesnoth/data/units/Lizarman.cfg
share/wesnoth/data/units/Longbowman.cfg
share/wesnoth/data/units/Lord.cfg
share/wesnoth/data/units/Mage.cfg
@@ -234,6 +243,7 @@ share/wesnoth/data/units/Shock_Trooper.cfg
share/wesnoth/data/units/Skeleton.cfg
share/wesnoth/data/units/Skeleton_Archer.cfg
share/wesnoth/data/units/Sleeping_Gryphon.cfg
+share/wesnoth/data/units/Soulless.cfg
share/wesnoth/data/units/Spearman.cfg
share/wesnoth/data/units/Spectre.cfg
share/wesnoth/data/units/Swordsman.cfg
@@ -250,6 +260,8 @@ share/wesnoth/data/units/Walking_Corpse.cfg
share/wesnoth/data/units/Watch_Tower.cfg
share/wesnoth/data/units/White_Mage.cfg
share/wesnoth/data/units/Wolf_Rider.cfg
+share/wesnoth/data/units/Wose.cfg
+share/wesnoth/data/units/Wose_Sappling.cfg
share/wesnoth/data/units/Wraith.cfg
share/wesnoth/data/units/Yeti.cfg
share/wesnoth/data/units/Youth.cfg
@@ -331,6 +343,11 @@ share/wesnoth/images/dwarf-thunderer-attack.png
share/wesnoth/images/dwarf-thunderer-attack1.png
share/wesnoth/images/dwarf-thunderer-defend.png
share/wesnoth/images/dwarf-thunderer.png
+share/wesnoth/images/dwarf-thunderguard-attack.png
+share/wesnoth/images/dwarf-thunderguard-attack1.png
+share/wesnoth/images/dwarf-thunderguard-attack2.png
+share/wesnoth/images/dwarf-thunderguard-defend.png
+share/wesnoth/images/dwarf-thunderguard.png
share/wesnoth/images/dwarf-warrior-attack.png
share/wesnoth/images/dwarf-warrior-defend.png
share/wesnoth/images/dwarf-warrior.png
@@ -360,7 +377,11 @@ share/wesnoth/images/elvish-captain-bow.png
share/wesnoth/images/elvish-captain-defend.png
share/wesnoth/images/elvish-captain.png
share/wesnoth/images/elvish-champion-attack.png
+share/wesnoth/images/elvish-champion-bow-defend.png
+share/wesnoth/images/elvish-champion-bow.png
share/wesnoth/images/elvish-champion-defend.png
+share/wesnoth/images/elvish-champion-range1.png
+share/wesnoth/images/elvish-champion-range2.png
share/wesnoth/images/elvish-champion.png
share/wesnoth/images/elvish-druid-defend.png
share/wesnoth/images/elvish-druid.png
@@ -373,7 +394,12 @@ share/wesnoth/images/elvish-fighter-bow.png
share/wesnoth/images/elvish-fighter-defend.png
share/wesnoth/images/elvish-fighter.png
share/wesnoth/images/elvish-hero-attack.png
+share/wesnoth/images/elvish-hero-bow-attack.png
+share/wesnoth/images/elvish-hero-bow-defend.png
+share/wesnoth/images/elvish-hero-bow.png
+share/wesnoth/images/elvish-hero-defend.png
share/wesnoth/images/elvish-hero.png
+share/wesnoth/images/elvish-lord-melee.png
share/wesnoth/images/elvish-lord-ranged1.png
share/wesnoth/images/elvish-lord-ranged2.png
share/wesnoth/images/elvish-lord.png
@@ -417,6 +443,7 @@ share/wesnoth/images/elvish-sharpshooter.png
share/wesnoth/images/elvish-shyde.png
share/wesnoth/images/enemy-energy.png
share/wesnoth/images/entangle.png
+share/wesnoth/images/faerie_touch.png
share/wesnoth/images/fireball.png
share/wesnoth/images/galleon.png
share/wesnoth/images/goblin-direwolver.png
@@ -439,6 +466,7 @@ share/wesnoth/images/human-battleprincess.png
share/wesnoth/images/human-bowman-attack-sword.png
share/wesnoth/images/human-bowman-attack1.png
share/wesnoth/images/human-bowman-attack2.png
+share/wesnoth/images/human-bowman-attack3.png
share/wesnoth/images/human-bowman-defend.png
share/wesnoth/images/human-bowman.png
share/wesnoth/images/human-dragoon.png
@@ -472,6 +500,9 @@ share/wesnoth/images/human-scout-attack.png
share/wesnoth/images/human-scout.png
share/wesnoth/images/human-shocktrooper-attack.png
share/wesnoth/images/human-shocktrooper.png
+share/wesnoth/images/human-siegetrooper-defend.png
+share/wesnoth/images/human-siegetrooper-melee.png
+share/wesnoth/images/human-siegetrooper.png
share/wesnoth/images/human-spearman-attack.png
share/wesnoth/images/human-spearman-attack2.png
share/wesnoth/images/human-spearman-defend.png
@@ -530,6 +561,11 @@ share/wesnoth/images/konrad-young.png
share/wesnoth/images/lightning-bolt.png
share/wesnoth/images/lightning-n.png
share/wesnoth/images/lightning-ne.png
+share/wesnoth/images/lizarman-attack1.png
+share/wesnoth/images/lizarman-attack2.png
+share/wesnoth/images/lizarman-attack3.png
+share/wesnoth/images/lizarman-defend.png
+share/wesnoth/images/lizarman.png
share/wesnoth/images/mage-attack1.png
share/wesnoth/images/mage-attack2.png
share/wesnoth/images/mage-attack3.png
@@ -754,6 +790,9 @@ share/wesnoth/images/orc-archer.png
share/wesnoth/images/orc-assassin-attack.png
share/wesnoth/images/orc-assassin-defend.png
share/wesnoth/images/orc-assassin.png
+share/wesnoth/images/orc-slayer-attack1.png
+share/wesnoth/images/orc-slayer-attack2.png
+share/wesnoth/images/orc-slayer-defend.png
share/wesnoth/images/orc-slayer.png
share/wesnoth/images/orc-xbowman-attack.png
share/wesnoth/images/orc-xbowman.png
@@ -771,6 +810,7 @@ share/wesnoth/images/orcish-warrior.png
share/wesnoth/images/paladin.png
share/wesnoth/images/partmoved-energy.png
share/wesnoth/images/pirate-galleon.png
+share/wesnoth/images/red-mage-defend.png
share/wesnoth/images/red-mage.png
share/wesnoth/images/rogue-attack.png
share/wesnoth/images/rogue-defend.png
@@ -792,13 +832,31 @@ share/wesnoth/images/terrain/bridge-n-s.png
share/wesnoth/images/terrain/bridge-ne-sw.png
share/wesnoth/images/terrain/bridge-se-nw.png
share/wesnoth/images/terrain/bridge.png
+share/wesnoth/images/terrain/castle-e-e-e.png
+share/wesnoth/images/terrain/castle-e-e-nw.png
+share/wesnoth/images/terrain/castle-e-e-sw.png
+share/wesnoth/images/terrain/castle-e-i-e.png
+share/wesnoth/images/terrain/castle-e-i-nw.png
+share/wesnoth/images/terrain/castle-e-i-sw.png
share/wesnoth/images/terrain/castle-n-ne-se-s.png
share/wesnoth/images/terrain/castle-n-ne-se.png
share/wesnoth/images/terrain/castle-n-ne.png
share/wesnoth/images/terrain/castle-n.png
+share/wesnoth/images/terrain/castle-ne-e-ne.png
+share/wesnoth/images/terrain/castle-ne-e-se.png
+share/wesnoth/images/terrain/castle-ne-e-w.png
+share/wesnoth/images/terrain/castle-ne-i-ne.png
+share/wesnoth/images/terrain/castle-ne-i-se.png
+share/wesnoth/images/terrain/castle-ne-i-w.png
share/wesnoth/images/terrain/castle-ne-se-s.png
share/wesnoth/images/terrain/castle-ne-se.png
share/wesnoth/images/terrain/castle-ne.png
+share/wesnoth/images/terrain/castle-nw-e-e.png
+share/wesnoth/images/terrain/castle-nw-e-nw.png
+share/wesnoth/images/terrain/castle-nw-e-sw.png
+share/wesnoth/images/terrain/castle-nw-i-e.png
+share/wesnoth/images/terrain/castle-nw-i-nw.png
+share/wesnoth/images/terrain/castle-nw-i-sw.png
share/wesnoth/images/terrain/castle-nw-n.png
share/wesnoth/images/terrain/castle-nw.png
share/wesnoth/images/terrain/castle-ruins.png
@@ -806,11 +864,65 @@ share/wesnoth/images/terrain/castle-s-sw-nw-n.png
share/wesnoth/images/terrain/castle-s-sw-nw.png
share/wesnoth/images/terrain/castle-s-sw.png
share/wesnoth/images/terrain/castle-s.png
+share/wesnoth/images/terrain/castle-se-e-ne.png
+share/wesnoth/images/terrain/castle-se-e-se.png
+share/wesnoth/images/terrain/castle-se-e-w.png
+share/wesnoth/images/terrain/castle-se-i-ne.png
+share/wesnoth/images/terrain/castle-se-i-se.png
+share/wesnoth/images/terrain/castle-se-i-w.png
share/wesnoth/images/terrain/castle-se-s.png
share/wesnoth/images/terrain/castle-se.png
+share/wesnoth/images/terrain/castle-sw-e-e.png
+share/wesnoth/images/terrain/castle-sw-e-nw.png
+share/wesnoth/images/terrain/castle-sw-e-sw.png
+share/wesnoth/images/terrain/castle-sw-i-e.png
+share/wesnoth/images/terrain/castle-sw-i-nw.png
+share/wesnoth/images/terrain/castle-sw-i-sw.png
share/wesnoth/images/terrain/castle-sw-nw-n.png
share/wesnoth/images/terrain/castle-sw-nw.png
share/wesnoth/images/terrain/castle-sw.png
+share/wesnoth/images/terrain/castle-w-e-ne.png
+share/wesnoth/images/terrain/castle-w-e-se.png
+share/wesnoth/images/terrain/castle-w-e-w.png
+share/wesnoth/images/terrain/castle-w-i-ne.png
+share/wesnoth/images/terrain/castle-w-i-se.png
+share/wesnoth/images/terrain/castle-w-i-w.png
+share/wesnoth/images/terrain/castle-wall-concave-e-e.png
+share/wesnoth/images/terrain/castle-wall-concave-e-nw.png
+share/wesnoth/images/terrain/castle-wall-concave-e-sw.png
+share/wesnoth/images/terrain/castle-wall-concave-ne-ne.png
+share/wesnoth/images/terrain/castle-wall-concave-ne-se.png
+share/wesnoth/images/terrain/castle-wall-concave-ne-w.png
+share/wesnoth/images/terrain/castle-wall-concave-nw-e.png
+share/wesnoth/images/terrain/castle-wall-concave-nw-nw.png
+share/wesnoth/images/terrain/castle-wall-concave-nw-sw.png
+share/wesnoth/images/terrain/castle-wall-concave-se-ne.png
+share/wesnoth/images/terrain/castle-wall-concave-se-se.png
+share/wesnoth/images/terrain/castle-wall-concave-se-w.png
+share/wesnoth/images/terrain/castle-wall-concave-sw-e.png
+share/wesnoth/images/terrain/castle-wall-concave-sw-nw.png
+share/wesnoth/images/terrain/castle-wall-concave-sw-sw.png
+share/wesnoth/images/terrain/castle-wall-concave-w-ne.png
+share/wesnoth/images/terrain/castle-wall-concave-w-se.png
+share/wesnoth/images/terrain/castle-wall-concave-w-w.png
+share/wesnoth/images/terrain/castle-wall-convex-e-e.png
+share/wesnoth/images/terrain/castle-wall-convex-e-nw.png
+share/wesnoth/images/terrain/castle-wall-convex-e-sw.png
+share/wesnoth/images/terrain/castle-wall-convex-ne-ne.png
+share/wesnoth/images/terrain/castle-wall-convex-ne-se.png
+share/wesnoth/images/terrain/castle-wall-convex-ne-w.png
+share/wesnoth/images/terrain/castle-wall-convex-nw-e.png
+share/wesnoth/images/terrain/castle-wall-convex-nw-nw.png
+share/wesnoth/images/terrain/castle-wall-convex-nw-sw.png
+share/wesnoth/images/terrain/castle-wall-convex-se-ne.png
+share/wesnoth/images/terrain/castle-wall-convex-se-se.png
+share/wesnoth/images/terrain/castle-wall-convex-se-w.png
+share/wesnoth/images/terrain/castle-wall-convex-sw-e.png
+share/wesnoth/images/terrain/castle-wall-convex-sw-nw.png
+share/wesnoth/images/terrain/castle-wall-convex-sw-sw.png
+share/wesnoth/images/terrain/castle-wall-convex-w-ne.png
+share/wesnoth/images/terrain/castle-wall-convex-w-se.png
+share/wesnoth/images/terrain/castle-wall-convex-w-w.png
share/wesnoth/images/terrain/castle.png
share/wesnoth/images/terrain/cave-n-ne-se-s.png
share/wesnoth/images/terrain/cave-n-ne-se.png
@@ -840,6 +952,7 @@ share/wesnoth/images/terrain/coast-s.png
share/wesnoth/images/terrain/coast-se.png
share/wesnoth/images/terrain/coast-sw.png
share/wesnoth/images/terrain/coast.png
+share/wesnoth/images/terrain/dawn.png
share/wesnoth/images/terrain/desert-n.png
share/wesnoth/images/terrain/desert-ne.png
share/wesnoth/images/terrain/desert-nw.png
@@ -855,6 +968,7 @@ share/wesnoth/images/terrain/dirt-s.png
share/wesnoth/images/terrain/dirt-se.png
share/wesnoth/images/terrain/dirt-sw.png
share/wesnoth/images/terrain/dirt.png
+share/wesnoth/images/terrain/dusk.png
share/wesnoth/images/terrain/dwarven-doors.png
share/wesnoth/images/terrain/flag-cave-neutral.png
share/wesnoth/images/terrain/flag-coast-neutral.png
@@ -952,6 +1066,78 @@ share/wesnoth/images/terrain/ice-se.png
share/wesnoth/images/terrain/ice-sw.png
share/wesnoth/images/terrain/ice.png
share/wesnoth/images/terrain/icebridge-se-nw.png
+share/wesnoth/images/terrain/keep-inside-e-e.png
+share/wesnoth/images/terrain/keep-inside-e-nw.png
+share/wesnoth/images/terrain/keep-inside-e-sw.png
+share/wesnoth/images/terrain/keep-inside-ne-ne.png
+share/wesnoth/images/terrain/keep-inside-ne-se.png
+share/wesnoth/images/terrain/keep-inside-ne-w.png
+share/wesnoth/images/terrain/keep-inside-nw-e.png
+share/wesnoth/images/terrain/keep-inside-nw-nw.png
+share/wesnoth/images/terrain/keep-inside-nw-sw.png
+share/wesnoth/images/terrain/keep-inside-se-ne.png
+share/wesnoth/images/terrain/keep-inside-se-se.png
+share/wesnoth/images/terrain/keep-inside-se-w.png
+share/wesnoth/images/terrain/keep-inside-sw-e.png
+share/wesnoth/images/terrain/keep-inside-sw-nw.png
+share/wesnoth/images/terrain/keep-inside-sw-sw.png
+share/wesnoth/images/terrain/keep-inside-w-ne.png
+share/wesnoth/images/terrain/keep-inside-w-se.png
+share/wesnoth/images/terrain/keep-inside-w-w.png
+share/wesnoth/images/terrain/keep-wall-0-e-e.png
+share/wesnoth/images/terrain/keep-wall-0-e-nw.png
+share/wesnoth/images/terrain/keep-wall-0-e-sw.png
+share/wesnoth/images/terrain/keep-wall-0-ne-ne.png
+share/wesnoth/images/terrain/keep-wall-0-ne-se.png
+share/wesnoth/images/terrain/keep-wall-0-ne-w.png
+share/wesnoth/images/terrain/keep-wall-0-nw-e.png
+share/wesnoth/images/terrain/keep-wall-0-nw-nw.png
+share/wesnoth/images/terrain/keep-wall-0-nw-sw.png
+share/wesnoth/images/terrain/keep-wall-0-se-ne.png
+share/wesnoth/images/terrain/keep-wall-0-se-se.png
+share/wesnoth/images/terrain/keep-wall-0-se-w.png
+share/wesnoth/images/terrain/keep-wall-0-sw-e.png
+share/wesnoth/images/terrain/keep-wall-0-sw-nw.png
+share/wesnoth/images/terrain/keep-wall-0-sw-sw.png
+share/wesnoth/images/terrain/keep-wall-0-w-ne.png
+share/wesnoth/images/terrain/keep-wall-0-w-se.png
+share/wesnoth/images/terrain/keep-wall-0-w-w.png
+share/wesnoth/images/terrain/keep-wall-1-e-e.png
+share/wesnoth/images/terrain/keep-wall-1-e-nw.png
+share/wesnoth/images/terrain/keep-wall-1-e-sw.png
+share/wesnoth/images/terrain/keep-wall-1-ne-ne.png
+share/wesnoth/images/terrain/keep-wall-1-ne-se.png
+share/wesnoth/images/terrain/keep-wall-1-ne-w.png
+share/wesnoth/images/terrain/keep-wall-1-nw-e.png
+share/wesnoth/images/terrain/keep-wall-1-nw-nw.png
+share/wesnoth/images/terrain/keep-wall-1-nw-sw.png
+share/wesnoth/images/terrain/keep-wall-1-se-ne.png
+share/wesnoth/images/terrain/keep-wall-1-se-se.png
+share/wesnoth/images/terrain/keep-wall-1-se-w.png
+share/wesnoth/images/terrain/keep-wall-1-sw-e.png
+share/wesnoth/images/terrain/keep-wall-1-sw-nw.png
+share/wesnoth/images/terrain/keep-wall-1-sw-sw.png
+share/wesnoth/images/terrain/keep-wall-1-w-ne.png
+share/wesnoth/images/terrain/keep-wall-1-w-se.png
+share/wesnoth/images/terrain/keep-wall-1-w-w.png
+share/wesnoth/images/terrain/keep-wall-e-e.png
+share/wesnoth/images/terrain/keep-wall-e-nw.png
+share/wesnoth/images/terrain/keep-wall-e-sw.png
+share/wesnoth/images/terrain/keep-wall-ne-ne.png
+share/wesnoth/images/terrain/keep-wall-ne-se.png
+share/wesnoth/images/terrain/keep-wall-ne-w.png
+share/wesnoth/images/terrain/keep-wall-nw-e.png
+share/wesnoth/images/terrain/keep-wall-nw-nw.png
+share/wesnoth/images/terrain/keep-wall-nw-sw.png
+share/wesnoth/images/terrain/keep-wall-se-ne.png
+share/wesnoth/images/terrain/keep-wall-se-se.png
+share/wesnoth/images/terrain/keep-wall-se-w.png
+share/wesnoth/images/terrain/keep-wall-sw-e.png
+share/wesnoth/images/terrain/keep-wall-sw-nw.png
+share/wesnoth/images/terrain/keep-wall-sw-sw.png
+share/wesnoth/images/terrain/keep-wall-w-ne.png
+share/wesnoth/images/terrain/keep-wall-w-se.png
+share/wesnoth/images/terrain/keep-wall-w-w.png
share/wesnoth/images/terrain/keep.png
share/wesnoth/images/terrain/lava.png
share/wesnoth/images/terrain/mask.png
@@ -965,6 +1151,7 @@ share/wesnoth/images/terrain/mountains-sw.png
share/wesnoth/images/terrain/mountains.png
share/wesnoth/images/terrain/nest-empty.png
share/wesnoth/images/terrain/nest-full.png
+share/wesnoth/images/terrain/night.png
share/wesnoth/images/terrain/ocean-n.png
share/wesnoth/images/terrain/ocean-ne.png
share/wesnoth/images/terrain/ocean-nw.png
@@ -1055,8 +1242,10 @@ share/wesnoth/images/undead-archer-attack1.png
share/wesnoth/images/undead-archer-attack2.png
share/wesnoth/images/undead-archer.png
share/wesnoth/images/undead-bat-attack.png
+share/wesnoth/images/undead-bat-defend.png
share/wesnoth/images/undead-bat.png
share/wesnoth/images/undead-blackspell.png
+share/wesnoth/images/undead-bloodbat-defend.png
share/wesnoth/images/undead-bloodbat.png
share/wesnoth/images/undead-boneshooter.png
share/wesnoth/images/undead-chocobone.png
@@ -1090,6 +1279,9 @@ share/wesnoth/images/undead-skeleton-attack.png
share/wesnoth/images/undead-skeleton-attackb.png
share/wesnoth/images/undead-skeleton-defend.png
share/wesnoth/images/undead-skeleton.png
+share/wesnoth/images/undead-soulless-defend.png
+share/wesnoth/images/undead-soulless-melee.png
+share/wesnoth/images/undead-soulless.png
share/wesnoth/images/undead-spectre-attack.png
share/wesnoth/images/undead-spectre-attack1.png
share/wesnoth/images/undead-spectre-defend.png
@@ -1111,6 +1303,15 @@ share/wesnoth/images/whitemissile-ne.png
share/wesnoth/images/wolf-rider-attack.png
share/wesnoth/images/wolf-rider-defend.png
share/wesnoth/images/wolf-rider.png
+share/wesnoth/images/wose-ancient-attack-1.png
+share/wesnoth/images/wose-ancient-attack-2.png
+share/wesnoth/images/wose-ancient.png
+share/wesnoth/images/wose-attack.png
+share/wesnoth/images/wose-defend.png
+share/wesnoth/images/wose-sapling-attack.png
+share/wesnoth/images/wose-sapling-defend.png
+share/wesnoth/images/wose-sapling.png
+share/wesnoth/images/wose.png
share/wesnoth/images/yeti-attack1.png
share/wesnoth/images/yeti-attack2.png
share/wesnoth/images/yeti-defend.png
@@ -1171,6 +1372,7 @@ share/wesnoth/sounds/wolf-cry.wav
@dirrm share/wesnoth
%%GNOME:%%share/gnome/apps/Games/wesnoth.desktop
%%GNOME:%%share/gnome/pixmaps/wesnoth-icon.png
+
%%KDE:%%@cwd %%LOCALBASE%%
%%KDE:%%share/applnk/Games/TacticStrategy/wesnoth.desktop
%%KDE:%%share/icons/wesnoth-icon.png
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index 8bc1811b8f51..0016afe78235 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= wesnoth
-PORTVERSION= 0.7.2
+PORTVERSION= 0.7.5
CATEGORIES= games
MASTER_SITES= http://www.wesnoth.org/files/
-MAINTAINER= mezz7@cox.net
+MAINTAINER= mezz@FreeBSD.org
COMMENT= A fantasy turn-based strategy game
-USE_SDL= image mixer net ttf sdl
+USE_SDL= image mixer net ttf
USE_GNOME= gnometarget
WANT_GNOME= yes
USE_X_PREFIX= yes
diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo
index 4b97bb2bdd1b..aa3ccc2ef1ec 100644
--- a/games/wesnoth/distinfo
+++ b/games/wesnoth/distinfo
@@ -1,2 +1,2 @@
-MD5 (wesnoth-0.7.2.tar.gz) = efd950457569426ef6292156c741938f
-SIZE (wesnoth-0.7.2.tar.gz) = 20157909
+MD5 (wesnoth-0.7.5.tar.gz) = 6f51a8d5cfd32793fa95d1fc036687bb
+SIZE (wesnoth-0.7.5.tar.gz) = 19528534
diff --git a/games/wesnoth/files/patch-src-mapgen.cpp b/games/wesnoth/files/patch-src-mapgen.cpp
deleted file mode 100644
index e1170b3a20b3..000000000000
--- a/games/wesnoth/files/patch-src-mapgen.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/mapgen.cpp.orig Thu Apr 8 06:25:14 2004
-+++ src/mapgen.cpp Fri Apr 9 10:28:48 2004
-@@ -127,8 +127,8 @@
-
- //we have to check whether this is actually a valley
- if(island_size != 0) {
-- const size_t diffx = abs(x1 - center_x);
-- const size_t diffy = abs(y1 - center_y);
-+ const size_t diffx = abs((int)(x1 - center_x));
-+ const size_t diffy = abs((int)(y1 - center_y));
- const size_t dist = size_t(sqrt(double(diffx*diffx + diffy*diffy)));
- is_valley = dist > island_size;
- }
diff --git a/games/wesnoth/pkg-plist b/games/wesnoth/pkg-plist
index 9cd1b37b8ed5..4941518d6289 100644
--- a/games/wesnoth/pkg-plist
+++ b/games/wesnoth/pkg-plist
@@ -4,6 +4,7 @@ bin/wesnoth
%%EDITOR:%%bin/wesnoth_editor
%%SERVER:%%bin/wesnothd
share/wesnoth/data/battleworld.cfg
+share/wesnoth/data/built.cfg
share/wesnoth/data/convert.pl
share/wesnoth/data/deaths.cfg
share/wesnoth/data/game.cfg
@@ -38,6 +39,7 @@ share/wesnoth/data/maps/map7
share/wesnoth/data/maps/map8
share/wesnoth/data/maps/map9
share/wesnoth/data/maps/mapentrance
+share/wesnoth/data/maps/mapplains
share/wesnoth/data/maps/north-elves
share/wesnoth/data/maps/north-winter
share/wesnoth/data/maps/orc-map1
@@ -74,6 +76,7 @@ share/wesnoth/data/scenarios/Ford_of_Abez.cfg
share/wesnoth/data/scenarios/Gryphon_Mountain.cfg
share/wesnoth/data/scenarios/Hasty_Alliance.cfg
share/wesnoth/data/scenarios/High_King_at_Sea.cfg
+share/wesnoth/data/scenarios/Home_Clan.cfg
share/wesnoth/data/scenarios/Home_North_Elves.cfg
share/wesnoth/data/scenarios/Inside_The_Tower.cfg
share/wesnoth/data/scenarios/Isle_of_Anduin.cfg
@@ -109,7 +112,9 @@ share/wesnoth/data/scenarios/Valley_of_Statues.cfg
share/wesnoth/data/schedules.cfg
share/wesnoth/data/terrain.cfg
share/wesnoth/data/themes/default.cfg
+share/wesnoth/data/themes/editor.cfg
share/wesnoth/data/translations/brazilian.cfg
+share/wesnoth/data/translations/catalan.cfg
share/wesnoth/data/translations/danish.cfg
share/wesnoth/data/translations/dutch.cfg
share/wesnoth/data/translations/english.cfg
@@ -127,6 +132,7 @@ share/wesnoth/data/translations/swedish.cfg
share/wesnoth/data/tutorial.cfg
share/wesnoth/data/tutorial2.cfg
share/wesnoth/data/units/Ancient_Lich.cfg
+share/wesnoth/data/units/Ancient_Wose.cfg
share/wesnoth/data/units/Arch_Mage.cfg
share/wesnoth/data/units/Assassin.cfg
share/wesnoth/data/units/Bandit.cfg
@@ -154,6 +160,7 @@ share/wesnoth/data/units/Dwarvish_Lord.cfg
share/wesnoth/data/units/Dwarvish_Runemaster.cfg
share/wesnoth/data/units/Dwarvish_Steelclad.cfg
share/wesnoth/data/units/Dwarvish_Thunderer.cfg
+share/wesnoth/data/units/Dwarvish_Thunderguard.cfg
share/wesnoth/data/units/Elder_Mage.cfg
share/wesnoth/data/units/Elvish_Archer.cfg
share/wesnoth/data/units/Elvish_Avenger.cfg
@@ -192,9 +199,11 @@ share/wesnoth/data/units/Heavy_Infantry.cfg
share/wesnoth/data/units/Heavy_Infantryman.cfg
share/wesnoth/data/units/Horseman.cfg
share/wesnoth/data/units/Initiate.cfg
+share/wesnoth/data/units/Iron_Mauler.cfg
share/wesnoth/data/units/Knight.cfg
share/wesnoth/data/units/Lich.cfg
share/wesnoth/data/units/Lieutenant.cfg
+share/wesnoth/data/units/Lizarman.cfg
share/wesnoth/data/units/Longbowman.cfg
share/wesnoth/data/units/Lord.cfg
share/wesnoth/data/units/Mage.cfg
@@ -234,6 +243,7 @@ share/wesnoth/data/units/Shock_Trooper.cfg
share/wesnoth/data/units/Skeleton.cfg
share/wesnoth/data/units/Skeleton_Archer.cfg
share/wesnoth/data/units/Sleeping_Gryphon.cfg
+share/wesnoth/data/units/Soulless.cfg
share/wesnoth/data/units/Spearman.cfg
share/wesnoth/data/units/Spectre.cfg
share/wesnoth/data/units/Swordsman.cfg
@@ -250,6 +260,8 @@ share/wesnoth/data/units/Walking_Corpse.cfg
share/wesnoth/data/units/Watch_Tower.cfg
share/wesnoth/data/units/White_Mage.cfg
share/wesnoth/data/units/Wolf_Rider.cfg
+share/wesnoth/data/units/Wose.cfg
+share/wesnoth/data/units/Wose_Sappling.cfg
share/wesnoth/data/units/Wraith.cfg
share/wesnoth/data/units/Yeti.cfg
share/wesnoth/data/units/Youth.cfg
@@ -331,6 +343,11 @@ share/wesnoth/images/dwarf-thunderer-attack.png
share/wesnoth/images/dwarf-thunderer-attack1.png
share/wesnoth/images/dwarf-thunderer-defend.png
share/wesnoth/images/dwarf-thunderer.png
+share/wesnoth/images/dwarf-thunderguard-attack.png
+share/wesnoth/images/dwarf-thunderguard-attack1.png
+share/wesnoth/images/dwarf-thunderguard-attack2.png
+share/wesnoth/images/dwarf-thunderguard-defend.png
+share/wesnoth/images/dwarf-thunderguard.png
share/wesnoth/images/dwarf-warrior-attack.png
share/wesnoth/images/dwarf-warrior-defend.png
share/wesnoth/images/dwarf-warrior.png
@@ -360,7 +377,11 @@ share/wesnoth/images/elvish-captain-bow.png
share/wesnoth/images/elvish-captain-defend.png
share/wesnoth/images/elvish-captain.png
share/wesnoth/images/elvish-champion-attack.png
+share/wesnoth/images/elvish-champion-bow-defend.png
+share/wesnoth/images/elvish-champion-bow.png
share/wesnoth/images/elvish-champion-defend.png
+share/wesnoth/images/elvish-champion-range1.png
+share/wesnoth/images/elvish-champion-range2.png
share/wesnoth/images/elvish-champion.png
share/wesnoth/images/elvish-druid-defend.png
share/wesnoth/images/elvish-druid.png
@@ -373,7 +394,12 @@ share/wesnoth/images/elvish-fighter-bow.png
share/wesnoth/images/elvish-fighter-defend.png
share/wesnoth/images/elvish-fighter.png
share/wesnoth/images/elvish-hero-attack.png
+share/wesnoth/images/elvish-hero-bow-attack.png
+share/wesnoth/images/elvish-hero-bow-defend.png
+share/wesnoth/images/elvish-hero-bow.png
+share/wesnoth/images/elvish-hero-defend.png
share/wesnoth/images/elvish-hero.png
+share/wesnoth/images/elvish-lord-melee.png
share/wesnoth/images/elvish-lord-ranged1.png
share/wesnoth/images/elvish-lord-ranged2.png
share/wesnoth/images/elvish-lord.png
@@ -417,6 +443,7 @@ share/wesnoth/images/elvish-sharpshooter.png
share/wesnoth/images/elvish-shyde.png
share/wesnoth/images/enemy-energy.png
share/wesnoth/images/entangle.png
+share/wesnoth/images/faerie_touch.png
share/wesnoth/images/fireball.png
share/wesnoth/images/galleon.png
share/wesnoth/images/goblin-direwolver.png
@@ -439,6 +466,7 @@ share/wesnoth/images/human-battleprincess.png
share/wesnoth/images/human-bowman-attack-sword.png
share/wesnoth/images/human-bowman-attack1.png
share/wesnoth/images/human-bowman-attack2.png
+share/wesnoth/images/human-bowman-attack3.png
share/wesnoth/images/human-bowman-defend.png
share/wesnoth/images/human-bowman.png
share/wesnoth/images/human-dragoon.png
@@ -472,6 +500,9 @@ share/wesnoth/images/human-scout-attack.png
share/wesnoth/images/human-scout.png
share/wesnoth/images/human-shocktrooper-attack.png
share/wesnoth/images/human-shocktrooper.png
+share/wesnoth/images/human-siegetrooper-defend.png
+share/wesnoth/images/human-siegetrooper-melee.png
+share/wesnoth/images/human-siegetrooper.png
share/wesnoth/images/human-spearman-attack.png
share/wesnoth/images/human-spearman-attack2.png
share/wesnoth/images/human-spearman-defend.png
@@ -530,6 +561,11 @@ share/wesnoth/images/konrad-young.png
share/wesnoth/images/lightning-bolt.png
share/wesnoth/images/lightning-n.png
share/wesnoth/images/lightning-ne.png
+share/wesnoth/images/lizarman-attack1.png
+share/wesnoth/images/lizarman-attack2.png
+share/wesnoth/images/lizarman-attack3.png
+share/wesnoth/images/lizarman-defend.png
+share/wesnoth/images/lizarman.png
share/wesnoth/images/mage-attack1.png
share/wesnoth/images/mage-attack2.png
share/wesnoth/images/mage-attack3.png
@@ -754,6 +790,9 @@ share/wesnoth/images/orc-archer.png
share/wesnoth/images/orc-assassin-attack.png
share/wesnoth/images/orc-assassin-defend.png
share/wesnoth/images/orc-assassin.png
+share/wesnoth/images/orc-slayer-attack1.png
+share/wesnoth/images/orc-slayer-attack2.png
+share/wesnoth/images/orc-slayer-defend.png
share/wesnoth/images/orc-slayer.png
share/wesnoth/images/orc-xbowman-attack.png
share/wesnoth/images/orc-xbowman.png
@@ -771,6 +810,7 @@ share/wesnoth/images/orcish-warrior.png
share/wesnoth/images/paladin.png
share/wesnoth/images/partmoved-energy.png
share/wesnoth/images/pirate-galleon.png
+share/wesnoth/images/red-mage-defend.png
share/wesnoth/images/red-mage.png
share/wesnoth/images/rogue-attack.png
share/wesnoth/images/rogue-defend.png
@@ -792,13 +832,31 @@ share/wesnoth/images/terrain/bridge-n-s.png
share/wesnoth/images/terrain/bridge-ne-sw.png
share/wesnoth/images/terrain/bridge-se-nw.png
share/wesnoth/images/terrain/bridge.png
+share/wesnoth/images/terrain/castle-e-e-e.png
+share/wesnoth/images/terrain/castle-e-e-nw.png
+share/wesnoth/images/terrain/castle-e-e-sw.png
+share/wesnoth/images/terrain/castle-e-i-e.png
+share/wesnoth/images/terrain/castle-e-i-nw.png
+share/wesnoth/images/terrain/castle-e-i-sw.png
share/wesnoth/images/terrain/castle-n-ne-se-s.png
share/wesnoth/images/terrain/castle-n-ne-se.png
share/wesnoth/images/terrain/castle-n-ne.png
share/wesnoth/images/terrain/castle-n.png
+share/wesnoth/images/terrain/castle-ne-e-ne.png
+share/wesnoth/images/terrain/castle-ne-e-se.png
+share/wesnoth/images/terrain/castle-ne-e-w.png
+share/wesnoth/images/terrain/castle-ne-i-ne.png
+share/wesnoth/images/terrain/castle-ne-i-se.png
+share/wesnoth/images/terrain/castle-ne-i-w.png
share/wesnoth/images/terrain/castle-ne-se-s.png
share/wesnoth/images/terrain/castle-ne-se.png
share/wesnoth/images/terrain/castle-ne.png
+share/wesnoth/images/terrain/castle-nw-e-e.png
+share/wesnoth/images/terrain/castle-nw-e-nw.png
+share/wesnoth/images/terrain/castle-nw-e-sw.png
+share/wesnoth/images/terrain/castle-nw-i-e.png
+share/wesnoth/images/terrain/castle-nw-i-nw.png
+share/wesnoth/images/terrain/castle-nw-i-sw.png
share/wesnoth/images/terrain/castle-nw-n.png
share/wesnoth/images/terrain/castle-nw.png
share/wesnoth/images/terrain/castle-ruins.png
@@ -806,11 +864,65 @@ share/wesnoth/images/terrain/castle-s-sw-nw-n.png
share/wesnoth/images/terrain/castle-s-sw-nw.png
share/wesnoth/images/terrain/castle-s-sw.png
share/wesnoth/images/terrain/castle-s.png
+share/wesnoth/images/terrain/castle-se-e-ne.png
+share/wesnoth/images/terrain/castle-se-e-se.png
+share/wesnoth/images/terrain/castle-se-e-w.png
+share/wesnoth/images/terrain/castle-se-i-ne.png
+share/wesnoth/images/terrain/castle-se-i-se.png
+share/wesnoth/images/terrain/castle-se-i-w.png
share/wesnoth/images/terrain/castle-se-s.png
share/wesnoth/images/terrain/castle-se.png
+share/wesnoth/images/terrain/castle-sw-e-e.png
+share/wesnoth/images/terrain/castle-sw-e-nw.png
+share/wesnoth/images/terrain/castle-sw-e-sw.png
+share/wesnoth/images/terrain/castle-sw-i-e.png
+share/wesnoth/images/terrain/castle-sw-i-nw.png
+share/wesnoth/images/terrain/castle-sw-i-sw.png
share/wesnoth/images/terrain/castle-sw-nw-n.png
share/wesnoth/images/terrain/castle-sw-nw.png
share/wesnoth/images/terrain/castle-sw.png
+share/wesnoth/images/terrain/castle-w-e-ne.png
+share/wesnoth/images/terrain/castle-w-e-se.png
+share/wesnoth/images/terrain/castle-w-e-w.png
+share/wesnoth/images/terrain/castle-w-i-ne.png
+share/wesnoth/images/terrain/castle-w-i-se.png
+share/wesnoth/images/terrain/castle-w-i-w.png
+share/wesnoth/images/terrain/castle-wall-concave-e-e.png
+share/wesnoth/images/terrain/castle-wall-concave-e-nw.png
+share/wesnoth/images/terrain/castle-wall-concave-e-sw.png
+share/wesnoth/images/terrain/castle-wall-concave-ne-ne.png
+share/wesnoth/images/terrain/castle-wall-concave-ne-se.png
+share/wesnoth/images/terrain/castle-wall-concave-ne-w.png
+share/wesnoth/images/terrain/castle-wall-concave-nw-e.png
+share/wesnoth/images/terrain/castle-wall-concave-nw-nw.png
+share/wesnoth/images/terrain/castle-wall-concave-nw-sw.png
+share/wesnoth/images/terrain/castle-wall-concave-se-ne.png
+share/wesnoth/images/terrain/castle-wall-concave-se-se.png
+share/wesnoth/images/terrain/castle-wall-concave-se-w.png
+share/wesnoth/images/terrain/castle-wall-concave-sw-e.png
+share/wesnoth/images/terrain/castle-wall-concave-sw-nw.png
+share/wesnoth/images/terrain/castle-wall-concave-sw-sw.png
+share/wesnoth/images/terrain/castle-wall-concave-w-ne.png
+share/wesnoth/images/terrain/castle-wall-concave-w-se.png
+share/wesnoth/images/terrain/castle-wall-concave-w-w.png
+share/wesnoth/images/terrain/castle-wall-convex-e-e.png
+share/wesnoth/images/terrain/castle-wall-convex-e-nw.png
+share/wesnoth/images/terrain/castle-wall-convex-e-sw.png
+share/wesnoth/images/terrain/castle-wall-convex-ne-ne.png
+share/wesnoth/images/terrain/castle-wall-convex-ne-se.png
+share/wesnoth/images/terrain/castle-wall-convex-ne-w.png
+share/wesnoth/images/terrain/castle-wall-convex-nw-e.png
+share/wesnoth/images/terrain/castle-wall-convex-nw-nw.png
+share/wesnoth/images/terrain/castle-wall-convex-nw-sw.png
+share/wesnoth/images/terrain/castle-wall-convex-se-ne.png
+share/wesnoth/images/terrain/castle-wall-convex-se-se.png
+share/wesnoth/images/terrain/castle-wall-convex-se-w.png
+share/wesnoth/images/terrain/castle-wall-convex-sw-e.png
+share/wesnoth/images/terrain/castle-wall-convex-sw-nw.png
+share/wesnoth/images/terrain/castle-wall-convex-sw-sw.png
+share/wesnoth/images/terrain/castle-wall-convex-w-ne.png
+share/wesnoth/images/terrain/castle-wall-convex-w-se.png
+share/wesnoth/images/terrain/castle-wall-convex-w-w.png
share/wesnoth/images/terrain/castle.png
share/wesnoth/images/terrain/cave-n-ne-se-s.png
share/wesnoth/images/terrain/cave-n-ne-se.png
@@ -840,6 +952,7 @@ share/wesnoth/images/terrain/coast-s.png
share/wesnoth/images/terrain/coast-se.png
share/wesnoth/images/terrain/coast-sw.png
share/wesnoth/images/terrain/coast.png
+share/wesnoth/images/terrain/dawn.png
share/wesnoth/images/terrain/desert-n.png
share/wesnoth/images/terrain/desert-ne.png
share/wesnoth/images/terrain/desert-nw.png
@@ -855,6 +968,7 @@ share/wesnoth/images/terrain/dirt-s.png
share/wesnoth/images/terrain/dirt-se.png
share/wesnoth/images/terrain/dirt-sw.png
share/wesnoth/images/terrain/dirt.png
+share/wesnoth/images/terrain/dusk.png
share/wesnoth/images/terrain/dwarven-doors.png
share/wesnoth/images/terrain/flag-cave-neutral.png
share/wesnoth/images/terrain/flag-coast-neutral.png
@@ -952,6 +1066,78 @@ share/wesnoth/images/terrain/ice-se.png
share/wesnoth/images/terrain/ice-sw.png
share/wesnoth/images/terrain/ice.png
share/wesnoth/images/terrain/icebridge-se-nw.png
+share/wesnoth/images/terrain/keep-inside-e-e.png
+share/wesnoth/images/terrain/keep-inside-e-nw.png
+share/wesnoth/images/terrain/keep-inside-e-sw.png
+share/wesnoth/images/terrain/keep-inside-ne-ne.png
+share/wesnoth/images/terrain/keep-inside-ne-se.png
+share/wesnoth/images/terrain/keep-inside-ne-w.png
+share/wesnoth/images/terrain/keep-inside-nw-e.png
+share/wesnoth/images/terrain/keep-inside-nw-nw.png
+share/wesnoth/images/terrain/keep-inside-nw-sw.png
+share/wesnoth/images/terrain/keep-inside-se-ne.png
+share/wesnoth/images/terrain/keep-inside-se-se.png
+share/wesnoth/images/terrain/keep-inside-se-w.png
+share/wesnoth/images/terrain/keep-inside-sw-e.png
+share/wesnoth/images/terrain/keep-inside-sw-nw.png
+share/wesnoth/images/terrain/keep-inside-sw-sw.png
+share/wesnoth/images/terrain/keep-inside-w-ne.png
+share/wesnoth/images/terrain/keep-inside-w-se.png
+share/wesnoth/images/terrain/keep-inside-w-w.png
+share/wesnoth/images/terrain/keep-wall-0-e-e.png
+share/wesnoth/images/terrain/keep-wall-0-e-nw.png
+share/wesnoth/images/terrain/keep-wall-0-e-sw.png
+share/wesnoth/images/terrain/keep-wall-0-ne-ne.png
+share/wesnoth/images/terrain/keep-wall-0-ne-se.png
+share/wesnoth/images/terrain/keep-wall-0-ne-w.png
+share/wesnoth/images/terrain/keep-wall-0-nw-e.png
+share/wesnoth/images/terrain/keep-wall-0-nw-nw.png
+share/wesnoth/images/terrain/keep-wall-0-nw-sw.png
+share/wesnoth/images/terrain/keep-wall-0-se-ne.png
+share/wesnoth/images/terrain/keep-wall-0-se-se.png
+share/wesnoth/images/terrain/keep-wall-0-se-w.png
+share/wesnoth/images/terrain/keep-wall-0-sw-e.png
+share/wesnoth/images/terrain/keep-wall-0-sw-nw.png
+share/wesnoth/images/terrain/keep-wall-0-sw-sw.png
+share/wesnoth/images/terrain/keep-wall-0-w-ne.png
+share/wesnoth/images/terrain/keep-wall-0-w-se.png
+share/wesnoth/images/terrain/keep-wall-0-w-w.png
+share/wesnoth/images/terrain/keep-wall-1-e-e.png
+share/wesnoth/images/terrain/keep-wall-1-e-nw.png
+share/wesnoth/images/terrain/keep-wall-1-e-sw.png
+share/wesnoth/images/terrain/keep-wall-1-ne-ne.png
+share/wesnoth/images/terrain/keep-wall-1-ne-se.png
+share/wesnoth/images/terrain/keep-wall-1-ne-w.png
+share/wesnoth/images/terrain/keep-wall-1-nw-e.png
+share/wesnoth/images/terrain/keep-wall-1-nw-nw.png
+share/wesnoth/images/terrain/keep-wall-1-nw-sw.png
+share/wesnoth/images/terrain/keep-wall-1-se-ne.png
+share/wesnoth/images/terrain/keep-wall-1-se-se.png
+share/wesnoth/images/terrain/keep-wall-1-se-w.png
+share/wesnoth/images/terrain/keep-wall-1-sw-e.png
+share/wesnoth/images/terrain/keep-wall-1-sw-nw.png
+share/wesnoth/images/terrain/keep-wall-1-sw-sw.png
+share/wesnoth/images/terrain/keep-wall-1-w-ne.png
+share/wesnoth/images/terrain/keep-wall-1-w-se.png
+share/wesnoth/images/terrain/keep-wall-1-w-w.png
+share/wesnoth/images/terrain/keep-wall-e-e.png
+share/wesnoth/images/terrain/keep-wall-e-nw.png
+share/wesnoth/images/terrain/keep-wall-e-sw.png
+share/wesnoth/images/terrain/keep-wall-ne-ne.png
+share/wesnoth/images/terrain/keep-wall-ne-se.png
+share/wesnoth/images/terrain/keep-wall-ne-w.png
+share/wesnoth/images/terrain/keep-wall-nw-e.png
+share/wesnoth/images/terrain/keep-wall-nw-nw.png
+share/wesnoth/images/terrain/keep-wall-nw-sw.png
+share/wesnoth/images/terrain/keep-wall-se-ne.png
+share/wesnoth/images/terrain/keep-wall-se-se.png
+share/wesnoth/images/terrain/keep-wall-se-w.png
+share/wesnoth/images/terrain/keep-wall-sw-e.png
+share/wesnoth/images/terrain/keep-wall-sw-nw.png
+share/wesnoth/images/terrain/keep-wall-sw-sw.png
+share/wesnoth/images/terrain/keep-wall-w-ne.png
+share/wesnoth/images/terrain/keep-wall-w-se.png
+share/wesnoth/images/terrain/keep-wall-w-w.png
share/wesnoth/images/terrain/keep.png
share/wesnoth/images/terrain/lava.png
share/wesnoth/images/terrain/mask.png
@@ -965,6 +1151,7 @@ share/wesnoth/images/terrain/mountains-sw.png
share/wesnoth/images/terrain/mountains.png
share/wesnoth/images/terrain/nest-empty.png
share/wesnoth/images/terrain/nest-full.png
+share/wesnoth/images/terrain/night.png
share/wesnoth/images/terrain/ocean-n.png
share/wesnoth/images/terrain/ocean-ne.png
share/wesnoth/images/terrain/ocean-nw.png
@@ -1055,8 +1242,10 @@ share/wesnoth/images/undead-archer-attack1.png
share/wesnoth/images/undead-archer-attack2.png
share/wesnoth/images/undead-archer.png
share/wesnoth/images/undead-bat-attack.png
+share/wesnoth/images/undead-bat-defend.png
share/wesnoth/images/undead-bat.png
share/wesnoth/images/undead-blackspell.png
+share/wesnoth/images/undead-bloodbat-defend.png
share/wesnoth/images/undead-bloodbat.png
share/wesnoth/images/undead-boneshooter.png
share/wesnoth/images/undead-chocobone.png
@@ -1090,6 +1279,9 @@ share/wesnoth/images/undead-skeleton-attack.png
share/wesnoth/images/undead-skeleton-attackb.png
share/wesnoth/images/undead-skeleton-defend.png
share/wesnoth/images/undead-skeleton.png
+share/wesnoth/images/undead-soulless-defend.png
+share/wesnoth/images/undead-soulless-melee.png
+share/wesnoth/images/undead-soulless.png
share/wesnoth/images/undead-spectre-attack.png
share/wesnoth/images/undead-spectre-attack1.png
share/wesnoth/images/undead-spectre-defend.png
@@ -1111,6 +1303,15 @@ share/wesnoth/images/whitemissile-ne.png
share/wesnoth/images/wolf-rider-attack.png
share/wesnoth/images/wolf-rider-defend.png
share/wesnoth/images/wolf-rider.png
+share/wesnoth/images/wose-ancient-attack-1.png
+share/wesnoth/images/wose-ancient-attack-2.png
+share/wesnoth/images/wose-ancient.png
+share/wesnoth/images/wose-attack.png
+share/wesnoth/images/wose-defend.png
+share/wesnoth/images/wose-sapling-attack.png
+share/wesnoth/images/wose-sapling-defend.png
+share/wesnoth/images/wose-sapling.png
+share/wesnoth/images/wose.png
share/wesnoth/images/yeti-attack1.png
share/wesnoth/images/yeti-attack2.png
share/wesnoth/images/yeti-defend.png
@@ -1171,6 +1372,7 @@ share/wesnoth/sounds/wolf-cry.wav
@dirrm share/wesnoth
%%GNOME:%%share/gnome/apps/Games/wesnoth.desktop
%%GNOME:%%share/gnome/pixmaps/wesnoth-icon.png
+
%%KDE:%%@cwd %%LOCALBASE%%
%%KDE:%%share/applnk/Games/TacticStrategy/wesnoth.desktop
%%KDE:%%share/icons/wesnoth-icon.png