hexvexed, bump revision after new beta (#3089)

* hexvexed, bump revision after new beta

* hexvexed, bump to beta3
This commit is contained in:
Schrijvers Luc
2018-09-22 17:26:22 +00:00
committed by waddlesplash
parent c3b054efde
commit cfceaf509d
2 changed files with 7 additions and 28 deletions

View File

@@ -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
}

View File

@@ -1,22 +0,0 @@
From 28a74ab4cc1243a75724f23fc7a76edb6e971d66 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
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