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 8D0F9138334 for ; Sun, 7 Jul 2019 21:20:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0DFBE0839; Sun, 7 Jul 2019 21:20:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 85027E0839 for ; Sun, 7 Jul 2019 21:20:37 +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 1885534731D for ; Sun, 7 Jul 2019 21:20:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73E586A4 for ; Sun, 7 Jul 2019 21:20:34 +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: <1562534412.06c3da03dcbea9a55e323100e18ce97944898c8a.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/hatoful-boyfriend-holiday-star/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-rpg/hatoful-boyfriend-holiday-star/Manifest games-rpg/hatoful-boyfriend-holiday-star/hatoful-boyfriend-holiday-star-20151218.ebuild games-rpg/hatoful-boyfriend-holiday-star/metadata.xml X-VCS-Directories: games-rpg/hatoful-boyfriend-holiday-star/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 06c3da03dcbea9a55e323100e18ce97944898c8a X-VCS-Branch: master Date: Sun, 7 Jul 2019 21:20:34 +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: bbf66da9-2203-48cc-ad72-f51cd62fab14 X-Archives-Hash: 0b6a6a52ac5371d85bcf2ee65ba97e82 commit: 06c3da03dcbea9a55e323100e18ce97944898c8a Author: James Le Cuirot gentoo org> AuthorDate: Sun Jul 7 21:20:12 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Jul 7 21:20:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c3da03 games-rpg/hatoful-boyfriend-holiday-star: New package Package-Manager: Portage-2.3.68, Repoman-2.3.13 Signed-off-by: James Le Cuirot gentoo.org> games-rpg/hatoful-boyfriend-holiday-star/Manifest | 1 + .../hatoful-boyfriend-holiday-star-20151218.ebuild | 60 ++++++++++++++++++++++ .../hatoful-boyfriend-holiday-star/metadata.xml | 11 ++++ 3 files changed, 72 insertions(+) diff --git a/games-rpg/hatoful-boyfriend-holiday-star/Manifest b/games-rpg/hatoful-boyfriend-holiday-star/Manifest new file mode 100644 index 00000000000..ef343b9c39c --- /dev/null +++ b/games-rpg/hatoful-boyfriend-holiday-star/Manifest @@ -0,0 +1 @@ +DIST Linux-Standalone-20151218.rar 347789456 BLAKE2B bb41ebcde9524f2259e9d9a69e19aedc2820ddcf5fe3f4f418f0bdf8cdc9bc228da8c38761febbd68d3ecef1c5f32a5a98fa70480930d9bbcd8285ee3f25c70a SHA512 c59c6d1b54ed59cecf0e7606bdedf25dfa97c8c658800bbf343282eb36b906a569a6f3614271a307008c9946e61abfa2868a1f5ba73193f13138d52333013f5b diff --git a/games-rpg/hatoful-boyfriend-holiday-star/hatoful-boyfriend-holiday-star-20151218.ebuild b/games-rpg/hatoful-boyfriend-holiday-star/hatoful-boyfriend-holiday-star-20151218.ebuild new file mode 100644 index 00000000000..8ed1e04ebf1 --- /dev/null +++ b/games-rpg/hatoful-boyfriend-holiday-star/hatoful-boyfriend-holiday-star-20151218.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils desktop xdg-utils + +DESCRIPTION="Holiday-themed sequel to the Japanese visual novel and dating sim about birds" +HOMEPAGE="https://www.devolverdigital.com/games/hatoful-boyfriend-holiday-star" +SRC_URI="Linux-Standalone-${PV}.rar" +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="+gui" +RESTRICT="bindist fetch splitdebug" + +DEPEND="app-arch/unrar" + +RDEPEND=" + virtual/opengl + x11-libs/libX11 + x11-libs/libXcursor + x11-libs/libXrandr + gui? ( + dev-libs/glib:2 + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:2 + ) +" + +S="${WORKDIR}/Linux-Standalone" + +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_install() { + exeinto "${DIR}" + newexe HB2.$(usex amd64 x86_64 x86) HB2 + make_wrapper ${PN} "${DIR}"/HB2 + + insinto "${DIR}" + doins -r HB2_Data/ + rm -r "${ED}/${DIR}"/HB2_Data/*/$(usex amd64 x86 x86_64) || die + + if ! use gui; then + rm "${ED}/${DIR}"/HB2_Data/Plugins/*/ScreenSelector.so || die + fi + + newicon -s 128 HB2_Data/Resources/UnityPlayer.png ${PN}.png + make_desktop_entry ${PN} "Hatoful Boyfriend - Holiday Star" +} + +pkg_postinst() { xdg_icon_cache_update; } +pkg_postrm() { xdg_icon_cache_update; } diff --git a/games-rpg/hatoful-boyfriend-holiday-star/metadata.xml b/games-rpg/hatoful-boyfriend-holiday-star/metadata.xml new file mode 100644 index 00000000000..1dbebd848c8 --- /dev/null +++ b/games-rpg/hatoful-boyfriend-holiday-star/metadata.xml @@ -0,0 +1,11 @@ + + + + + games@gentoo.org + Gentoo Games Project + + + Install the GUI for configuring screen resolution and input + +