commit:     83473d5cb2dc61c9a5d8f1b8401b3e71895e4841
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 24 15:39:56 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Aug 24 15:42:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83473d5c

app-emulation/fs-uae-launcher: Migrate to qt6

This was done by myself against the stable branch independently of the
migration in the upstream beta and master branches.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 app-emulation/fs-uae-launcher/Manifest                         |  1 +
 ...launcher-3.1.70.ebuild => fs-uae-launcher-3.1.70-r1.ebuild} | 10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/app-emulation/fs-uae-launcher/Manifest 
b/app-emulation/fs-uae-launcher/Manifest
index 42be2cdab6a4..61a9e7463cc7 100644
--- a/app-emulation/fs-uae-launcher/Manifest
+++ b/app-emulation/fs-uae-launcher/Manifest
@@ -1 +1,2 @@
+DIST fs-uae-launcher-3.1.70-qt6.patch 84928 BLAKE2B 
830717b0cbe88b2d002691f8d584e5edd90e9a45c022b4e44fbc408615a1e8b67693febc8e946ba10a50bb20fafc4dcac75206104996a0431079bad26459ff45
 SHA512 
9aeb496ff98094d17574dd9374693b3db70eefb4bbe8595c6fccce8fd4b5e1abf23e836df111f1253774d5a55091ae39d6d6b8b9d42d7c7fa26c38456dddb0a6
 DIST fs-uae-launcher-3.1.70.tar.xz 7707368 BLAKE2B 
fce6e47b1e09fbfae4959cffe55fec5803aa4dca511af76d621fba2156eee5d76164c0ff5dfad75864b3c2fd5c0a8b5968181538d37b9a039ffd8ab037eeafa2
 SHA512 
6a4eca273ebd21f64ee0a863497fb39c8b17b6dba0b99a0122f33ea688fb2b341998280b3d0ab4cac2d913bc15834dfec3a1662331dea48933135a82e29f5a83

diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.70.ebuild 
b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.70-r1.ebuild
similarity index 86%
rename from app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.70.ebuild
rename to app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.70-r1.ebuild
index d902244e89ef..381aa6cf1762 100644
--- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.70.ebuild
+++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.70-r1.ebuild
@@ -9,9 +9,10 @@ DISTUTILS_SINGLE_IMPL=yes
 
 inherit distutils-r1 xdg
 
-DESCRIPTION="PyQt5-based launcher for FS-UAE"
+DESCRIPTION="PyQt-based launcher for FS-UAE"
 HOMEPAGE="https://fs-uae.net/";
-SRC_URI="https://fs-uae.net/files/FS-UAE-Launcher/Stable/${PV}/${P}.tar.xz";
+SRC_URI="https://fs-uae.net/files/FS-UAE-Launcher/Stable/${PV}/${P}.tar.xz
+       
https://github.com/chewi/fs-uae-launcher/compare/stable...stable-qt6.patch -> 
${P}-qt6.patch"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64"
@@ -21,7 +22,7 @@ RESTRICT="test" # The test files are just boilerplate.
 RDEPEND="
        app-emulation/fs-uae
        $(python_gen_cond_dep '
-               
dev-python/pyqt5[${PYTHON_USEDEP},declarative,gui,network,opengl,widgets]
+               dev-python/pyqt6[${PYTHON_USEDEP},gui,network,opengl,widgets]
                dev-python/pyopengl[${PYTHON_USEDEP}]
                dev-python/requests[${PYTHON_USEDEP}]
                lha? ( dev-python/lhafile[${PYTHON_USEDEP}] )
@@ -33,6 +34,7 @@ BDEPEND="
 "
 
 PATCHES=(
+       "${DISTDIR}"/${P}-qt6.patch
        "${FILESDIR}"/${PN}-3.0.0-ROMs.patch
 )
 
@@ -50,8 +52,6 @@ pkg_postinst() {
 
        elog "Some important information:"
        elog
-       ewarn " - Do not use QtCurve, it will crash PyQt5!"
-       elog
        elog " - By default, FS-UAE creates its directories under 
Documents/FS-UAE."
        elog "   If your Documents directory is not configured according to the 
XDG"
        elog "   user diretory spec, ~/FS-UAE will be used as a fallback."

Reply via email to