Diff prismlauncher-7.1 with a prismlauncher-7.2
/usr/portage/games-action/prismlauncher/prismlauncher-7.2.ebuild 2023-10-09 14:52:31.052368389 +0300 | ||
---|---|---|
28 | 28 |
# The Prism's files are unpacked to ${WORKDIR}/PrismLauncher-${PV} |
29 | 29 |
S="${WORKDIR}/${MY_PN}-${PV}" |
30 | 30 | |
31 |
KEYWORDS="amd64 ~arm64" |
|
31 |
KEYWORDS="~amd64 ~arm64" |
|
32 | 32 |
fi |
33 | 33 | |
34 | 34 |
# GPL-3 for PolyMC (PrismLauncher is forked from it) and Prism itself |
... | ... | |
118 | 118 |
-DCMAKE_INSTALL_PREFIX="/usr" |
119 | 119 |
# Resulting binary is named prismlauncher |
120 | 120 |
-DLauncher_APP_BINARY_NAME="${PN}" |
121 |
-DLauncher_BUILD_PLATFORM="Gentoo" |
|
121 | 122 |
-DLauncher_QT_VERSION_MAJOR=$(usex qt6 6 5) |
122 | 123 | |
123 | 124 |
-DENABLE_LTO=$(usex lto) |