Skip to content

Commit

Permalink
games-engines/devilutionx: Can be built with ninja again
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Mar 23, 2020
1 parent 7490e42 commit 5c23b66
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions games-engines/devilutionx/devilutionx-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ EAPI=7
# Sometimes build with ninja fails.
# Please check occasionally if we can revert back to ninja.
# Latest known issue:
# https://github.com/diasurgical/devilutionX/issues/490
CMAKE_MAKEFILE_GENERATOR="emake"
#
#CMAKE_MAKEFILE_GENERATOR="emake"

inherit cmake desktop

Expand Down Expand Up @@ -62,8 +62,10 @@ src_configure() {
src_install() {
dobin "${BUILD_DIR}/${PN}"

newicon -s 32 Packaging/resources/Diablo_32.png ${PN}.png
newicon -s 48 Packaging/resources/Diablo_48.png ${PN}.png
local size
for size in 32 48 ; do
newicon -s ${size} Packaging/resources/Diablo_${size}.png ${PN}.png
done
make_desktop_entry ${PN} "Diablo devolved" "/usr/share/icons/hicolor/48x48/apps/devilutionx.png"
}

Expand Down

0 comments on commit 5c23b66

Please sign in to comment.