games-fps/doomsday: use qmake-utils instead of qt5-build (bug #571918)

Package-Manager: portage-2.2.26
This commit is contained in:
Michael Sterrett
2016-01-14 16:11:07 -05:00
parent 1239749ed4
commit ad3e108284

View File

@@ -6,7 +6,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit python-r1 eutils qt5-build games
inherit python-r1 eutils qmake-utils games
DESCRIPTION="A modern gaming engine for Doom, Heretic, and Hexen"
HOMEPAGE="http://www.dengine.net/"
@@ -95,8 +95,6 @@ src_prepare() {
use openal && echo "CONFIG += deng_openal"
} > config_user.pri || die
qt5-build_src_prepare
}
#Usage: doom_make_wrapper <name> <game> <icon> <desktop entry title> [args]
@@ -108,12 +106,11 @@ doom_make_wrapper() {
}
src_configure() {
qt5-build_src_configure
eqmake5 doomsday.pro
}
src_install() {
qt5-build_src_install
emake INSTALL_ROOT="${D}" install
dodoc "${S}"/../README.md
mv "${D}/${GAMES_DATADIR}"/{${PN}/data/jdoom,doom-data} || die