From e0179f93a576eceadd4083d2019fbd6507d96bae Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 29 Sep 2017 18:53:32 +0200 Subject: [PATCH] solarus: bump version. --- .../solarus/{solarus-1.5.1.recipe => solarus-1.5.3.recipe} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename games-engines/solarus/{solarus-1.5.1.recipe => solarus-1.5.3.recipe} (93%) diff --git a/games-engines/solarus/solarus-1.5.1.recipe b/games-engines/solarus/solarus-1.5.3.recipe similarity index 93% rename from games-engines/solarus/solarus-1.5.1.recipe rename to games-engines/solarus/solarus-1.5.3.recipe index 0cc8dea1e..6a2d85493 100644 --- a/games-engines/solarus/solarus-1.5.1.recipe +++ b/games-engines/solarus/solarus-1.5.3.recipe @@ -4,9 +4,9 @@ Solarus is an open-source Zelda-like 2D game engine." HOMEPAGE="http://solarus-games.org" COPYRIGHT="2006-2017 Christopho, Solarus" LICENSE="GNU GPL v3" -REVISION="3" +REVISION="1" SOURCE_URI="http://www.solarus-games.org/downloads/solarus/solarus-${portVersion}-src.tar.gz" -CHECKSUM_SHA256="6cd3928a024f7c18a163a1679a92dfff3c37139c5c49fa5348704df5357e8da3" +CHECKSUM_SHA256="7608f3bdc7baef36e95db5e4fa4c8c5be0a3f436c50c53ab72d70a92aa44cc1c" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" @@ -70,4 +70,6 @@ INSTALL() mkdir -p $(dirname $includeDir) mv $prefix/include $includeDir + + rm -rf $prefix/share }