From fab849d1daed0ba7f2ac497d07985c3dbb692543 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 16 Jun 2019 21:23:20 +0100 Subject: gentoo resync : 16.06.2019 --- games-action/apotheon/Manifest | 3 ++ games-action/apotheon/apotheon-1.26v.ebuild | 61 +++++++++++++++++++++++++++++ games-action/apotheon/metadata.xml | 8 ++++ 3 files changed, 72 insertions(+) create mode 100644 games-action/apotheon/Manifest create mode 100644 games-action/apotheon/apotheon-1.26v.ebuild create mode 100644 games-action/apotheon/metadata.xml (limited to 'games-action/apotheon') diff --git a/games-action/apotheon/Manifest b/games-action/apotheon/Manifest new file mode 100644 index 000000000000..7ed6f7bb67da --- /dev/null +++ b/games-action/apotheon/Manifest @@ -0,0 +1,3 @@ +DIST apotheon-12302015-bin 623626343 BLAKE2B 31b9bc8d05ff5709fdf54b0df790dad3f6eda3510516aa2837d3d53bb4e708b460debd45eab3899beee33b6d11ec385699b650bb55439be784b97959ce23cd65 SHA512 099dee0c7006ce1c977e55796be867ff02a2001e5f1d897d84203b52aae52c7e7cdba2eeb47452181ef2a2b044b315af87b5b87632e9ff2f7047b262f1a0a11d +EBUILD apotheon-1.26v.ebuild 1315 BLAKE2B 275594eb0e7708eb0878e226fa8838d340ba2a152aaf52c21a61f072b014742a3f7b40588282d4f04ffa716c927c41328345604f3a4c5d40a36bb10a9ab6cc4d SHA512 93f3ffbc41f031cff71119ee612e3b2e456e41a6dc8516f2b9308453470aec9a9e605d331ccd583cef4056348acc89e4678117477a3553b01b78b2c38ba90f49 +MISC metadata.xml 253 BLAKE2B 443ca9c8d4f6801169382e87a0ecd1385c56e65229209e7200f9d313ef380e92ae8d7dc3c38e5989a4166289f22607a20b1e13bb960fff6b3d9f78629d8ab020 SHA512 61c4689cbc649d84a00be211b7b5b98dd03e1d3f813eff370df549f2998cd4343f391c18b57cf20e4a8f4dd2311e3bfa04eb60f356f2bbac78f0b68f5091f254 diff --git a/games-action/apotheon/apotheon-1.26v.ebuild b/games-action/apotheon/apotheon-1.26v.ebuild new file mode 100644 index 000000000000..96c00bc691a6 --- /dev/null +++ b/games-action/apotheon/apotheon-1.26v.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop unpacker xdg-utils + +DESCRIPTION="Heroic action game set within the vibrant world of Ancient Greek Mythology" +HOMEPAGE="https://www.apotheongame.com" +SRC_URI="${PN}-12302015-bin" +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +RESTRICT="bindist fetch splitdebug" + +RDEPEND=" + dev-lang/mono + media-libs/libsdl2[joystick,opengl,threads,video] + media-libs/openal + media-libs/sdl2-image + media-libs/theoraplay +" + +S="${WORKDIR}/data" + +DIR="/opt/${PN}" +QA_PREBUILT="${DIR}/*" + +pkg_nofetch() { + einfo "Please buy and download ${SRC_URI} from:" + einfo " https://www.humblebundle.com/store/${PN}" + einfo "and move it to your distfiles directory." +} + +src_unpack() { + unpack_zip ${A} +} + +src_install() { + local \ + EXE=Apotheon.bin.$(usex amd64 x86_64 x86) \ + LIB=lib$(usex amd64 64 "") + + exeinto "${DIR}" + doexe ${EXE} + dosym "${DIR}"/${EXE} /usr/bin/${PN} + + insinto "${DIR}" + doins -r Content/ Dialog/ *.exe [A-LP]*.dll* # Exclude some Mono DLLs. + + exeinto "${DIR}"/${LIB} + doexe ${LIB}/libmojo* + + dodoc Linux.README + + newicon -s 512 Apotheon.png ${PN}.png + make_desktop_entry ${PN} "Apotheon" +} + +pkg_postinst() { xdg_icon_cache_update; } +pkg_postrm() { xdg_icon_cache_update; } diff --git a/games-action/apotheon/metadata.xml b/games-action/apotheon/metadata.xml new file mode 100644 index 000000000000..26079e608bed --- /dev/null +++ b/games-action/apotheon/metadata.xml @@ -0,0 +1,8 @@ + + + + + games@gentoo.org + Gentoo Games Project + + -- cgit v1.2.3