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 BA1D7158041 for ; Wed, 10 Apr 2024 11:28:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A40F4E29EE; Wed, 10 Apr 2024 11:28:25 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8267FE29EE for ; Wed, 10 Apr 2024 11:28:25 +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 66E4734324F for ; Wed, 10 Apr 2024 11:28:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03685135F for ; Wed, 10 Apr 2024 11:28:23 +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: <1712748373.04186a2c08b2adbaeb2e2201a86002e402e74dc9.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-fps/far-cry-demo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-fps/far-cry-demo/far-cry-demo-9999.ebuild X-VCS-Directories: games-fps/far-cry-demo/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 04186a2c08b2adbaeb2e2201a86002e402e74dc9 X-VCS-Branch: master Date: Wed, 10 Apr 2024 11:28:23 +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: 29828036-28fa-4104-bb37-0cb2b3a75bf7 X-Archives-Hash: a3f834f957fe4c1bca27859777df1e43 commit: 04186a2c08b2adbaeb2e2201a86002e402e74dc9 Author: Vitaly Zdanevich ya ru> AuthorDate: Wed Apr 10 11:26:13 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed Apr 10 11:26:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04186a2c games-fps/far-cry-demo: WINEPREFIX to variable; einfo remove dxvk advice that broke the game on my antoher computer Signed-off-by: Vitaly Zdanevich ya.ru> games-fps/far-cry-demo/far-cry-demo-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-fps/far-cry-demo/far-cry-demo-9999.ebuild b/games-fps/far-cry-demo/far-cry-demo-9999.ebuild index 66e702591a..c582ebb6e2 100644 --- a/games-fps/far-cry-demo/far-cry-demo-9999.ebuild +++ b/games-fps/far-cry-demo/far-cry-demo-9999.ebuild @@ -30,13 +30,14 @@ src_install() { dodir /usr/bin cp -r . "$ED/$path" || die - echo "cd $path$PN; WINEPREFIX=/home/\$USER/.wine-far-cry-demo $conty wine /opt/games/$PN/FarCry.exe; cd -" > "$ED/usr/bin/$PN" + pr="WINEPREFIX=/home/\$USER/.wine-far-cry-demo" + + echo "cd $path$PN; $pr $conty wine /opt/games/$PN/FarCry.exe; cd -" > "$ED/usr/bin/$PN" fperms +x "/usr/bin/$PN" } pkg_postinst() { - einfo "DXVK increase FPS, so try $conty winetricks dxvk vkd3d" einfo "Downloaded from https://www.moddb.com/games/far-cry/downloads/far-cry-demo-1" einfo "" einfo "More about the game:"