code style.

This commit is contained in:
Jerome Duval
2018-09-25 10:21:17 +02:00
parent e8cfdec3af
commit bdb0fcbd78
4 changed files with 7 additions and 8 deletions

View File

@@ -30,8 +30,8 @@ PROVIDES_devel="
devel:libcmocka$secondaryArchSuffix = $libVersionCompat
"
REQUIRES_devel="
haiku${secondaryArchSuffix}_devel
cmocka$secondaryArchSuffix == $portVersion base
haiku${secondaryArchSuffix}_devel
"
BUILD_REQUIRES="

View File

@@ -14,11 +14,11 @@ HOMEPAGE="http://www.stuff-o-matic.com/plee-the-bear/"
COPYRIGHT="2012 Stuff O Matic"
LICENSE="GNU GPL v3"
REVISION="1"
srcGitRev="8b08a7a49fa74d59dbfcbf0f2d77dcfee1642f7c"
SOURCE_URI="https://github.com/j-jorge/plee-the-bear/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="1353f37d392966e58cb976ad031af4e4aecfd032d6994d22fb08af0a219417bc"
SOURCE_FILENAME="plee-the-bear-$portVersion.tar.gz"
SOURCE_DIR="plee-the-bear-$portVersion"
srcGitRev="8b08a7a49fa74d59dbfcbf0f2d77dcfee1642f7c"
SOURCE_URI_2="https://github.com/j-jorge/bear/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256_2="06c430b7a990014de51d22bd44edda8b631074209d646bab9adbb021581907a7"
SOURCE_FILENAME_2="bear-$srcGitRev.tar.gz"

View File

@@ -31,7 +31,6 @@ SOURCE_URI_5="https://github.com/hrydgard/ppsspp-lang/archive/$srcGitRev_5.tar.g
CHECKSUM_SHA256_5="cb2cb6e8290dcee1ede21a73dafb5dabe6aae3d93db0525dc64b528b055a9fb5"
SOURCE_FILENAME_5="ppsspp-lang-$srcGitRev_5.tar.gz"
SOURCE_DIR_5="ppsspp-lang-$srcGitRev_5"
PATCHES="ppsspp-$portVersion.patchset"
ADDITIONAL_FILES="ppsspp.rdef.in"
@@ -48,8 +47,8 @@ REQUIRES="
lib:libavformat$secondaryArchSuffix
lib:libavutil$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
lib:libGLU$secondaryArchSuffix
lib:libglew$secondaryArchSuffix
lib:libGLU$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
lib:libSDL2_2.0$secondaryArchSuffix
lib:libSDL2_image_2.0$secondaryArchSuffix
@@ -63,8 +62,8 @@ BUILD_REQUIRES="
devel:libavformat$secondaryArchSuffix
devel:libavutil$secondaryArchSuffix
devel:libGL$secondaryArchSuffix
devel:libGLU$secondaryArchSuffix
devel:libglew$secondaryArchSuffix
devel:libGLU$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:libSDL2_2.0$secondaryArchSuffix
devel:libSDL2_image_2.0$secondaryArchSuffix
@@ -72,9 +71,9 @@ BUILD_REQUIRES="
devel:libzip$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake
cmd:gcc$secondaryArchSuffix
cmd:make
cmd:cmake
cmd:pkg_config$secondaryArchSuffix
"

View File

@@ -15,10 +15,10 @@ ARCHITECTURES="x86_gcc2 x86 x86_64 ?arm"
PROVIDES="
automake = $portVersion compat >= 1.13
cmd:automake = $portVersion compat >= 1.13
cmd:automake_1.16 = $portVersion compat >= 1.16
cmd:aclocal = $portVersion compat >= 1.13
cmd:aclocal_1.16 = $portVersion compat >= 1.16
cmd:automake = $portVersion compat >= 1.13
cmd:automake_1.16 = $portVersion compat >= 1.16
"
REQUIRES="
haiku