From 9105464011308eecb1affd51aacff5f1d05204c6 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 18 May 2017 17:49:22 +0200 Subject: [PATCH] games-engines/solarus: bump to 1.5.3 --- ...olarus-1.5.1.exheres-0 => solarus-1.5.3.exheres-0} | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) rename packages/games-engines/solarus/{solarus-1.5.1.exheres-0 => solarus-1.5.3.exheres-0} (73%) diff --git a/packages/games-engines/solarus/solarus-1.5.1.exheres-0 b/packages/games-engines/solarus/solarus-1.5.3.exheres-0 similarity index 73% rename from packages/games-engines/solarus/solarus-1.5.1.exheres-0 rename to packages/games-engines/solarus/solarus-1.5.3.exheres-0 index 6c490ad9..036d7157 100644 --- a/packages/games-engines/solarus/solarus-1.5.1.exheres-0 +++ b/packages/games-engines/solarus/solarus-1.5.3.exheres-0 @@ -3,6 +3,7 @@ require lua [ whitelist="5.1" multibuild=false ] require cmake [ api=2 ] +require gtk-icon-cache SUMMARY="An open-source Zelda-like 2D game engine" HOMEPAGE="http://www.solarus-games.org/" @@ -27,12 +28,10 @@ DEPENDENCIES=" " CMAKE_SRC_CONFIGURE_PARAMS=( - -DSOLARUS_INSTALL_DESTINATION="/usr/$(exhost --target)/bin" + -DCMAKE_INSTALL_PREFIX="/usr" + -DSOLARUS_EXECUTABLE_INSTALL_DESTINATION="/usr/$(exhost --target)/bin" + -DSOLARUS_HEADERS_INSTALL_DESTINATION="/usr/$(exhost --target)/include" + -DSOLARUS_LIBRARY_INSTALL_DESTINATION="/usr/$(exhost --target)/lib" -DSOLARUS_USE_LUAJIT=OFF ) -src_install() { - cmake_src_install - doman "${CMAKE_SOURCE}"/solarus.6 -} -