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 C6D10158043 for ; Mon, 15 Apr 2024 20:52:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1467E2A05; Mon, 15 Apr 2024 20:52:10 +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 A5BDEE2A04 for ; Mon, 15 Apr 2024 20:52:10 +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 B78AD3433D9 for ; Mon, 15 Apr 2024 20:52:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3E2416FD for ; Mon, 15 Apr 2024 20:52:06 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713201944.73da044f54fdeadc99e39004ce2b03bebcacbf16.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/katawa-shoujo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-puzzle/katawa-shoujo/Manifest games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild games-puzzle/katawa-shoujo/metadata.xml X-VCS-Directories: games-puzzle/katawa-shoujo/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 73da044f54fdeadc99e39004ce2b03bebcacbf16 X-VCS-Branch: master Date: Mon, 15 Apr 2024 20:52:06 +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: 39877548-999b-48a4-87ad-3a5b416c3673 X-Archives-Hash: 35265ea17acccad25388c42ba53fbc6f commit: 73da044f54fdeadc99e39004ce2b03bebcacbf16 Author: Denis Strizhkin gmail com> AuthorDate: Mon Apr 15 17:25:06 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon Apr 15 17:25:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73da044f games-puzzle/katawa-shoujo: update SRC_URI & don't use cp -r Signed-off-by: Denis Strizhkin gmail.com> games-puzzle/katawa-shoujo/Manifest | 2 +- games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild | 13 +++++++------ games-puzzle/katawa-shoujo/metadata.xml | 3 +++ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/games-puzzle/katawa-shoujo/Manifest b/games-puzzle/katawa-shoujo/Manifest index d68ad5cc46..59b22db1e9 100644 --- a/games-puzzle/katawa-shoujo/Manifest +++ b/games-puzzle/katawa-shoujo/Manifest @@ -1 +1 @@ -DIST KSRE-linux.tar.bz2 478484884 BLAKE2B 45e49c4a122c492d468eb9025ff0377416c63b35b465ee6b1f75517b9cdc94ce36f27fc9c76849ae0e1a01ad7bd33e9b830c6c7b60f091fa84936a93a29eb009 SHA512 6ec1ac1d101c3722c150461575f9a995a0299ea026f849cf5b39ad5347738531786b6f16fa077b2ae2f1e9f3f79d509ebadbe90f59ad063cdd67a545e7d7985c +DIST katawa-shoujo-1.4.6.tar.bz2 478087906 BLAKE2B 8c63431b5cb66c5e866b86514e764dafb5ce77d097cefceb091bcd8f75708e0e4fbf4b73229c6a1e3748240d5a5561176a3f623d4539373972376dce212c28b0 SHA512 ebef5a3342384e0e1f9fb4849e923ff606730cfd55ee8182a4c652c7bf2c77f719fc8ff4d43129911490f867927a06d44292a60b15141b1d3d8bd4065e56d36a diff --git a/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild b/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild index 2c3eaf95fa..becf8b7edc 100644 --- a/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild +++ b/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild @@ -7,7 +7,8 @@ inherit wrapper DESCRIPTION="Re-Engineered visual novel with accessibility features" HOMEPAGE="https://www.fhs.sh/projects" -SRC_URI="https://github.com/fleetingheart/ksre/releases/download/v$PV/KSRE-linux.tar.bz2" +SRC_URI="https://github.com/fleetingheart/ksre/releases/download/v$PV/KSRE-linux.tar.bz2 -> ${P}.tar.bz2" +S="${WORKDIR}/KSRE-linux" LICENSE=" MPL-2.0 @@ -20,12 +21,12 @@ KEYWORDS="~amd64" QA_PREBUILT="*" RESTRICT="strip" -S="${WORKDIR}/KSRE-linux" - src_install() { - dodir etc - cp -r . "$ED/opt/$PN" || die + insinto "/opt/${PN}" + doins -r * - make_wrapper ${PN} "/opt/${PN}/Katawa\ Shoujo\ Re-Engineered.sh" + fperms +x "/opt/${PN}/Katawa Shoujo Re-Engineered.sh" + fperms +x "/opt/${PN}/lib/py3-linux-x86_64/Katawa Shoujo Re-Engineered" + make_wrapper "${PN}" "/opt/${PN}/Katawa\ Shoujo\ Re-Engineered.sh" } diff --git a/games-puzzle/katawa-shoujo/metadata.xml b/games-puzzle/katawa-shoujo/metadata.xml index 812e586b96..2f1b9ad948 100644 --- a/games-puzzle/katawa-shoujo/metadata.xml +++ b/games-puzzle/katawa-shoujo/metadata.xml @@ -5,4 +5,7 @@ Vitaly Zdanevich zdanevich.vitaly@ya.ru + + fleetingheart/ksre +