summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* kde-frameworks/extra-cmake-modules: slotmove 5 to 0Andreas Sturmlechner2023-11-261-1/+1
| | | | | | | | | | See also: https://community.kde.org/Frameworks/6.0_Release_notes#Coinstallability "Only one version of extra-cmake-modules can be installed. The KF6 version is backwards compatible and should also be used for KF5 builds." Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* games-action/prismlauncher: stabilize 7.2-r1 for amd64Andrew Ammerlaan2023-11-091-1/+1
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/prismlauncher: add app-text/cmark to runtime dependenciesThiago Donato Ferreira2023-11-091-1/+1
| | | | | | | Closes: https://bugs.gentoo.org/917040 Co-authored-by: Mason Rocha <turret@turret.cyou> Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/prismlauncher: disable ASan in debug buildThiago Donato Ferreira2023-11-091-0/+1
| | | | | | | | | | | This caused issues with the tests on CI, and was already changed in a new release. Disabling it is easier than making a mess of DEPENDs to support it properly, particularly so since it shouldn't be an issue on new releases going forward. Closes: https://bugs.gentoo.org/911426 Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* games-action/prismlauncher: remove CMAKE_CXX_FLAGS_RELEASE from upstreamThiago Donato Ferreira2023-11-091-0/+151
According to the CMake documentation, the CMAKE_<LANG>_FLAGS_<CONFIG> flags will always be added after the CMAKE_<LANG>_FLAGS, which are the ones affected by the CXXFLAGS environment variable Gentoo uses. So, as to not override the user settings, we remove the line that sets that variable, handling both the -D_FORTIFY_SOURCE=2 and -O2 flags. CMake reference: https://cmake.org/cmake/help/v3.28/variable/CMAKE_LANG_FLAGS.html#variable:CMAKE_%3CLANG%3E_FLAGS Closes: https://bugs.gentoo.org/911858 Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>