diff --git a/haiku-games/hexvexed/hexvexed-1.0.0.recipe b/haiku-games/hexvexed/hexvexed-1.0.0.recipe index 83d2cb7db..e02be6964 100644 --- a/haiku-games/hexvexed/hexvexed-1.0.0.recipe +++ b/haiku-games/hexvexed/hexvexed-1.0.0.recipe @@ -6,11 +6,11 @@ of squares, the tiles are hexagon shaped. It's 1.5x the fun!" HOMEPAGE="https://bitbucket.org/scottmc/hexvexed" COPYRIGHT="2009-2017 Scott McCreary" LICENSE="MIT" -REVISION="3" -SOURCE_URI="https://bitbucket.org/scottmc/hexvexed/get/1.0.0-Beta.zip" -CHECKSUM_SHA256="d6f9509d6fed6fc0967ec2e095c3874dbe01905395592bfa68bffa2a58341299" -SOURCE_DIR="scottmc-hexvexed-b8a523a7bf04" -PATCHES="hexvexed-$portVersion.patchset" +REVISION="4" +SOURCE_URI="https://github.com/HaikuArchives/HexVexed/archive/1.0.0-Beta3.tar.gz" +CHECKSUM_SHA256="1e08d4d97b27c44285936d16ae88887cca81443463eec5342b84ac7e4179cd92" +SOURCE_FILENAME="hexvexed-1.0.0-beta3.tar.gz" +SOURCE_DIR="HexVexed-1.0.0-Beta3" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -39,7 +39,8 @@ BUILD() INSTALL() { - install -d -m 755 $appsDir $dataDir/HexVexed/backgrounds + install -d -m 755 $appsDir $dataDir/hexvexed/backgrounds + cp backgrounds/*.png $dataDir/hexvexed/backgrounds install -t $appsDir objects/HexVexed addAppDeskbarSymlink $appsDir/HexVexed } diff --git a/haiku-games/hexvexed/patches/hexvexed-1.0.0.patchset b/haiku-games/hexvexed/patches/hexvexed-1.0.0.patchset deleted file mode 100644 index 17cf95e37..000000000 --- a/haiku-games/hexvexed/patches/hexvexed-1.0.0.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From 28a74ab4cc1243a75724f23fc7a76edb6e971d66 Mon Sep 17 00:00:00 2001 -From: Jerome Duval -Date: Sun, 22 Jan 2017 11:54:00 +0100 -Subject: x86_64 build fix. - - -diff --git a/makefile b/makefile -index edbec26..49ea9d9 100644 ---- a/makefile -+++ b/makefile -@@ -69,7 +69,7 @@ RSRCS= - # naming scheme you need to specify the path to the library - # and it's name - # library: my_lib.a entry: my_lib.a or path/my_lib.a --LIBS= be translation -+LIBS= be translation $(STDCPPLIBS) - - # specify additional paths to directories following the standard - # libXXX.so or libXXX.a naming scheme. You can specify full paths --- -2.10.2 -