From 58a0a660b18c546e8c2b8a5ebf7f9da5aba2a991 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Tue, 24 Oct 2023 17:36:13 +0200 Subject: [PATCH] BeMines: Update to v1.2 --- .../{bemines-1.1.1.recipe => bemines-1.2.recipe} | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) rename haiku-games/bemines/{bemines-1.1.1.recipe => bemines-1.2.recipe} (84%) diff --git a/haiku-games/bemines/bemines-1.1.1.recipe b/haiku-games/bemines/bemines-1.2.recipe similarity index 84% rename from haiku-games/bemines/bemines-1.1.1.recipe rename to haiku-games/bemines/bemines-1.2.recipe index d346f1615..b11f3fd30 100644 --- a/haiku-games/bemines/bemines-1.1.1.recipe +++ b/haiku-games/bemines/bemines-1.2.recipe @@ -15,12 +15,11 @@ around the number. Of course, if you've made a mistake, you'll probably \ set off a mine. Left clicking while holding down SHIFT will also do this." HOMEPAGE="https://github.com/HaikuArchives/BeMines" COPYRIGHT="2009 Jon Yoder - 2018-2020 Kevin Adams, Adrien Destugues, Humdinger, Raheem Idowu, Janus, \ - Justin Stressman" + 2018-2023 The HaikuArchives Team" LICENSE="MIT" -REVISION="2" +REVISION="1" SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="6e0ad89f0407c1897633dc6248cc6592ba9bc42173539bbcab78c16c13143511" +CHECKSUM_SHA256="bbc54242d43c4ba1d0b8a9574a0035997e0e1532e630cd3cf937243323c218b7" SOURCE_DIR="BeMines-$portVersion" ARCHITECTURES="all" @@ -52,8 +51,8 @@ BUILD() INSTALL() { mkdir -p $appsDir/BeMines - cp src/BeMines $appsDir/BeMines - cp -r src/themes $appsDir/BeMines + cp BeMines $appsDir/BeMines + cp -r themes $appsDir/BeMines addAppDeskbarSymlink $appsDir/BeMines/BeMines BeMines }