public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/ProtonUp-Qt/
Date: Mon, 13 Jan 2025 10:08:16 +0000 (UTC)	[thread overview]
Message-ID: <1736762916.99ca981013ab1385ca1675376124462d0b0755f2.davidroman@gentoo> (raw)

commit:     99ca981013ab1385ca1675376124462d0b0755f2
Author:     Tobias Jakobi <tjakobi <AT> math <DOT> uni-bielefeld <DOT> de>
AuthorDate: Sun Jan 12 16:03:54 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan 13 10:08:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99ca9810

games-util/ProtonUp-Qt: fix pyside6 deps on Git/9999

Launching ProtonUp-Qt with the currently available pyside6 version
(which is 6.8.1 at the time of writing) fails due to missing
Python module imports.

Analysis of the ProtonUp-Qt sourcecode (Git tip from 2025-01-12)
shows that the following imports are required:
- PySide6.QtCore
- PySide6.QtDBus
- PySide6.QtGui
- PySide6.QtUiTools
- PySide6.QtWidgets

QtCore is always available in pysid6. Translating them to useflags
they become:
- dbus
- gui
- uitools
- widgets

Fix the pyside6 dependency accordingly.

Signed-off-by: Tobias Jakobi <tjakobi <AT> math.uni-bielefeld.de>
Closes: https://github.com/gentoo/guru/pull/277
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild b/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild
index fe322a173..97cf515d6 100644
--- a/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild
+++ b/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
 
 DEPEND="dev-python/steam
 	dev-python/requests
-	dev-python/pyside6[designer(+)]
+	dev-python/pyside6[dbus,gui,uitools,widgets]
 	dev-python/vdf
 	dev-python/pyxdg
 	dev-python/pyaml


WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/ProtonUp-Qt/
Date: Mon, 13 Jan 2025 11:38:31 +0000 (UTC)	[thread overview]
Message-ID: <1736762916.99ca981013ab1385ca1675376124462d0b0755f2.davidroman@gentoo> (raw)
Message-ID: <20250113113831.rNLVHwUvkQ02kj80H5rp7j1CodbluxIndPbd73Uikas@z> (raw)

commit:     99ca981013ab1385ca1675376124462d0b0755f2
Author:     Tobias Jakobi <tjakobi <AT> math <DOT> uni-bielefeld <DOT> de>
AuthorDate: Sun Jan 12 16:03:54 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan 13 10:08:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99ca9810

games-util/ProtonUp-Qt: fix pyside6 deps on Git/9999

Launching ProtonUp-Qt with the currently available pyside6 version
(which is 6.8.1 at the time of writing) fails due to missing
Python module imports.

Analysis of the ProtonUp-Qt sourcecode (Git tip from 2025-01-12)
shows that the following imports are required:
- PySide6.QtCore
- PySide6.QtDBus
- PySide6.QtGui
- PySide6.QtUiTools
- PySide6.QtWidgets

QtCore is always available in pysid6. Translating them to useflags
they become:
- dbus
- gui
- uitools
- widgets

Fix the pyside6 dependency accordingly.

Signed-off-by: Tobias Jakobi <tjakobi <AT> math.uni-bielefeld.de>
Closes: https://github.com/gentoo/guru/pull/277
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild b/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild
index fe322a173..97cf515d6 100644
--- a/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild
+++ b/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
 
 DEPEND="dev-python/steam
 	dev-python/requests
-	dev-python/pyside6[designer(+)]
+	dev-python/pyside6[dbus,gui,uitools,widgets]
 	dev-python/vdf
 	dev-python/pyxdg
 	dev-python/pyaml


             reply	other threads:[~2025-01-13 10:08 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-13 10:08 David Roman [this message]
2025-01-13 11:38 ` [gentoo-commits] repo/proj/guru:master commit in: games-util/ProtonUp-Qt/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2025-01-18 11:20 [gentoo-commits] repo/proj/guru:dev " Takuya Wakazono
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=1736762916.99ca981013ab1385ca1675376124462d0b0755f2.davidroman@gentoo \
    --to=davidroman96@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