diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-07-01 23:29:08 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-07-01 23:29:08 +0100 |
commit | dafb3f89c1133d028ad628dea8b30961e0ef8498 (patch) | |
tree | 22964b579190bc7d1fb7894e7f7d7cb3c41d6cdf /games-util/heroic-bin | |
parent | e1114f7a914a6679ee7751c878b857b2fc193b52 (diff) |
gentoo auto-resync : 01:07:2023 - 23:29:08
Diffstat (limited to 'games-util/heroic-bin')
-rw-r--r-- | games-util/heroic-bin/Manifest | 2 | ||||
-rw-r--r-- | games-util/heroic-bin/heroic-bin-2.8.0.ebuild | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/games-util/heroic-bin/Manifest b/games-util/heroic-bin/Manifest index 5c61236dd48f..f395af849415 100644 --- a/games-util/heroic-bin/Manifest +++ b/games-util/heroic-bin/Manifest @@ -1,5 +1,5 @@ DIST com.heroicgameslauncher.hgl.desktop-6dfb2758e531af693f0baffa15240f152aadd68b 317 BLAKE2B e4c7cc834bc8688703b982897b13542543a3d28c50f7fe3f8e680c233762d612c0b24f7036919571451b96002f493cb55fb6d75241e124879ae486c5b4053f96 SHA512 314c7449ee7b83c77eda117536d0c2da1c5d3882a3f08f5fe0381451de734ed388e8941de8440521dad2f2fc335d214345e7301a2929b8fefa4f64a7a2ff804e DIST com.heroicgameslauncher.hgl.png-6dfb2758e531af693f0baffa15240f152aadd68b 9797 BLAKE2B c6f76df4ec2fd25323f5c37e03605647ede8f8c2ed48cfbb8af11aad22ae90182d3678b943633b46a2d8dfb0c1cbd1a275b6c62dde238b9b0f68cbafb4bf3697 SHA512 68e9881fb4f123008398409825aa8cf70cec34365a23adb1234f7c054a14f40d159e7d8912cfedac0bb2b12f1d3c3c980469c2fca9735d4bc06bd4074aecc7e3 DIST heroic-bin-2.8.0.tar.xz 98002940 BLAKE2B 43059c4be66e86a3a3bb8b1b93fb41259dfc8a773ccaacb4e91a5eb955e602dab21100840eded9a710950d2b9d8f1df7c2c62a48f37738ed7f1ab5a40cc46198 SHA512 e0bd8e4b36149766d4f5485ba19752058a689d234f90caa89ca707e46295bf52b52e454768da6e298608894fdca0cd44128a56b0974ff93aac49f9fbce58dd05 -EBUILD heroic-bin-2.8.0.ebuild 3046 BLAKE2B 405afef39539fc83ee272a7be31ec36f7b729f27369b8a2bed6d3714a596de5ac0ab34a5cb77d1fb30cc23e2de2d46bfc93c5db5913d227a8151c98f7f47b4f6 SHA512 41b51ef550766701dd3d816b7ba9787137d5f44528cc20230282936c4addbeac019113daa38ef7778d8ccc7f9e11109f24b86ed2d50f0e1a9afa06d9e8f8654f +EBUILD heroic-bin-2.8.0.ebuild 3280 BLAKE2B ab3cd28a5fe209a663df24ceeb8efba11c95dd3c78e69afa7a682a33f31fd2313a33f4344cbad9fa42cfa333399eda28c871be0b6bd35a552c69ecae991e08b1 SHA512 d0329a1d7a39e54414a1832a3512dd4e1ecbb4b5bd619feaf34b285ad46f33da46204ecc438d272870a3cdf2901efdfe4496a9833bd87012ec903fc8fecfadca MISC metadata.xml 713 BLAKE2B 3cc0678930075e7751c2368901934ba93bebe7934449f1fdec62d21d2b418f8902660c2b6e998aeaf20559cd97c2cd333054bdd465924fd3eef630b31113ea23 SHA512 038cf66c580bd66cc692764aa0a5144146d520182f42b730ecb238a123982e7d37370c074409dd3e430372fe8e89d4ffa68e9412545b957723e70787b9f4d180 diff --git a/games-util/heroic-bin/heroic-bin-2.8.0.ebuild b/games-util/heroic-bin/heroic-bin-2.8.0.ebuild index 986384bbf90f..2f2a822eceb2 100644 --- a/games-util/heroic-bin/heroic-bin-2.8.0.ebuild +++ b/games-util/heroic-bin/heroic-bin-2.8.0.ebuild @@ -12,8 +12,9 @@ CHROMIUM_LANGS=" hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv sw ta te th tr uk ur vi zh-CN zh-TW " +PYTHON_COMPAT=( python3_{10..12} ) -inherit chromium-2 desktop xdg +inherit chromium-2 desktop python-single-r1 xdg DESCRIPTION="GOG and Epic Games Launcher for Linux" HOMEPAGE="https://heroicgameslauncher.com/ @@ -33,8 +34,10 @@ S="${WORKDIR}"/${APP_NAME} LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" + ${PYTHON_DEPS} app-accessibility/at-spi2-core app-arch/brotli app-arch/bzip2 @@ -120,6 +123,9 @@ src_install() { fowners root "${app_root}"/chrome-sandbox fperms 4711 "${app_root}"/chrome-sandbox + dosym -r "${PYTHON}" \ + "${app_root}"/resources/app.asar.unpacked/node_modules/register-scheme/build/node_gyp_bins/python3 + find "${app_dest}" -type f -name "*.a" -exec rm {} + || die dosym -r "${app_root}"/heroic /usr/bin/heroic-run |