mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
psi_plus: code style.
This commit is contained in:
@@ -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="https://psi-plus.com/"
|
||||
COPYRIGHT="2005-2018, Psi+ Project"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="5"
|
||||
SOURCE_URI="https://github.com/psi-plus/psi-plus-snapshots/archive/$portVersion.tar.gz"
|
||||
SOURCE_DIR="psi-plus-snapshots-$portVersion"
|
||||
CHECKSUM_SHA256="53e795b97956a8260da9b6b920b5bf9a21c553c26d4504463c25bce906b786aa"
|
||||
SOURCE_DIR="psi-plus-snapshots-$portVersion"
|
||||
SOURCE_URI_2="https://github.com/psi-plus/psi-plus-l10n/archive/1.2.156.tar.gz"
|
||||
CHECKSUM_SHA256_2="2701242e72bd765c4be0f98f82da6688c4d9a01da6c2bfe73e29dbdbc5792ffb"
|
||||
SOURCE_FILENAME_2="psi-plus-l10n-1.2.156.tar.gz"
|
||||
SOURCE_DIR_2="psi-plus-l10n-1.2.156"
|
||||
CHECKSUM_SHA256_2="2701242e72bd765c4be0f98f82da6688c4d9a01da6c2bfe73e29dbdbc5792ffb"
|
||||
REVISION="5"
|
||||
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
|
||||
@@ -30,14 +30,7 @@ REQUIRES="
|
||||
lib:libqt5$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:libgcrypt$secondaryArchSuffix
|
||||
@@ -50,6 +43,14 @@ BUILD_REQUIRES="
|
||||
devel:libtidys$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:patch
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:which
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user