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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E6DA15800F for ; Sun, 8 Jan 2023 21:31:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFF9AE07C7; Sun, 8 Jan 2023 21:31:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94C6FE07C7 for ; Sun, 8 Jan 2023 21:31:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37006340DE2 for ; Sun, 8 Jan 2023 21:31:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3ABC801 for ; Sun, 8 Jan 2023 21:31:51 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1673211165.8d67e9c8409d2b4ba0a0b17e2e49d4f0c1260cd6.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-puzzle/baba-is-you/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-puzzle/baba-is-you/Manifest games-puzzle/baba-is-you/baba-is-you-474.ebuild X-VCS-Directories: games-puzzle/baba-is-you/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 8d67e9c8409d2b4ba0a0b17e2e49d4f0c1260cd6 X-VCS-Branch: dev Date: Sun, 8 Jan 2023 21:31:51 +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: fc32a52b-4547-4762-8f91-c33d55b7a606 X-Archives-Hash: 06f3a78142de4d287825fb4a82b859d9 commit: 8d67e9c8409d2b4ba0a0b17e2e49d4f0c1260cd6 Author: Lucio Sauer posteo net> AuthorDate: Sun Jan 8 20:52:45 2023 +0000 Commit: Lucio Sauer posteo net> CommitDate: Sun Jan 8 20:52:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d67e9c8 games-puzzle/baba-is-you: new package, add 474 Signed-off-by: Lucio Sauer posteo.net> games-puzzle/baba-is-you/Manifest | 1 + games-puzzle/baba-is-you/baba-is-you-474.ebuild | 45 +++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/games-puzzle/baba-is-you/Manifest b/games-puzzle/baba-is-you/Manifest new file mode 100644 index 000000000..237ee69eb --- /dev/null +++ b/games-puzzle/baba-is-you/Manifest @@ -0,0 +1 @@ +DIST BIY_linux.tar.gz 92815828 BLAKE2B 22822b5412058fc7b49c95fa694520f1e6a250b9a674e85f5e9d5bdb432793d37075b265eb3f925708a78396052210276c87b011501f6732c51b90d33380345a SHA512 93ab99998b8705c866bad2d84549c6e13dc824afe9db4cc5f125cb715edddf4f3f42de828498198bcf38e2f10c2520f2cf50216c5e55c4f4d0095aa1b9cf13d3 diff --git a/games-puzzle/baba-is-you/baba-is-you-474.ebuild b/games-puzzle/baba-is-you/baba-is-you-474.ebuild new file mode 100644 index 000000000..62a5aa42e --- /dev/null +++ b/games-puzzle/baba-is-you/baba-is-you-474.ebuild @@ -0,0 +1,45 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN="Baba Is You" + +inherit desktop + +DESCRIPTION="Puzzle game where you can change the rules by which you play" +HOMEPAGE="https://www.hempuli.com/baba/" +SRC_URI="BIY_linux.tar.gz" +S="${WORKDIR}"/"${MY_PN}" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +RESTRICT="bindist fetch splitdebug" + +DIR="/opt/${PN}" +QA_PREBUILT="${DIR#/}/*" + +RDEPEND="virtual/opengl" + +pkg_nofetch() { + einfo "Please buy and download ${SRC_URI} from:" + einfo " https://hempuli.itch.io/baba" + einfo "and move it to your distfiles directory." +} + +src_install() { + local arch=$(usex amd64 64 32) + insinto "${DIR}" + doins -r Assets.dat gamecontrollerdb.txt Data/ + + exeinto "${DIR}"/bin${arch} + doexe bin${arch}/Chowdren + + exeinto "${DIR}" + doexe run.sh + + newicon icon.bmp ${PN}.bmp + make_desktop_entry /usr/bin/${PN} "${MY_PN}" ${PN}.bmp LogicGame + dosym -r "${DIR}"/run.sh /usr/bin/${PN} +}