1
0
forked from ports/contrib

wesnoth: 1.2.7 -> 1.2.8

This commit is contained in:
Danny Rawlins 2007-11-28 10:15:47 +11:00
parent 5a4baf342d
commit aabf366551
3 changed files with 19 additions and 2 deletions

View File

@ -1424,6 +1424,19 @@ drwxr-xr-x root/root usr/share/wesnoth/data/tools/exploder/models/
-rw-r--r-- root/root usr/share/wesnoth/data/tools/exploder/wall-convex.cfg
-rw-r--r-- root/root usr/share/wesnoth/data/tools/exploder/wall-exploded-concave.cfg
-rw-r--r-- root/root usr/share/wesnoth/data/tools/exploder/wall-exploded-convex.cfg
drwxr-xr-x root/root usr/share/wesnoth/data/tools/unit_tree/
-rw-r--r-- root/root usr/share/wesnoth/data/tools/unit_tree/TeamColorizer.pl
-rw-r--r-- root/root usr/share/wesnoth/data/tools/unit_tree/anim_header.html
-rw-r--r-- root/root usr/share/wesnoth/data/tools/unit_tree/index.html
-rw-r--r-- root/root usr/share/wesnoth/data/tools/unit_tree/index_base.html
-rw-r--r-- root/root usr/share/wesnoth/data/tools/unit_tree/index_languages.html
-rw-r--r-- root/root usr/share/wesnoth/data/tools/unit_tree/tree_fact_header.html
-rw-r--r-- root/root usr/share/wesnoth/data/tools/unit_tree/tree_footer.html
-rw-r--r-- root/root usr/share/wesnoth/data/tools/unit_tree/tree_header.html
-rw-r--r-- root/root usr/share/wesnoth/data/tools/unit_tree/tree_race_header.html
-rw-r--r-- root/root usr/share/wesnoth/data/tools/unit_tree/unit.html
-rw-r--r-- root/root usr/share/wesnoth/data/tools/unit_tree/units.css
-rw-r--r-- root/root usr/share/wesnoth/data/tools/unit_tree/units.pl
-rw-r--r-- root/root usr/share/wesnoth/data/traits.cfg
drwxr-xr-x root/root usr/share/wesnoth/data/tutorial/
drwxr-xr-x root/root usr/share/wesnoth/data/tutorial/images/

View File

@ -1 +1 @@
f80482cf0dc4379c0bbbf6337f43ea2c wesnoth-1.2.7.tar.bz2
99d17b23d2ea4dc3a008f5c69cd43789 wesnoth-1.2.8.tar.bz2

View File

@ -6,7 +6,7 @@
# Optional: upx
name=wesnoth
version=1.2.7
version=1.2.8
release=1
source=(http://dl.sourceforge.net/sourceforge/wesnoth/wesnoth-$version.tar.bz2)
@ -17,6 +17,10 @@ build() {
local configure='--with-kde'
fi
if pkginfo -i |grep '^kdebase3 ' > /dev/null; then
local configure='--with-kde'
fi
if pkginfo -i |grep '^gnome ' > /dev/null; then
local configure='--with-gnome'
fi