From 90b455c757c039d5300cc748412ff5589ed236ab Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 8 Oct 2023 11:32:11 +1000 Subject: [PATCH] 2Pow: bump version --- .../2pow/{2pow-1.0.0.recipe => 2pow-1.2.0.recipe} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename haiku-games/2pow/{2pow-1.0.0.recipe => 2pow-1.2.0.recipe} (72%) diff --git a/haiku-games/2pow/2pow-1.0.0.recipe b/haiku-games/2pow/2pow-1.2.0.recipe similarity index 72% rename from haiku-games/2pow/2pow-1.0.0.recipe rename to haiku-games/2pow/2pow-1.2.0.recipe index e627e10c3..a22d9f6be 100644 --- a/haiku-games/2pow/2pow-1.0.0.recipe +++ b/haiku-games/2pow/2pow-1.2.0.recipe @@ -1,11 +1,11 @@ SUMMARY="2048 game clone for Haiku" DESCRIPTION="Join the numbers and get to the 2048 tile!" HOMEPAGE="https://github.com/threedeyes/2Pow" -COPYRIGHT="2014-2019 Gerasim Troeglazov" +COPYRIGHT="2014-2023 Gerasim Troeglazov" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/threedeyes/2Pow/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="f974e89da8c2d530084d285ba86136bf25c9eae21b3a3e2c22778c04f7b12749" +CHECKSUM_SHA256="c06983bc599a977dad24eab5186221b7a014f4283a0584e54aced7b454c67701" SOURCE_DIR="2Pow-$portVersion" ARCHITECTURES="all" @@ -22,6 +22,7 @@ BUILD_REQUIRES=" haiku_devel " BUILD_PREREQUIRES=" + makefile_engine cmd:g++ cmd:make " @@ -29,11 +30,11 @@ BUILD_PREREQUIRES=" BUILD() { make + make bindcatalogs } INSTALL() { - mkdir -p $appsDir - cp -a 2Pow $appsDir/2Pow + make install INSTALL_DIR=$appsDir addAppDeskbarSymlink $appsDir/2Pow }