commit:     4c0037b0db3146b8eb2335daa8fc6a567937caa8
Author:     Tobias Jakobi <tjakobi <AT> math <DOT> uni-bielefeld <DOT> de>
AuthorDate: Thu Jan 16 13:17:43 2025 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Jan 18 11:20:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c0037b0

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 <tjakobi <AT> math.uni-bielefeld.de>
Closes: https://github.com/gentoo/guru/pull/280
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 games-util/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 c35647925..e25aa3119 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=(

Reply via email to