freeciv: 2.4.0 -> 2.4.2

This commit is contained in:
Thomas Penteker 2014-04-29 15:13:24 +02:00
parent 837100aab8
commit be64f00da7
3 changed files with 9 additions and 3 deletions

View File

@ -25,6 +25,10 @@ drwxr-xr-x root/root usr/man/man6/
-rw-r--r-- root/root usr/man/man6/freeciv-server.6.gz
-rw-r--r-- root/root usr/man/man6/freeciv-xaw.6.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/appdata/
-rw-r--r-- root/root usr/share/appdata/freeciv-gtk2.appdata.xml
-rw-r--r-- root/root usr/share/appdata/freeciv-modpack.appdata.xml
-rw-r--r-- root/root usr/share/appdata/freeciv-server.appdata.xml
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/freeciv-modpack.desktop
-rw-r--r-- root/root usr/share/applications/freeciv-server.desktop
@ -158,6 +162,7 @@ drwxr-xr-x root/root usr/share/freeciv/experimental/
-rw-r--r-- root/root usr/share/freeciv/experimental/effects.ruleset
-rw-r--r-- root/root usr/share/freeciv/experimental/game.ruleset
-rw-r--r-- root/root usr/share/freeciv/experimental/governments.ruleset
-rw-r--r-- root/root usr/share/freeciv/experimental/nations.ruleset
-rw-r--r-- root/root usr/share/freeciv/experimental/script.lua
-rw-r--r-- root/root usr/share/freeciv/experimental/techs.ruleset
-rw-r--r-- root/root usr/share/freeciv/experimental/terrain.ruleset
@ -2454,6 +2459,7 @@ drwxr-xr-x root/root usr/share/freeciv/multiplayer/
-rw-r--r-- root/root usr/share/freeciv/multiplayer/effects.ruleset
-rw-r--r-- root/root usr/share/freeciv/multiplayer/game.ruleset
-rw-r--r-- root/root usr/share/freeciv/multiplayer/governments.ruleset
-rw-r--r-- root/root usr/share/freeciv/multiplayer/nations.ruleset
-rw-r--r-- root/root usr/share/freeciv/multiplayer/script.lua
-rw-r--r-- root/root usr/share/freeciv/multiplayer/techs.ruleset
-rw-r--r-- root/root usr/share/freeciv/multiplayer/terrain.ruleset

View File

@ -1 +1 @@
10c9cec7a094b991204c82b2dd506298 freeciv-2.4.0.tar.bz2
4bf03bbe7084d3e23739f1e5b2ccc529 freeciv-2.4.2.tar.bz2

View File

@ -5,7 +5,7 @@
# Depends on: gtk, sdl_mixer
name=freeciv
version=2.4.0
version=2.4.2
release=1
source=(http://prdownloads.sf.net/freeciv/$name-$version.tar.bz2)
@ -14,5 +14,5 @@ build() {
./configure --prefix=/usr --without-ggz-client --mandir=/usr/man
make && make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale/
rm -rf $PKG/usr/share/{locale,doc}
}