# HG changeset patch # User Hans-G?nter Theisgen # Date 1648734446 -3600 # Node ID f4e11d380d5689f556f4896630110f879edaef1c # Parent 6e973ed206f26a928565490a4f600e03880bdd84 updated manaplus (1.9.3.23 -> 2.1.3.17) diff -r 6e973ed206f2 -r f4e11d380d56 manaplus-lang/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/manaplus-lang/receipt Thu Mar 31 14:47:26 2022 +0100 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="manaplus-lang" +VERSION="2.1.3.17" +CATEGORY="localization" +SHORT_DESC="Extended client for Evol Online and The Mana World - localised messages." +MAINTAINER="maintainer@slitaz.org" +LICENSE="GPL2" +WEB_SITE="https://manaplus.org/" + +WANTED="manaplus" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cook_copy_folders locale +} diff -r 6e973ed206f2 -r f4e11d380d56 manaplus/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/manaplus/description.txt Thu Mar 31 14:47:26 2022 +0100 @@ -0,0 +1,1 @@ +ManaPlus is a free OpenSource 2D MMORPG client, supports hercules, tmwAthena, evol. diff -r 6e973ed206f2 -r f4e11d380d56 manaplus/receipt --- a/manaplus/receipt Thu Mar 31 14:20:54 2022 +0100 +++ b/manaplus/receipt Thu Mar 31 14:47:26 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="manaplus" -VERSION="1.9.3.23" +VERSION="2.1.3.17" CATEGORY="games" SHORT_DESC="Extended client for Evol Online and The Mana World." MAINTAINER="admin@trixarian.net" @@ -11,10 +11,11 @@ TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="http://download.evolonline.org/manaplus/download/$VERSION/$TARBALL" -DEPENDS="curl libpng libsdl-gfx libsdl-image libsdl-mixer libsdl-net \ +SUGGESTED="manaplus-lang" +DEPENDS="curl libpng libsdl-gfx libsdl-image libsdl-mixer libsdl-net libsdl-ttf libxml2 physfs ttf-dejavu zlib" -BUILD_DEPENDS="curl-dev enet libpng-dev libsdl-gfx-dev libsdl-image-dev \ - libsdl-mixer-dev libsdl-net-dev libsdl-ttf-dev libxml2-dev \ +BUILD_DEPENDS="curl-dev enet libpng-dev libsdl-gfx-dev libsdl-image-dev + libsdl-mixer-dev libsdl-net-dev libsdl-ttf-dev libxml2-dev physfs-dev zlib-dev" # What is the latest version available today? @@ -31,8 +32,8 @@ --prefix=/usr \ --without-opengl \ $CONFIGURE_ARGS && - make -j 1 && - make DESTDIR=$DESTDIR install + make && + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -42,7 +43,7 @@ cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/applications $fs/usr/share/ - cp -a $install/usr/share/locale $fs/usr/share/ cp -a $install/usr/share/manaplus $fs/usr/share/ - cp -a $install/usr/share/pixmaps $fs/usr/share/ + # 2.1.3.17 not created +# cp -a $install/usr/share/pixmaps $fs/usr/share/ }