From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15D94138334 for ; Mon, 6 May 2019 15:09:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE3B5E083E; Mon, 6 May 2019 15:09:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCC77E083E for ; Mon, 6 May 2019 15:09:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2E3834392C for ; Mon, 6 May 2019 15:09:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AF3D452 for ; Mon, 6 May 2019 15:09:41 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1557155360.46a45ff08e849676f4f6c5c61f5baa74a82ae02b.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/costume-quest/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-rpg/costume-quest/Manifest games-rpg/costume-quest/costume-quest-2.0.0.3.ebuild games-rpg/costume-quest/metadata.xml X-VCS-Directories: games-rpg/costume-quest/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 46a45ff08e849676f4f6c5c61f5baa74a82ae02b X-VCS-Branch: master Date: Mon, 6 May 2019 15:09:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 954bcec0-074b-4178-9d8b-f14904c032fe X-Archives-Hash: 9116829ec8268b043c3566246ca4033d commit: 46a45ff08e849676f4f6c5c61f5baa74a82ae02b Author: James Le Cuirot gentoo org> AuthorDate: Mon May 6 15:09:20 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon May 6 15:09:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a45ff0 games-rpg/costume-quest: New package This only supports the GOG version for now. This is probably the GOG version number rather than the upstream one but I can't find an upstream one. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> games-rpg/costume-quest/Manifest | 1 + .../costume-quest/costume-quest-2.0.0.3.ebuild | 55 ++++++++++++++++++++++ games-rpg/costume-quest/metadata.xml | 8 ++++ 3 files changed, 64 insertions(+) diff --git a/games-rpg/costume-quest/Manifest b/games-rpg/costume-quest/Manifest new file mode 100644 index 00000000000..5c5e94d9aa4 --- /dev/null +++ b/games-rpg/costume-quest/Manifest @@ -0,0 +1 @@ +DIST gog_costume_quest_2.0.0.3.sh 565855108 BLAKE2B 779d0b0b408921589bb78256cf1b69b912a57143472e3f2d7b6aebf95c07fcd8b86831234519a0c7a30b15c645668d81c0c7502d058465caa337f76ad0311cdf SHA512 9e7ab258b860ec6ee5bef3aab1e745d3dfa02defd6011d195925b50c7a0fd068f4e9e7d483734ad002bcc8353a436a349d9246d947c863b2e3d63e17c41acd71 diff --git a/games-rpg/costume-quest/costume-quest-2.0.0.3.ebuild b/games-rpg/costume-quest/costume-quest-2.0.0.3.ebuild new file mode 100644 index 00000000000..822f7a14687 --- /dev/null +++ b/games-rpg/costume-quest/costume-quest-2.0.0.3.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop unpacker xdg-utils + +DESCRIPTION="A Halloween adventure from Tim Schafer's Double Fine Productions" +HOMEPAGE="https://www.doublefine.com" +SRC_URI="gog_${PN//-/_}_${PV}.sh" +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +RESTRICT="bindist fetch splitdebug" + +RDEPEND=" + media-libs/glu[abi_x86_32] + media-libs/libsdl2[abi_x86_32,joystick,opengl,sound,threads,video] + sys-libs/zlib[abi_x86_32] + virtual/opengl[abi_x86_32] +" + +S="${WORKDIR}/data/noarch/game" + +DIR="/opt/${PN}" +QA_PREBUILT="${DIR}/*" + +src_unpack() { + unpack_zip ${A} +} + +src_prepare() { + default + + # I think our SDL2 package has a newer database. + rm -v Data/Config/SDLGamepad.config || die +} + +src_install() { + exeinto "${DIR}" + newexe Cq.bin.x86 Cq.bin + dosym "${DIR}"/Cq.bin /usr/bin/${PN} + + insinto "${DIR}" + doins -r DFCONFIG Data/ Linux/ OGL/ Win/ + + exeinto "${DIR}/lib" + doexe lib/libfmod*.so + + newicon -s 256 CostumeQuest.png ${PN}.png + make_desktop_entry ${PN} "Costume Quest" +} + +pkg_postinst() { xdg_icon_cache_update; } +pkg_postrm() { xdg_icon_cache_update; } diff --git a/games-rpg/costume-quest/metadata.xml b/games-rpg/costume-quest/metadata.xml new file mode 100644 index 00000000000..26079e608be --- /dev/null +++ b/games-rpg/costume-quest/metadata.xml @@ -0,0 +1,8 @@ + + + + + games@gentoo.org + Gentoo Games Project + +