From bdb0fcbd787df16e301b15ab5cc6a48effc26c5a Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 25 Sep 2018 10:21:17 +0200 Subject: [PATCH] code style. --- dev-util/cmocka/cmocka-1.1.2.recipe | 2 +- games-arcade/plee_the_bear/plee_the_bear-0.7.1.recipe | 2 +- games-emulation/ppsspp/ppsspp-1.6.3~git.recipe | 7 +++---- sys-devel/automake/automake-1.16.1.recipe | 4 ++-- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/dev-util/cmocka/cmocka-1.1.2.recipe b/dev-util/cmocka/cmocka-1.1.2.recipe index 771bc3484..8f3dd361c 100644 --- a/dev-util/cmocka/cmocka-1.1.2.recipe +++ b/dev-util/cmocka/cmocka-1.1.2.recipe @@ -30,8 +30,8 @@ PROVIDES_devel=" devel:libcmocka$secondaryArchSuffix = $libVersionCompat " REQUIRES_devel=" - haiku${secondaryArchSuffix}_devel cmocka$secondaryArchSuffix == $portVersion base + haiku${secondaryArchSuffix}_devel " BUILD_REQUIRES=" diff --git a/games-arcade/plee_the_bear/plee_the_bear-0.7.1.recipe b/games-arcade/plee_the_bear/plee_the_bear-0.7.1.recipe index 9be56288e..b19bfbfe3 100644 --- a/games-arcade/plee_the_bear/plee_the_bear-0.7.1.recipe +++ b/games-arcade/plee_the_bear/plee_the_bear-0.7.1.recipe @@ -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" diff --git a/games-emulation/ppsspp/ppsspp-1.6.3~git.recipe b/games-emulation/ppsspp/ppsspp-1.6.3~git.recipe index 2d6670d3a..f6fa35680 100644 --- a/games-emulation/ppsspp/ppsspp-1.6.3~git.recipe +++ b/games-emulation/ppsspp/ppsspp-1.6.3~git.recipe @@ -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 " diff --git a/sys-devel/automake/automake-1.16.1.recipe b/sys-devel/automake/automake-1.16.1.recipe index 4ed70c3db..f6b381b93 100644 --- a/sys-devel/automake/automake-1.16.1.recipe +++ b/sys-devel/automake/automake-1.16.1.recipe @@ -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