diff options
author | 2020-03-22 14:30:55 +0000 | |
---|---|---|
committer | 2020-03-22 14:33:19 +0000 | |
commit | d0fee1992a50df8aec952854b3ba631c181aa0f0 (patch) | |
tree | 9a4c11211551a5608b94006044d6e483d0535292 /app-emulation/fs-uae-launcher | |
parent | app-emulation/fs-uae: Version bump to 3.0.3, drop old 3.0.2 (diff) | |
download | gentoo-d0fee1992a50df8aec952854b3ba631c181aa0f0.tar.gz gentoo-d0fee1992a50df8aec952854b3ba631c181aa0f0.tar.bz2 gentoo-d0fee1992a50df8aec952854b3ba631c181aa0f0.zip |
app-emulation/fs-uae-launcher: Version bump to 3.0.3, drop old 3.0.2
Package-Manager: Portage-2.3.94, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-emulation/fs-uae-launcher')
-rw-r--r-- | app-emulation/fs-uae-launcher/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/fs-uae-launcher/files/fs-uae-launcher-2.8.3-QApplication.patch | 13 | ||||
-rw-r--r-- | app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.3.ebuild (renamed from app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.2-r1.ebuild) | 1 |
3 files changed, 1 insertions, 15 deletions
diff --git a/app-emulation/fs-uae-launcher/Manifest b/app-emulation/fs-uae-launcher/Manifest index c6d0aab83270..7473dab446a6 100644 --- a/app-emulation/fs-uae-launcher/Manifest +++ b/app-emulation/fs-uae-launcher/Manifest @@ -1 +1 @@ -DIST fs-uae-launcher-3.0.2.tar.gz 9633002 BLAKE2B 81e5a9cbdb4f094735fdbffa291c86bea74e3306ea1bc8365ba215daf970665ab45515c82dd180bfc965f5a2ff83c29a9cd8b21b343e6e6c7ebb4d95dbafd8d0 SHA512 6e9d5588b4cee79b7d5468b7d5e3d6c82e54957fcb0b05d3e9d1da8710336f0af82821fea37ee4cf4e0dc12ead6096183fe488afe860ce11573fd828718ba3d3 +DIST fs-uae-launcher-3.0.3.tar.gz 9633064 BLAKE2B e5f80762407d95a64611121aaf936efaa915bdaef85a87e20998c0349f3f9c9b0640de0a9122c57b957ef031b15461012b5a8aecf13147d987b5db647b26e983 SHA512 dcb88af8e6f791dba9a48aa6fa706dd99288f1fe4b44250cc9c55342eee943c52f94c53b502fe8d570cc259f54583f345ed430e0e3a9878bd2a966ade4789b3c diff --git a/app-emulation/fs-uae-launcher/files/fs-uae-launcher-2.8.3-QApplication.patch b/app-emulation/fs-uae-launcher/files/fs-uae-launcher-2.8.3-QApplication.patch deleted file mode 100644 index 446bfd835912..000000000000 --- a/app-emulation/fs-uae-launcher/files/fs-uae-launcher-2.8.3-QApplication.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://bugs.gentoo.org/684948 - ---- fs-uae-launcher-2.8.3/fsui/qt/qt.py 2017-01-08 19:48:56.000000000 +0000 -+++ fs-uae-launcher-2.8.3/fsui/qt/qt.py 2019-05-03 22:28:16.979041988 +0100 -@@ -60,7 +60,7 @@ - # fix_qt_for_maverick() - - fsbc.desktop.set_open_url_in_browser_function(open_url_in_browser) -- qapplication = QtBaseApplication([]) -+ qapplication = QtBaseApplication(['']) - initialize_qt_style(qapplication) - return qapplication - diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.2-r1.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.3.ebuild index 834209e132d5..53aa235293ca 100644 --- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.2-r1.ebuild +++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.0.3.ebuild @@ -32,7 +32,6 @@ DEPEND=" PATCHES=( "${FILESDIR}"/${PN}-3.0.0-ROMs.patch - "${FILESDIR}"/${PN}-2.8.3-QApplication.patch ) src_prepare() { |