Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-emulation/proton-ge-custom-bin/
Date: Thu, 11 Aug 2022 13:45:18
Message-Id: 1659891025.4d6ad81428de15c5e339791cad502002c6a1cbb7.andrewammerlaan@gentoo
1 commit: 4d6ad81428de15c5e339791cad502002c6a1cbb7
2 Author: Jhonatan Justin <jhonatan <AT> justin <DOT> com <DOT> br>
3 AuthorDate: Sun Aug 7 16:50:25 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 7 16:50:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d6ad814
7
8 app-emulation/proton-ge-custom-bin: add 7.29
9
10 Signed-off-by: Jhonatan Justin <jhonatan <AT> justin.com.br>
11
12 app-emulation/proton-ge-custom-bin/Manifest | 1 +
13 .../proton-ge-custom-bin-7.29.ebuild | 25 ++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/app-emulation/proton-ge-custom-bin/Manifest b/app-emulation/proton-ge-custom-bin/Manifest
17 index 5eb18aff5..71568d700 100644
18 --- a/app-emulation/proton-ge-custom-bin/Manifest
19 +++ b/app-emulation/proton-ge-custom-bin/Manifest
20 @@ -1,2 +1,3 @@
21 DIST GE-Proton7-27.tar.gz 415170082 BLAKE2B 1773d34defe483a6c894d55de1089eb831f1d44e92bfae5c46faeec825fa8b2cc7c05ac9ca9a05d6ea0c393aa90fe06334a0c07feef71631e27a7dbf30e3dcda SHA512 b741594fbc062bf7e5b5228273680807fb3eb20cfa04993b2e4ce9442ebed18f3e84ca5d59ee19381165d595932fe54b720526bd1f41b2bf74b13a20308de5ee
22 DIST GE-Proton7-28.tar.gz 416168736 BLAKE2B 8be4361f8ee4c596cd0ccc7451d204f011c4ddc253822c23e0c411f545fad9f56ce8e5fcdb7ac606e2a2e679c4a09ac488246b909106f89730744db43a909458 SHA512 a08b922c4a294edaaec5773ad7114b16114e06273da86ac8f9e8272065043db7b2cb3f1f944d634243e4f845c19fbeae2f53c56efb40a41471c7405f91d51590
23 +DIST GE-Proton7-29.tar.gz 416341212 BLAKE2B 42cae5797804e677eebc9ea46c9beec8d9e6945a4538e16cf2a9def61b9cea6945fb68e05b37a2962a18056a6656d73be77ebbeab88770513ee168d991833f84 SHA512 b4c7a6894302a302a15b6f3968987c98190461e9cbb4afa7738fe28fb24b1a2730140c424efc60a77624c8867bcc52e3b6ae1a60c9246aedf208ddb994d602d5
24
25 diff --git a/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-7.29.ebuild b/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-7.29.ebuild
26 new file mode 100644
27 index 000000000..6a91640c6
28 --- /dev/null
29 +++ b/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-7.29.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +MULTILIB_COMPAT=( abi_x86_{32,64} )
36 +inherit multilib-minimal
37 +
38 +DESCRIPTION="A fancy custom distribution of Valves Proton with various patches"
39 +HOMEPAGE="https://github.com/GloriousEggroll/proton-ge-custom"
40 +SRC_URI="https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton${PV/./-}/GE-Proton${PV/./-}.tar.gz"
41 +S="${WORKDIR}/GE-Proton${PV/./-}"
42 +LICENSE="0BSD LGPL-2+ ZLIB MIT MPL-2.0 OFL-1.1 BSD"
43 +SLOT="${PV}"
44 +KEYWORDS="~amd64"
45 +RESTRICT="mirror strip"
46 +QA_PREBUILT={*}
47 +
48 +RDEPEND="
49 + media-libs/mesa[vulkan,${MULTILIB_USEDEP}]
50 + media-libs/vulkan-loader[${MULTILIB_USEDEP}]"
51 +
52 +src_install() {
53 + insinto "/usr/share/Steam/compatibilitytools.d/"
54 + doins -r "${S}"
55 +}