mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
psi_plus: bump version to 1.4.672 (#3828)
+ update build script after changes in upstream.
This commit is contained in:
committed by
Sergei Reznikov
parent
3c55ebbf4d
commit
7ff9c3ca6f
@@ -1,15 +1,14 @@
|
||||
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."
|
||||
DESCRIPTION="Psi is a cross-platform powerful XMPP client designed for experienced users."
|
||||
HOMEPAGE="https://psi-plus.com/"
|
||||
COPYRIGHT="2005-2019, Psi+ Project"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/psi-plus/psi-plus-snapshots/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e46026cdb37cdff91b1f56067e2fb448a87e36c1fea89590006ede57347ccbdd"
|
||||
CHECKSUM_SHA256="e2311ceed559b4ef54d555e9147532eb65a54ab008269f443ead3ef4b54fd165"
|
||||
SOURCE_DIR="psi-plus-snapshots-$portVersion"
|
||||
SOURCE_URI_2="https://github.com/psi-plus/psi-plus-l10n/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256_2="b5df119c0c13dde126be2925a59cb4e1db4269381426c1313b2f8471acbf4f7e"
|
||||
CHECKSUM_SHA256_2="22ed13c77ebe8a56fba2820ac08a772c5ecd9a3629006016334964e529c211e9"
|
||||
SOURCE_FILENAME_2="psi-plus-l10n-$portVersion.tar.gz"
|
||||
SOURCE_DIR_2="psi-plus-l10n-$portVersion"
|
||||
spcVersion="2.3.2"
|
||||
@@ -32,6 +31,7 @@ REQUIRES="
|
||||
lib:libgcrypt$secondaryArchSuffix
|
||||
lib:libhunspell_1.6$secondaryArchSuffix
|
||||
lib:libidn$secondaryArchSuffix
|
||||
lib:libotr$secondaryArchSuffix
|
||||
lib:libqca_qt5$secondaryArchSuffix
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
lib:libQt5Gui$secondaryArchSuffix
|
||||
@@ -40,6 +40,7 @@ REQUIRES="
|
||||
lib:libQt5WebKitWidgets$secondaryArchSuffix
|
||||
lib:libQt5Widgets$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libtidy$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -70,12 +71,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:which
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
# disable screenshotplugin plugin
|
||||
sed -i 's/screenshotplugin//' src/plugins/generic/CMakeLists.txt
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd $sourceDir3
|
||||
@@ -96,12 +91,12 @@ BUILD()
|
||||
-DCMAKE_INSTALL_LIBDIR:PATH=$appsDir/Psi-plus/lib \
|
||||
-DCMAKE_INSTALL_DATAROOTDIR:PATH=$appsDir/Psi-plus \
|
||||
-DSIGNAL_PROTOCOL_C_ROOT:PATH=$sourceDir/libsignal-protocol-c \
|
||||
-DPLUGINS_PATH=plugins \
|
||||
-DCMAKE_BUILD_TYPE=RELEASE \
|
||||
-DCHAT_TYPE=WEBKIT \
|
||||
-DENABLE_PLUGINS=ON \
|
||||
-DPLUGINS_PATH=plugins \
|
||||
-DBUNDLED_IRIS=ON \
|
||||
-DUSE_HUNSPELL=ON \
|
||||
-DENABLE_WEBKIT=ON \
|
||||
-DENABLE_PLUGINS=ON \
|
||||
-DONLY_PLUGINS=OFF \
|
||||
-DUSE_QJDNS=ON \
|
||||
-DBUILD_PLUGINS="ALL"
|
||||
Reference in New Issue
Block a user