From c8c2b122df9c439ba8e7d6416e1a4d90e225845c Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 20 Oct 2017 16:34:27 +0200 Subject: [PATCH] openttd_gfx: bump version. --- ..._gfx-0.5.2.recipe => openttd_gfx-0.5.4.recipe} | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) rename games-simulation/openttd_gfx/{openttd_gfx-0.5.2.recipe => openttd_gfx-0.5.4.recipe} (77%) diff --git a/games-simulation/openttd_gfx/openttd_gfx-0.5.2.recipe b/games-simulation/openttd_gfx/openttd_gfx-0.5.4.recipe similarity index 77% rename from games-simulation/openttd_gfx/openttd_gfx-0.5.2.recipe rename to games-simulation/openttd_gfx/openttd_gfx-0.5.4.recipe index 1c83e07d7..bbc634b47 100644 --- a/games-simulation/openttd_gfx/openttd_gfx-0.5.2.recipe +++ b/games-simulation/openttd_gfx/openttd_gfx-0.5.4.recipe @@ -9,23 +9,18 @@ This package provides free to use graphics file. You can use them if you \ don't have the files from the original Transport Tycoon Deluxe game. " HOMEPAGE="http://www.openttd.org" -SOURCE_URI="http://binaries.openttd.org/extra/opengfx/$portVersion/opengfx-$portVersion-all.zip#noarchive" -CHECKSUM_SHA256="19be61f1cb04cbb3cb9602f0b8eb6e6f56ecbefbfdd6e0e03f9579e5a5c1cbc8" -COPYRIGHT="2005-2013 OpenTTD Team" LICENSE="GNU GPL v2" +COPYRIGHT="2005-2013 OpenTTD Team" REVISION="1" +SOURCE_URI="http://bundles.openttdcoop.org/opengfx/releases/$portVersion/opengfx-$portVersion.zip#noarchive" +CHECKSUM_SHA256="3d136d776906dbe8b5df1434cb9a68d1249511a3c4cfaca55cc24cc0028ae078" + ARCHITECTURES="any" PROVIDES=" openttd_gfx = $portVersion " -#REQUIRES=" -# " - -#BUILD_REQUIRES=" -# " - BUILD_PREREQUIRES=" cmd:tar cmd:unzip @@ -34,7 +29,7 @@ BUILD_PREREQUIRES=" BUILD() { rm -Rf opengfx-$portVersion - unzip -o opengfx-$portVersion-all.zip + unzip -o opengfx-$portVersion.zip tar xvf opengfx-$portVersion.tar rm opengfx-$portVersion.tar }