From 756334db7d87f8a52c2d48302b88c39b613d51f4 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 1 Jul 2020 12:19:06 +0200 Subject: games-action/teeworlds: Up to speed with 2020: cmake.eclass, py38+39 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner --- games-action/teeworlds/teeworlds-0.7.5.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'games-action') diff --git a/games-action/teeworlds/teeworlds-0.7.5.ebuild b/games-action/teeworlds/teeworlds-0.7.5.ebuild index f2e0b2da85e6..7e5532fed006 100644 --- a/games-action/teeworlds/teeworlds-0.7.5.ebuild +++ b/games-action/teeworlds/teeworlds-0.7.5.ebuild @@ -3,12 +3,11 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) - -inherit cmake-utils desktop python-any-r1 xdg-utils +PYTHON_COMPAT=( python3_{6,7,8,9} ) COMMIT_LANG="4ba6f824e9c34565e61340d25bc8c3cc004d40fb" COMMIT_MAPS="1d3401a37a3334e311faf18a22aeff0e0ac9ee65" +inherit cmake desktop python-any-r1 xdg-utils DESCRIPTION="Online multi-player platform 2D shooter" HOMEPAGE="https://www.teeworlds.com/" @@ -17,7 +16,7 @@ SRC_URI=" https://github.com/teeworlds/teeworlds/archive/${PV}.tar.gz -> ${P}.tar.gz https://github.com/teeworlds/teeworlds-maps/archive/${COMMIT_MAPS}.tar.gz -> ${P}-maps.tar.gz https://github.com/teeworlds/teeworlds-translation/archive/${COMMIT_LANG}.tar.gz -> ${P}-translation.tar.gz - " +" LICENSE="ZLIB" SLOT="0" @@ -26,7 +25,7 @@ IUSE="debug dedicated" RDEPEND=" !dedicated? ( - app-arch/bzip2 + app-arch/bzip2:= media-libs/freetype media-libs/libsdl[X,sound,opengl,video] media-libs/pnglite @@ -41,13 +40,13 @@ RDEPEND=" DEPEND="${RDEPEND} ${PYTHON_DEPS}" src_prepare() { + cmake_src_prepare rm -r "${S}/datasrc/languages" || die rm -r "${S}/datasrc/maps" || die mv "${WORKDIR}/${PN}-translation-${COMMIT_LANG}" "${S}/datasrc/languages" || die mv "${WORKDIR}/${PN}-maps-${COMMIT_MAPS}" "${S}/datasrc/maps" || die cp "${DISTDIR}/${PN}.png" "${S}/" || die python_fix_shebang scripts/ - cmake-utils_src_prepare } src_configure() { @@ -57,11 +56,11 @@ src_configure() { -DPYTHON_EXECUTABLE="${PYTHON}" ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install doicon -s 256 "${PN}.png" domenu other/teeworlds.desktop newinitd "${FILESDIR}"/${PN}-init.d ${PN} -- cgit v1.2.3-65-gdbad