forked from ports/contrib
wesnoth: 1.2.7 -> 1.2.8
This commit is contained in:
parent
5a4baf342d
commit
aabf366551
@ -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-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-concave.cfg
|
||||||
-rw-r--r-- root/root usr/share/wesnoth/data/tools/exploder/wall-exploded-convex.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
|
-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/
|
||||||
drwxr-xr-x root/root usr/share/wesnoth/data/tutorial/images/
|
drwxr-xr-x root/root usr/share/wesnoth/data/tutorial/images/
|
||||||
|
@ -1 +1 @@
|
|||||||
f80482cf0dc4379c0bbbf6337f43ea2c wesnoth-1.2.7.tar.bz2
|
99d17b23d2ea4dc3a008f5c69cd43789 wesnoth-1.2.8.tar.bz2
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# Optional: upx
|
# Optional: upx
|
||||||
|
|
||||||
name=wesnoth
|
name=wesnoth
|
||||||
version=1.2.7
|
version=1.2.8
|
||||||
release=1
|
release=1
|
||||||
source=(http://dl.sourceforge.net/sourceforge/wesnoth/wesnoth-$version.tar.bz2)
|
source=(http://dl.sourceforge.net/sourceforge/wesnoth/wesnoth-$version.tar.bz2)
|
||||||
|
|
||||||
@ -17,6 +17,10 @@ build() {
|
|||||||
local configure='--with-kde'
|
local configure='--with-kde'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if pkginfo -i |grep '^kdebase3 ' > /dev/null; then
|
||||||
|
local configure='--with-kde'
|
||||||
|
fi
|
||||||
|
|
||||||
if pkginfo -i |grep '^gnome ' > /dev/null; then
|
if pkginfo -i |grep '^gnome ' > /dev/null; then
|
||||||
local configure='--with-gnome'
|
local configure='--with-gnome'
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user