From 8ccfdba02c8180adfca99c28d91893d4093c8986 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 16 Aug 2019 14:31:16 +0200 Subject: [PATCH] psi_plus, revbump after hunspell bump (#4100) --- net-im/psi_plus/psi_plus-1.4.675.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-im/psi_plus/psi_plus-1.4.675.recipe b/net-im/psi_plus/psi_plus-1.4.675.recipe index 1fe6dbfe2..f36902332 100644 --- a/net-im/psi_plus/psi_plus-1.4.675.recipe +++ b/net-im/psi_plus/psi_plus-1.4.675.recipe @@ -3,7 +3,7 @@ DESCRIPTION="Psi is a cross-platform powerful XMPP client designed for experienc HOMEPAGE="https://psi-plus.com/" COPYRIGHT="2005-2019, Psi+ Project" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/psi-plus/psi-plus-snapshots/archive/$portVersion.tar.gz" CHECKSUM_SHA256="26485a24f3e1d665ccdd2c6af0cea6462ec93fae9eb38644aa7ca2dea900593e" SOURCE_DIR="psi-plus-snapshots-$portVersion" @@ -29,7 +29,7 @@ REQUIRES=" haiku$secondaryArchSuffix lib:libcrypto$secondaryArchSuffix lib:libgcrypt$secondaryArchSuffix - lib:libhunspell_1.6$secondaryArchSuffix + lib:libhunspell_1.7$secondaryArchSuffix lib:libidn$secondaryArchSuffix lib:libotr$secondaryArchSuffix lib:libqca_qt5$secondaryArchSuffix @@ -48,7 +48,7 @@ BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libcrypto$secondaryArchSuffix devel:libgcrypt$secondaryArchSuffix - devel:libhunspell_1.6$secondaryArchSuffix + devel:libhunspell_1.7$secondaryArchSuffix devel:libidn$secondaryArchSuffix devel:libotr$secondaryArchSuffix devel:libqca$secondaryArchSuffix >= 2.1.3 @@ -76,7 +76,7 @@ BUILD() cd $sourceDir3 mkdir -p build cd build - cmake .. -DCMAKE_INSTALL_PREFIX=$sourceDir/libsignal-protocol-c + cmake .. -DCMAKE_INSTALL_PREFIX=$sourceDir/libsignal-protocol-c make $jobArgs make install cd $sourceDir