mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
code style.
This commit is contained in:
@@ -22,7 +22,6 @@ srcGitRev_2="866da331087c62dc4ff413535379ee5c6c763156"
|
||||
SOURCE_URI_2="https://github.com/Vytax/CuteLogger/archive/$srcGitRev_2.tar.gz"
|
||||
CHECKSUM_SHA256_2="d3ddcad99e060fd3bb395f26f0df7b1c77d88c3f2de3ecdba1d43734fba48d2b"
|
||||
SOURCE_DIR_2="CuteLogger-$srcGitRev_2"
|
||||
|
||||
ADDITIONAL_FILES="hippo.rdef.in"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -42,9 +41,9 @@ REQUIRES="
|
||||
lib:libQt5Gui$secondaryArchSuffix
|
||||
lib:libQt5PrintSupport$secondaryArchSuffix
|
||||
lib:libQt5Sql$secondaryArchSuffix
|
||||
lib:libQt5Widgets$secondaryArchSuffix
|
||||
lib:libQt5WebKit$secondaryArchSuffix
|
||||
lib:libQt5WebKitWidgets$secondaryArchSuffix
|
||||
lib:libQt5Widgets$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -58,9 +57,9 @@ BUILD_REQUIRES="
|
||||
devel:libQt5Gui$secondaryArchSuffix
|
||||
devel:libQt5PrintSupport$secondaryArchSuffix
|
||||
devel:libQt5Sql$secondaryArchSuffix
|
||||
devel:libQt5Widgets$secondaryArchSuffix
|
||||
devel:libQt5WebKit$secondaryArchSuffix
|
||||
devel:libQt5WebKitWidgets$secondaryArchSuffix
|
||||
devel:libQt5Widgets$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
@@ -69,7 +69,7 @@ BUILD_REQUIRES="
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libzip$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
|
||||
@@ -14,6 +14,10 @@ PATCHES="php-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/pear.conf keep-old
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
php = $portVersion
|
||||
cmd:pear
|
||||
@@ -26,38 +30,33 @@ PROVIDES="
|
||||
cmd:php_config
|
||||
cmd:phpize
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libicuuc
|
||||
lib:libxml2
|
||||
lib:libz
|
||||
lib:libbz2
|
||||
lib:libssl
|
||||
lib:libcrypto
|
||||
lib:libcurl
|
||||
lib:libfreetype
|
||||
lib:libicuuc
|
||||
lib:libjpeg
|
||||
lib:libpcre
|
||||
lib:libpng16
|
||||
lib:libjpeg
|
||||
lib:libfreetype
|
||||
"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/pear.conf keep-old
|
||||
lib:libssl
|
||||
lib:libxml2
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libicuuc
|
||||
devel:libxml2
|
||||
devel:libz
|
||||
devel:libbz2
|
||||
devel:libssl
|
||||
devel:libcrypto
|
||||
devel:libcurl
|
||||
devel:libfreetype
|
||||
devel:libicuuc
|
||||
devel:libjpeg
|
||||
devel:libpcre
|
||||
devel:libpng16
|
||||
devel:libjpeg
|
||||
devel:libfreetype
|
||||
devel:libssl
|
||||
devel:libxml2
|
||||
devel:libz
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
@@ -65,12 +64,12 @@ BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:bison
|
||||
cmd:dos2unix
|
||||
cmd:freetype_config
|
||||
cmd:gcc
|
||||
cmd:icu_config
|
||||
cmd:make
|
||||
cmd:pkg_config
|
||||
cmd:freetype_config
|
||||
cmd:xml2_config
|
||||
cmd:icu_config
|
||||
"
|
||||
|
||||
PATCH()
|
||||
|
||||
@@ -16,7 +16,7 @@ SOURCE_DIR="logging-log4cxx-$srcGitRev"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion=10.0.0
|
||||
libVersion="10.0.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -47,8 +47,8 @@ BUILD_REQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:awk
|
||||
cmd:cmp
|
||||
cmd:bison
|
||||
cmd:cmp
|
||||
cmd:flex
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
|
||||
@@ -35,33 +35,33 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libz
|
||||
lib:libexpat
|
||||
lib:libiconv
|
||||
lib:libncurses
|
||||
lib:libpython2.7
|
||||
lib:libexpat
|
||||
lib:libz
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libz
|
||||
devel:libexpat
|
||||
devel:libiconv
|
||||
devel:libncurses
|
||||
devel:libpython2.7
|
||||
devel:libexpat
|
||||
devel:libz
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:awk
|
||||
cmd:cmp
|
||||
cmd:bison
|
||||
cmd:cmp
|
||||
cmd:flex
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:m4
|
||||
cmd:make
|
||||
cmd:makeinfo
|
||||
cmd:yacc
|
||||
cmd:python
|
||||
cmd:yacc
|
||||
"
|
||||
|
||||
TEST_REQUIRES="
|
||||
|
||||
@@ -8,8 +8,8 @@ COPYRIGHT="2018 Graeme Gott"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://gottcode.org/peg-e/peg-e-$portVersion-src.tar.bz2"
|
||||
SOURCE_DIR="peg-e-$portVersion"
|
||||
CHECKSUM_SHA256="b7a644397a6e8fd24c5df72a8c5950af8de035c9fafc712fea5eae87eea15d81"
|
||||
SOURCE_DIR="peg-e-$portVersion"
|
||||
ADDITIONAL_FILES="peg_e.rdef.in"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -11,8 +11,8 @@ COPYRIGHT="2009 Steve Moore"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/qsolocards/qsolocards/$portVersion/QSoloCards-$portVersion-src.tar.gz"
|
||||
SOURCE_DIR="QSoloCards-$portVersion"
|
||||
CHECKSUM_SHA256="d962a976c335c4bbe239ec4479db60222906411bee3e24498593f2878761b418"
|
||||
SOURCE_DIR="QSoloCards-$portVersion"
|
||||
PATCHES="qsolocards-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="qsolocards.rdef.in"
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@ COPYRIGHT="2018 Graeme Gott"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://gottcode.org/simsu/simsu-$portVersion-src.tar.bz2"
|
||||
SOURCE_DIR="simsu-$portVersion"
|
||||
CHECKSUM_SHA256="a3c56b6339fd314b198b7ec89d27f1919d4b480e7e0eae03980dda5fec31cd6a"
|
||||
SOURCE_DIR="simsu-$portVersion"
|
||||
ADDITIONAL_FILES="simsu.rdef.in"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -7,8 +7,8 @@ COPYRIGHT="2008-2017 Thomas S. Ullrich"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://star.physics.yale.edu/~ullrich/software/SolitaireMahjong/Distributions/$portVersion/SolitaireMahjong-2.24-src.tgz"
|
||||
SOURCE_DIR="SolitaireMahjong"
|
||||
CHECKSUM_SHA256="42e2f5201c8562775fd655e296ce23e06a8ca2595ce9f7263b1ccecde52bc4cd"
|
||||
SOURCE_DIR="SolitaireMahjong"
|
||||
ADDITIONAL_FILES="solitaire_mahjong.rdef.in"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -8,8 +8,8 @@ COPYRIGHT="2018 Graeme Gott"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://gottcode.org/hexalate/hexalate-$portVersion-src.tar.bz2"
|
||||
SOURCE_DIR="hexalate-$portVersion"
|
||||
CHECKSUM_SHA256="9dfdaaf802f792dbd539b7e87674f942a773970aa50c298cd395b5d21a9acca3"
|
||||
SOURCE_DIR="hexalate-$portVersion"
|
||||
ADDITIONAL_FILES="hexalate.rdef.in"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -10,8 +10,8 @@ LICENSE="Zlib"
|
||||
REVISION="3"
|
||||
srcGitRev="92df9d48db9e1e684e9d28405e7a05f05e6671aa"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/BDH-Calc/archive/$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="BDH-Calc-$srcGitRev"
|
||||
CHECKSUM_SHA256="1668d4f0b09dd0e929dfeba2c4413e1f17490ccbbbff2ac83cbcb44617be0343"
|
||||
SOURCE_DIR="BDH-Calc-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
|
||||
@@ -38,9 +38,9 @@ BUILD_REQUIRES="
|
||||
devel:libsqlite3$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
makefile_engine
|
||||
"
|
||||
|
||||
BUILD()
|
||||
|
||||
@@ -8,8 +8,8 @@ LICENSE="MIT"
|
||||
REVISION="2"
|
||||
srcGitRev="bd43e4a8d9139c35ba34bd9791f293e4421ca082"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/PPViewer/archive/$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="PPViewer-$srcGitRev"
|
||||
CHECKSUM_SHA256="f6f250a9b764088b33f9e11187221bad3b5449ffd6004c312536f340576eba98"
|
||||
SOURCE_DIR="PPViewer-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
|
||||
@@ -15,9 +15,9 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
krdc$secondaryArchSuffix = $portVersion
|
||||
app:KRDC$secondaryArchSuffix = $portVersion
|
||||
cmd:krdc$secondaryArchSuffix = $portVersion
|
||||
lib:libkrdccore$secondaryArchSuffix = $portVersion
|
||||
app:KRDC$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -37,8 +37,8 @@ REQUIRES="
|
||||
lib:libKF5Notifications$secondaryArchSuffix
|
||||
lib:libKF5NotifyConfig$secondaryArchSuffix
|
||||
lib:libKF5Service$secondaryArchSuffix
|
||||
lib:libKF5Wallet$secondaryArchSuffix
|
||||
lib:libKF5TextWidgets$secondaryArchSuffix
|
||||
lib:libKF5Wallet$secondaryArchSuffix
|
||||
lib:libKF5WidgetsAddons$secondaryArchSuffix
|
||||
lib:libKF5XmlGui$secondaryArchSuffix
|
||||
lib:libQt5DBus$secondaryArchSuffix
|
||||
|
||||
@@ -41,7 +41,7 @@ BUILD_REQUIRES="
|
||||
extra_cmake_modules >= $portVersion
|
||||
devel:libQt5Core$secondaryArchSuffix >= 5.7
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
|
||||
@@ -192,6 +192,7 @@ PATCH()
|
||||
# _FORTIFY_SOURCE is set to 2 by default on Haiku, remove redefine warnings.
|
||||
sed -i '/_FORTIFY_SOURCE.*, 2,/d' configure.ac || die
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf
|
||||
|
||||
@@ -2,21 +2,21 @@ SUMMARY="A development branch of Psi IM XMPP/Jabber client"
|
||||
DESCRIPTION="Psi is a cross-platform powerful XMPP/Jabber client (Qt, C++) \
|
||||
designed for the Jabber power users."
|
||||
HOMEPAGE="http://psi-plus.com/"
|
||||
COPYRIGHT="2005-2018, Psi+ Project"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/psi-plus/psi-plus-snapshots/archive/$portVersion.tar.gz"
|
||||
SOURCE_DIR="psi-plus-snapshots-$portVersion"
|
||||
CHECKSUM_SHA256="4c6d172b4d3e4475bf129531b6f4b925951a25c3a6e5f6ff6c8172733157905b"
|
||||
SOURCE_DIR="psi-plus-snapshots-$portVersion"
|
||||
SOURCE_URI_2="https://github.com/psi-plus/psi-plus-l10n/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256_2="1c10b1732eb3fd39fe4bf8036ca6a015fcb27b748b5659c5832d39943b2d935a"
|
||||
SOURCE_FILENAME_2="psi-plus-l10n-$portVersion.tar.gz"
|
||||
SOURCE_DIR_2="psi-plus-l10n-$portVersion"
|
||||
CHECKSUM_SHA256_2="1c10b1732eb3fd39fe4bf8036ca6a015fcb27b748b5659c5832d39943b2d935a"
|
||||
REVISION="2"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2005-2018, Psi+ Project"
|
||||
PATCHES="psi_plus-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="psi-plus.rdef.in"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
ADDITIONAL_FILES="psi-plus.rdef.in"
|
||||
PATCHES="psi_plus-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
psi_plus$secondaryArchSuffix = $portVersion
|
||||
@@ -32,20 +32,13 @@ REQUIRES="
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
lib:libQt5Gui$secondaryArchSuffix
|
||||
lib:libQt5Network$secondaryArchSuffix
|
||||
lib:libQt5Widgets$secondaryArchSuffix
|
||||
lib:libQt5WebKit$secondaryArchSuffix
|
||||
lib:libQt5WebKitWidgets$secondaryArchSuffix
|
||||
lib:libQt5Widgets$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:patch
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:which
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libcrypto$secondaryArchSuffix
|
||||
@@ -54,15 +47,23 @@ BUILD_REQUIRES="
|
||||
devel:libidn$secondaryArchSuffix
|
||||
devel:libotr$secondaryArchSuffix
|
||||
devel:libqca$secondaryArchSuffix >= 2.1.3
|
||||
devel:libQt5Gui$secondaryArchSuffix
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
devel:libQt5Gui$secondaryArchSuffix
|
||||
devel:libQt5Network$secondaryArchSuffix
|
||||
devel:libQt5Widgets$secondaryArchSuffix
|
||||
devel:libQt5WebKit$secondaryArchSuffix
|
||||
devel:libQt5WebKitWidgets$secondaryArchSuffix
|
||||
devel:libQt5Widgets$secondaryArchSuffix
|
||||
devel:libtidys$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:patch
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:which
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@ CHECKSUM_SHA256="71ad04489b8e52df23a80166dfbf29d39bc48e39bc081e1e83ca8c94feeab7d
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
libVersion=14.16.3
|
||||
libVersion="14.16.3"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -13,7 +13,7 @@ PATCHES="libfm_qt-$portVersion.patchset"
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion=5.0.0
|
||||
libVersion="5.0.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -15,7 +15,7 @@ PATCHES="libxau-$portVersion.patchset"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
libVersion=6.0.0
|
||||
libVersion="6.0.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -11,7 +11,7 @@ CHECKSUM_SHA256="51817e0530961975d9513b773960b4edd275f7d5c72293d5a151ed4f42aeb16
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion=1.0.2
|
||||
libVersion="1.0.2"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
Reference in New Issue
Block a user