public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/ProtonUp-Qt/
Date: Sat, 18 Jan 2025 11:20:24 +0000 (UTC)	[thread overview]
Message-ID: <1737199212.4c0037b0db3146b8eb2335daa8fc6a567937caa8.pastalian46@gentoo> (raw)

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	other threads:[~2025-01-18 11:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-18 11:20 Takuya Wakazono [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-05 16:36 [gentoo-commits] repo/proj/guru:dev commit in: games-util/ProtonUp-Qt/ Takuya Wakazono
2025-05-04 21:13 Vincent Ahluwalia
2025-01-13 10:08 David Roman
2025-01-13 10:08 David Roman
2024-04-10 12:45 Gonçalo Negrier Duarte
2024-02-19 12:39 Gonçalo Negrier Duarte
2023-10-20 21:10 Gonçalo Negrier Duarte
2023-08-11 11:50 Gonçalo Negrier Duarte
2023-07-26 13:03 Gonçalo Negrier Duarte
2023-07-26 13:03 Gonçalo Negrier Duarte
2023-07-08 12:52 Gonçalo Negrier Duarte
2023-07-07 22:47 Gonçalo Negrier Duarte
2023-07-07 22:47 Gonçalo Negrier Duarte
2023-07-07 17:09 Gonçalo Negrier Duarte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1737199212.4c0037b0db3146b8eb2335daa8fc6a567937caa8.pastalian46@gentoo \
    --to=pastalian46@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox