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 53B9A158089 for ; Sat, 28 Oct 2023 01:15:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E79EB2BC070; Sat, 28 Oct 2023 01:15:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C95352BC029 for ; Sat, 28 Oct 2023 01:15:45 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF15E335C2E for ; Sat, 28 Oct 2023 01:15:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6983112DC for ; Sat, 28 Oct 2023 01:15:43 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1698340003.24239715346a66fa92fa7164ecd69e83f5554265.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/HeroicGamesLauncher-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.8.0.ebuild games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.9.1.ebuild games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.9.2.ebuild games-util/HeroicGamesLauncher-bin/Manifest X-VCS-Directories: games-util/HeroicGamesLauncher-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 24239715346a66fa92fa7164ecd69e83f5554265 X-VCS-Branch: master Date: Sat, 28 Oct 2023 01:15:43 +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: 3e826753-5e84-42b8-8597-90ce71916f35 X-Archives-Hash: e106c8bafa796cb57a63bd7e9d51a143 commit: 24239715346a66fa92fa7164ecd69e83f5554265 Author: Gonçalo Duarte gmail com> AuthorDate: Thu Oct 26 17:00:11 2023 +0000 Commit: David Roman gmail com> CommitDate: Thu Oct 26 17:06:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24239715 games-util/HeroicGamesLauncher-bin: drop 2.8.0, add 2.9.1, fix QA_PRESTRIPPED notice Closes: https://bugs.gentoo.org/916305 Signed-off-by: Gonçalo Duarte gmail.com> .../HeroicGamesLauncher-bin-2.9.1.ebuild | 10 ++++++++-- ...r-bin-2.8.0.ebuild => HeroicGamesLauncher-bin-2.9.2.ebuild} | 9 ++++++++- games-util/HeroicGamesLauncher-bin/Manifest | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.9.1.ebuild b/games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.9.1.ebuild index 1056c402a9..536a3668e6 100644 --- a/games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.9.1.ebuild +++ b/games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.9.1.ebuild @@ -19,6 +19,12 @@ S="${WORKDIR}/heroic-${PV}" IUSE="gamescope" +QA_PRESTRIPPED=" + opt/heroic/resources/app.asar.unpacked/build/bin/linux/gogdl + opt/heroic/resources/app.asar.unpacked/build/bin/linux/legendary + opt/heroic/resources/app.asar.unpacked/build/bin/linux/nile + opt/heroic/resources/app.asar.unpacked/build/bin/linux/vulkan-helper" + src_install() { mv "${S}" "${WORKDIR}/heroic" insinto /opt @@ -29,8 +35,8 @@ src_install() { #fix login error both EPIC and GOG fperms +x /opt/heroic/resources/app.asar.unpacked/build/bin/linux/legendary \ - /opt/heroic/resources/app.asar.unpacked/build/bin/linux/gogdl \ - /opt/heroic/resources/app.asar.unpacked/build/bin/linux/nile + /opt/heroic/resources/app.asar.unpacked/build/bin/linux/gogdl \ + /opt/heroic/resources/app.asar.unpacked/build/bin/linux/nile domenu "${FILESDIR}/HeroicGamesLauncher.desktop" newicon "${WORKDIR}/heroic/resources/app.asar.unpacked/build/icon.png" heroic.png diff --git a/games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.8.0.ebuild b/games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.9.2.ebuild similarity index 72% rename from games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.8.0.ebuild rename to games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.9.2.ebuild index 57a1ac448a..536a3668e6 100644 --- a/games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.8.0.ebuild +++ b/games-util/HeroicGamesLauncher-bin/HeroicGamesLauncher-bin-2.9.2.ebuild @@ -19,6 +19,12 @@ S="${WORKDIR}/heroic-${PV}" IUSE="gamescope" +QA_PRESTRIPPED=" + opt/heroic/resources/app.asar.unpacked/build/bin/linux/gogdl + opt/heroic/resources/app.asar.unpacked/build/bin/linux/legendary + opt/heroic/resources/app.asar.unpacked/build/bin/linux/nile + opt/heroic/resources/app.asar.unpacked/build/bin/linux/vulkan-helper" + src_install() { mv "${S}" "${WORKDIR}/heroic" insinto /opt @@ -29,7 +35,8 @@ src_install() { #fix login error both EPIC and GOG fperms +x /opt/heroic/resources/app.asar.unpacked/build/bin/linux/legendary \ - /opt/heroic/resources/app.asar.unpacked/build/bin/linux/gogdl + /opt/heroic/resources/app.asar.unpacked/build/bin/linux/gogdl \ + /opt/heroic/resources/app.asar.unpacked/build/bin/linux/nile domenu "${FILESDIR}/HeroicGamesLauncher.desktop" newicon "${WORKDIR}/heroic/resources/app.asar.unpacked/build/icon.png" heroic.png diff --git a/games-util/HeroicGamesLauncher-bin/Manifest b/games-util/HeroicGamesLauncher-bin/Manifest index ef1b095498..f1c0adab4e 100644 --- a/games-util/HeroicGamesLauncher-bin/Manifest +++ b/games-util/HeroicGamesLauncher-bin/Manifest @@ -1,2 +1,2 @@ -DIST heroic-2.8.0.tar.xz 98002940 BLAKE2B 43059c4be66e86a3a3bb8b1b93fb41259dfc8a773ccaacb4e91a5eb955e602dab21100840eded9a710950d2b9d8f1df7c2c62a48f37738ed7f1ab5a40cc46198 SHA512 e0bd8e4b36149766d4f5485ba19752058a689d234f90caa89ca707e46295bf52b52e454768da6e298608894fdca0cd44128a56b0974ff93aac49f9fbce58dd05 DIST heroic-2.9.1.tar.xz 101374412 BLAKE2B 47f9f4e80b141e58117e79b9a356e36f337fe6821a766d31d0434e8ee0699e46837facf4186a15a030775b07aefb54542ee93caa450f8487258e27347175740e SHA512 2c79681a52a5efb00280243d44f44114cb96d4a859ac8d83da8511305cda05a093f44d4dd8ceb081e88b54745df7a4817e60efbe7a04e66a5808325036c5785f +DIST heroic-2.9.2.tar.xz 101500808 BLAKE2B 93776e387e5934b59ad901cad564702a9b519dc40c5782a75cc1da111cd9cc9ec56876387aeed525d03ef425580bd49d1ef6425345c5c1d24c0fd8bbdf3dfde4 SHA512 146421dee45d1e93233a7936642146d42db307349551058dea858a869f04f32d2921b3bcc45be3ba041c9a48ae11641dce6d16b72186c4c385a7f25aa3ff19d3