tmw: 0.0.27 -> 0.0.28

This commit is contained in:
Bartlomiej Palmowski 2009-02-02 13:37:20 +01:00
parent e7132406d9
commit fe1e757b3b
3 changed files with 9 additions and 6 deletions

View File

@ -11,10 +11,12 @@ drwxr-xr-x root/root usr/share/pixmaps/
-rwxr-xr-x root/root usr/share/pixmaps/tmw.png
drwxr-xr-x root/root usr/share/tmw/
drwxr-xr-x root/root usr/share/tmw/data/
drwxr-xr-x root/root usr/share/tmw/data/fonts/
-rw-r--r-- root/root usr/share/tmw/data/fonts/dejavusans.ttf
drwxr-xr-x root/root usr/share/tmw/data/graphics/
drwxr-xr-x root/root usr/share/tmw/data/graphics/gui/
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/bg_quad_dis.png
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/browserfont.png
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/bubble.png
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/button.png
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/button_disabled.png
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/buttonhi.png
@ -43,9 +45,10 @@ drwxr-xr-x root/root usr/share/tmw/data/graphics/gui/
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/radioout.png
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/resize.png
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/rpgfont_wider.png
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/sansserif8.png
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/selection.png
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/slider.png
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/tab.png
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/tabselected.png
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/target-cursor-blue-l.png
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/target-cursor-blue-m.png
-rw-r--r-- root/root usr/share/tmw/data/graphics/gui/target-cursor-blue-s.png

View File

@ -1 +1 @@
8c237378bd1afb3cabdc9fd8ee7c93ce tmw-0.0.27.tar.gz
7d157a95e761ef7bee6f6a04645355ba tmw-0.0.28.tar.gz

View File

@ -1,16 +1,16 @@
# Description: 2D MMORPG (like tibia but w/out freaks throwing chairs at their mothers)
# Description: 2D MMORPG (like tibia but w/o freaks throwing chairs at their mothers)
# URL: http://themanaworld.org/
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Depends on: guichan physfs libxml2 libpng sdl_mixer sdl_net
name=tmw
version=0.0.27
version=0.0.28
release=1
source=(http://downloads.sourceforge.net/themanaworld/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr --mandir=/usr/man --disable-nls
make
make DESTDIR=$PKG install
}