From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/ryujinx/
Date: Mon, 5 Feb 2024 11:28:37 +0000 (UTC) [thread overview]
Message-ID: <1707132511.4a9728077951bd4078a3e32eb1cdd8b81935410c.xgqt@gentoo> (raw)
commit: 4a9728077951bd4078a3e32eb1cdd8b81935410c
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 5 08:37:12 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Feb 5 11:28:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a972807
games-emulation/ryujinx: fix launcher install on musl
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
games-emulation/ryujinx/ryujinx-1.1.1104.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/games-emulation/ryujinx/ryujinx-1.1.1104.ebuild b/games-emulation/ryujinx/ryujinx-1.1.1104.ebuild
index 99d0241df2f0..448995f99981 100644
--- a/games-emulation/ryujinx/ryujinx-1.1.1104.ebuild
+++ b/games-emulation/ryujinx/ryujinx-1.1.1104.ebuild
@@ -336,8 +336,9 @@ RDEPEND="
"
CHECKREQS_DISK_BUILD="3G"
-DOTNET_PKG_PROJECTS=( "src/${PN^}/${PN^}.csproj" )
-
+DOTNET_PKG_PROJECTS=(
+ "src/${PN^}/${PN^}.csproj"
+)
PATCHES=(
"${FILESDIR}/${PN}-1.1.1093-better-defaults.patch"
"${FILESDIR}/${PN}-1.1.1093-disable-updates.patch"
@@ -371,7 +372,10 @@ src_test() {
src_install() {
dotnet-pkg-base_install
- fperms +x "/usr/share/${P}/${PN^}.sh"
+ # "Ryujinx.sh" launcher script is only copied for "linux-x64" RID,
+ # let's copy it unconditionally. Bug: https://bugs.gentoo.org/923817
+ exeinto "/usr/share/${P}"
+ doexe "distribution/linux/${PN^}.sh"
dotnet-pkg-base_dolauncher "/usr/share/${P}/${PN^}.sh"
newicon distribution/misc/Logo.svg "${PN^}.svg"
next reply other threads:[~2024-02-05 11:28 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-05 11:28 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-04 22:45 [gentoo-commits] repo/gentoo:master commit in: games-emulation/ryujinx/ Sam James
2025-01-27 14:51 Maciej Barć
2024-11-26 6:06 Sam James
2024-10-29 23:22 Maciej Barć
2024-10-23 16:28 Sam James
2024-10-04 7:58 Maciej Barć
2024-09-18 20:14 Maciej Barć
2024-09-18 19:52 Maciej Barć
2024-05-30 13:15 Maciej Barć
2024-05-01 23:38 Sam James
2024-01-08 19:22 Maciej Barć
2023-11-24 13:43 Maciej Barć
2023-11-24 13:43 Maciej Barć
2023-10-30 23:15 Maciej Barć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1707132511.4a9728077951bd4078a3e32eb1cdd8b81935410c.xgqt@gentoo \
--to=xgqt@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox