@weirdbeard I understand wanting packages to build, but this type of problem with -git packages needs to be allowed to work itself out. If you want to fix it in this package, you could add a prepare()
function to...
- check installed headers for defect with grep
- copy affected headers into srcdir
- patch copied headers with sed
- redirect
build()
to use patched headers
Other options for users:
- Use
aur/pcsx2-latest-bin
. - Use
aur/pcsx2
(currently at last version before kddockwidgets-qt6 is needed) - Add contents of PKGBUILD.append to the end of
aur/kddockwidgets-qt6
PKGBUILD before rebuilding.
Pinned Comments
weirdbeard commented on 2024-08-17 03:40 (UTC)
https://github.com/PCSX2/pcsx2/pull/11632
This package now enables Cmake Package mode proper. PCSX2 will here on, be installed in the package standard folders /usr/bin, /usr/share, /usr/lib. Following the XDG standard pcsx2's config files remain in .config/PCSX2
In order to ensure a proper and clean upgrade. Uninstall this package COMPLETELY and clear cache before reinstalling.