mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-emulation/azahar: fix build with Qt 6.10
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST azahar-2123.3-fix-build-with-qt-6.10.patch 1096 BLAKE2B a9fabc08b2e1ee55b95e26c312b0ef140e2b91975f0e2989d14fbc61c9a2ee0de2aebe41209d91ba79efe25d3da51df14bb5be956940dcd6692814b06b5ae05b SHA512 b6252e52a12c017c80e73b22c4cce9f36160a7b6f2f07acdb09d26e14f4b37332c795b0d969eb6b6c315a5d0e557eee65c7a56043536a0ebbd2948e9a2b3b322
|
||||
DIST azahar-2123.3.tar.xz 40454048 BLAKE2B 0ef881134994a4be7d0ebc7ff42ad0565d1a96c59e7b2be758b7551357b4f5411ffa3dca3953cae1850bf9a6a3d5a19ca338b0ce5341d6ae0a059a87728aac36 SHA512 fed40684619792afa1b500a7890ef5e8cf6b807f861ab3b4d9bfe9a7b4dcab50762f90a5e17d94d33f88b3538777b475235dc70518321cc2183ec7e7da64f46b
|
||||
|
||||
@@ -7,7 +7,11 @@ inherit cmake xdg
|
||||
|
||||
DESCRIPTION="An open-source 3DS emulator project based on Citra"
|
||||
HOMEPAGE="https://azahar-emu.org"
|
||||
SRC_URI="https://github.com/azahar-emu/azahar/releases/download/${PV}/azahar-unified-source-${PV}.tar.xz -> ${P}.tar.xz"
|
||||
SRC_URI="
|
||||
https://github.com/azahar-emu/azahar/releases/download/${PV}/azahar-unified-source-${PV}.tar.xz -> ${P}.tar.xz
|
||||
https://github.com/azahar-emu/azahar/commit/1f483e1d335374482845d0325ac8b13af3162c53.patch ->
|
||||
${PN}-2123.3-fix-build-with-qt-6.10.patch
|
||||
"
|
||||
|
||||
S="${WORKDIR}/azahar-unified-source-${PV}"
|
||||
|
||||
@@ -55,6 +59,7 @@ BDEPEND="
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${DISTDIR}/${PN}-2123.3-fix-build-with-qt-6.10.patch"
|
||||
"${FILESDIR}/${PN}-2122.1-explicitly-require-the-tsl-robin-map-package.patch"
|
||||
"${FILESDIR}/${PN}-2122.1-import-some-of-the-symbols-from-spv.patch"
|
||||
"${FILESDIR}/${PN}-2122.1-link-to-Catch2-only-when-tests-are-enabled.patch"
|
||||
|
||||
Reference in New Issue
Block a user