From 4c0037b0db3146b8eb2335daa8fc6a567937caa8 Mon Sep 17 00:00:00 2001 From: Tobias Jakobi Date: Thu, 16 Jan 2025 14:17:43 +0100 Subject: [PATCH] games-util/ProtonUp-Qt: fix dependencies of v2.11.1 Use the version information from the project's requirement.txt This in particular means using an up-to-date version of both the steam and the vdf library. Without these latest libs the application is not able to access any of the .vdf files of current stable Steam clients any more. While at it, at the missing gh part of the download suffix and break the overly long line. Signed-off-by: Tobias Jakobi Closes: https://github.com/gentoo/guru/pull/280 Signed-off-by: Takuya Wakazono --- .../ProtonUp-Qt/ProtonUp-Qt-2.11.1.ebuild | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/games-util/ProtonUp-Qt/ProtonUp-Qt-2.11.1.ebuild b/games-util/ProtonUp-Qt/ProtonUp-Qt-2.11.1.ebuild index c356479255..e25aa31194 100644 --- a/games-util/ProtonUp-Qt/ProtonUp-Qt-2.11.1.ebuild +++ b/games-util/ProtonUp-Qt/ProtonUp-Qt-2.11.1.ebuild @@ -10,20 +10,24 @@ inherit desktop distutils-r1 xdg DESCRIPTION="Install and manage GE-Proton, Luxtorpeda & more for Steam Lutris and Heroic." HOMEPAGE="https://davidotek.github.io/protonup-qt/" -SRC_URI="https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +SRC_URI=" + https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz +" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" RDEPEND=" - dev-python/pyaml[${PYTHON_USEDEP}] - dev-python/pyside6[dbus,gui,uitools,widgets,${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/steam[${PYTHON_USEDEP}] - dev-python/vdf[${PYTHON_USEDEP}] - dev-python/zstandard[${PYTHON_USEDEP}] + >=dev-python/pyaml-6.0[${PYTHON_USEDEP}] + >=dev-python/pyside6-6.3.0[dbus,gui,uitools,widgets,${PYTHON_USEDEP}] + >=dev-python/pyxdg-0.27[${PYTHON_USEDEP}] + >=dev-python/requests-2.27.0[${PYTHON_USEDEP}] + >=dev-python/steam-1.6.1[${PYTHON_USEDEP}] + >=dev-python/vdf-4.0[${PYTHON_USEDEP}] + >=dev-python/zstandard-0.19.0[${PYTHON_USEDEP}] " PATCHES=(