From 2974de68352a7211518c85374fa1546d66ff10f1 Mon Sep 17 00:00:00 2001 From: Josef Gajdusek Date: Wed, 24 Dec 2014 19:51:34 +0100 Subject: [PATCH] bevexed: Update to newest version --- .../{bevexed-1.1.recipe => bevexed-20141224.recipe} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) rename haiku-games/bevexed/{bevexed-1.1.recipe => bevexed-20141224.recipe} (78%) diff --git a/haiku-games/bevexed/bevexed-1.1.recipe b/haiku-games/bevexed/bevexed-20141224.recipe similarity index 78% rename from haiku-games/bevexed/bevexed-1.1.recipe rename to haiku-games/bevexed/bevexed-20141224.recipe index 2dae91d2c..c7987d621 100644 --- a/haiku-games/bevexed/bevexed-1.1.recipe +++ b/haiku-games/bevexed/bevexed-20141224.recipe @@ -4,8 +4,8 @@ A maddeningly-addictive puzzle game. The concept is simple: put the tiles in \ the grid on the left such that the numbers match wherever 2 tiles touch. " HOMEPAGE="https://github.com/HaikuArchives/BeVexed" -SRC_URI="git+https://github.com/HaikuArchives/BeVexed#3a45d8f364" -REVISION="1" +SRC_URI="git+https://github.com/HaikuArchives/BeVexed#01613e90e6ce3c2b47a592efe8e248db3445f536" +REVISION="2" LICENSE="MIT" COPYRIGHT="2006 DarkWyrm" @@ -45,8 +45,11 @@ BUILD() INSTALL() { - cd source mkdir -p $appsDir - cp -a objects/BeVexed $appsDir + mkdir -p $dataDir/BeVexed + + cp -r backgrounds $dataDir/BeVexed + + cp -a source/objects/BeVexed $appsDir addAppDeskbarSymlink $appsDir/BeVexed }