diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-10-30 00:59:27 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-10-30 01:20:02 +0200 |
commit | 27f3d1eb07a810fa833c777875920618ddee5c69 (patch) | |
tree | 89c5377f6ba61fca5609e962f861b98ea422d462 /games-rpg | |
parent | sys-cluster/charm: fix REQUIRED_USE (diff) | |
download | gentoo-27f3d1eb07a810fa833c777875920618ddee5c69.tar.gz gentoo-27f3d1eb07a810fa833c777875920618ddee5c69.tar.bz2 gentoo-27f3d1eb07a810fa833c777875920618ddee5c69.zip |
games-rpg/manaplus: Bump to version 1.6.10.22 and EAPI-6.
Package-Manager: portage-2.3.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/manaplus/Manifest | 1 | ||||
-rw-r--r-- | games-rpg/manaplus/manaplus-1.6.10.22.ebuild | 99 | ||||
-rw-r--r-- | games-rpg/manaplus/metadata.xml | 1 |
3 files changed, 101 insertions, 0 deletions
diff --git a/games-rpg/manaplus/Manifest b/games-rpg/manaplus/Manifest index bbec103da768..38fdc5d95643 100644 --- a/games-rpg/manaplus/Manifest +++ b/games-rpg/manaplus/Manifest @@ -1,2 +1,3 @@ DIST manaplus-1.5.11.21.tar.xz 9556540 SHA256 57b6e0d8a730f56060062aa0d6e6baafc100860aa2cc4ba5120d21772410aae6 SHA512 145479b9b6912064356f842910c2a5bbb16bacc7372b898d98f237514722bbac4c6f3fe49ee30942b6e38820cfe9d3508ba5ac64b858a6003e27569327729d7d WHIRLPOOL 628009c082219c63f42892881060dff3784ae419d3d6dab95357272774d0d0545a97cf0d7190157e3338ac38e7f821fe9e3a893f24ee10be71ec6ac83c097722 +DIST manaplus-1.6.10.22.tar.xz 11749908 SHA256 dde06c2cf3c7f7d132f3d5ff74f2eafeb17f987115f3625fa2a4dc3d83428b50 SHA512 f335a57ef643a0bd61681182e1d9bf2c6b16d3766b629c8a45904b7e118e6b435d47abacc0804fba03a65ee0a335535d37b589eb78d22bef2e7477d9df7321de WHIRLPOOL 055ccc4a80d21bddd7824d6c122dcb7587eab9eb806c7c47efb4612517ae8b556a6ea3afe57692292959f504804c3015e30a51ae2213648655310a3de6b1f4b6 DIST manaplus-1.6.3.26.tar.xz 9721160 SHA256 87aee4fdaec09337fe711ee85e515470374ea9387e45622caa712a6414f5b253 SHA512 f84718c40799c619a2a320e5589dffa05f52ebd7e4710c640947f4083c59146bb2b7c10a429f68f9963086f1a07c92b8a049c0a0092659108cf52c767d834566 WHIRLPOOL 4887d9699378e3fad95f48268234c1279bbfed66138cdbd9875227e9ebc8c598ac6aa530230537cfc79d1d100216f4b3049e5c4b55ae34545ea09c5fdec284dc diff --git a/games-rpg/manaplus/manaplus-1.6.10.22.ebuild b/games-rpg/manaplus/manaplus-1.6.10.22.ebuild new file mode 100644 index 000000000000..7440ab28bc41 --- /dev/null +++ b/games-rpg/manaplus/manaplus-1.6.10.22.ebuild @@ -0,0 +1,99 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +[[ ${PV} == 9999 ]] && inherit autotools git-r3 + +DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World" +HOMEPAGE="http://manaplus.evolonline.org" +if [[ ${PV} == 9999 ]] ; then + EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git" +else + SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2+" +SLOT="0" +IUSE="mumble nls opengl pugixml +sdl2 test" + +RDEPEND=" + >=dev-games/physfs-1.0.0 + media-fonts/dejavu + media-fonts/liberation-fonts + media-fonts/mplus-outline-fonts + media-fonts/wqy-microhei + media-libs/libpng:0= + net-misc/curl + sys-libs/zlib + x11-apps/xmessage + x11-libs/libX11 + x11-misc/xdg-utils + mumble? ( media-sound/mumble ) + nls? ( virtual/libintl ) + opengl? ( virtual/opengl ) + pugixml? ( dev-libs/pugixml ) + !pugixml? ( dev-libs/libxml2 ) + sdl2? ( + media-libs/libsdl2[X,opengl?,video] + media-libs/sdl2-gfx + media-libs/sdl2-image[png] + media-libs/sdl2-mixer[vorbis] + media-libs/sdl2-net + media-libs/sdl2-ttf + ) + !sdl2? ( + media-libs/libsdl[X,opengl?,video] + media-libs/sdl-gfx + media-libs/sdl-image[png] + media-libs/sdl-mixer[vorbis] + media-libs/sdl-net + media-libs/sdl-ttf + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +src_prepare() { + default + if [[ ${PV} == 9999 ]] ; then + eautoreconf + fi +} + +src_configure() { + CONFIG_SHELL=/bin/bash \ + econf \ + --localedir=/usr/share/locale \ + --without-internalsdlgfx \ + $(use_with mumble) \ + $(use_enable nls) \ + $(use_with opengl) \ + --enable-libxml=$(usex pugixml pugixml libxml) \ + $(use_with sdl2) \ + $(use_enable test unittests) +} + +src_install() { + default + + local destpath="/usr/share/${PN}" + dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf "${destpath}"/data/fonts/dejavusans-bold.ttf + dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${destpath}"/data/fonts/dejavusans.ttf + dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf "${destpath}"/data/fonts/dejavusansmono-bold.ttf + dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf "${destpath}"/data/fonts/dejavusansmono.ttf + dosym /usr/share/fonts/dejavu/DejaVuSerifCondensed-Bold.ttf "${destpath}"/data/fonts/dejavuserifcondensed-bold.ttf + dosym /usr/share/fonts/dejavu/DejaVuSerifCondensed.ttf "${destpath}"/data/fonts/dejavuserifcondensed.ttf + dosym /usr/share/fonts/liberation-fonts/LiberationMono-Bold.ttf "${destpath}"/data/fonts/liberationsansmono-bold.ttf + dosym /usr/share/fonts/liberation-fonts/LiberationMono-Regular.ttf "${destpath}"/data/fonts/liberationsansmono.ttf + dosym /usr/share/fonts/liberation-fonts/LiberationSans-Bold.ttf "${destpath}"/data/fonts/liberationsans-bold.ttf + dosym /usr/share/fonts/liberation-fonts/LiberationSans-Regular.ttf "${destpath}"/data/fonts/liberationsans.ttf + dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-bold.ttf "${destpath}"/data/fonts/mplus-1p-bold.ttf + dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-regular.ttf "${destpath}"/data/fonts/mplus-1p-regular.ttf + dosym /usr/share/fonts/wqy-microhei/wqy-microhei.ttc "${destpath}"/data/fonts/wqy-microhei.ttf +} + +src_test() { + make check +} diff --git a/games-rpg/manaplus/metadata.xml b/games-rpg/manaplus/metadata.xml index b513812cb89e..474048077e6d 100644 --- a/games-rpg/manaplus/metadata.xml +++ b/games-rpg/manaplus/metadata.xml @@ -6,6 +6,7 @@ <name>Gentoo Games Project</name> </maintainer> <use> + <flag name="sdl2">Use libsdl2 instead of libsdl</flag> <flag name="pugixml">Use <pkg>dev-libs/pugixml</pkg> for XML parsing isntead of <pkg>dev-libs/libxml2</pkg></flag> <flag name="mumble">Enable support for voice chat</flag> </use> |