summaryrefslogtreecommitdiff
path: root/wesnoth
diff options
context:
space:
mode:
Diffstat (limited to 'wesnoth')
-rw-r--r--wesnoth/.footprint13
-rw-r--r--wesnoth/.md5sum2
-rw-r--r--wesnoth/Pkgfile6
3 files changed, 19 insertions, 2 deletions
diff --git a/wesnoth/.footprint b/wesnoth/.footprint
index 7384af0e4..9b775a68e 100644
--- a/wesnoth/.footprint
+++ b/wesnoth/.footprint
@@ -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/
diff --git a/wesnoth/.md5sum b/wesnoth/.md5sum
index ebe86e9cc..a502b0655 100644
--- a/wesnoth/.md5sum
+++ b/wesnoth/.md5sum
@@ -1 +1 @@
-f80482cf0dc4379c0bbbf6337f43ea2c wesnoth-1.2.7.tar.bz2
+99d17b23d2ea4dc3a008f5c69cd43789 wesnoth-1.2.8.tar.bz2
diff --git a/wesnoth/Pkgfile b/wesnoth/Pkgfile
index ffb25f869..38dd7db36 100644
--- a/wesnoth/Pkgfile
+++ b/wesnoth/Pkgfile
@@ -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

Generated by cgit