From 12cb4dc3a034f490972f0410ffff08e639f72af2 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 12 Apr 2023 10:24:27 +0200 Subject: [PATCH] retroshare, revbump for libupnp (#8344) --- net-p2p/retroshare/retroshare-0.6.6.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-p2p/retroshare/retroshare-0.6.6.recipe b/net-p2p/retroshare/retroshare-0.6.6.recipe index 610430cb6..9b60f97d0 100644 --- a/net-p2p/retroshare/retroshare-0.6.6.recipe +++ b/net-p2p/retroshare/retroshare-0.6.6.recipe @@ -81,7 +81,7 @@ COPYRIGHT="2006-2021 RetroShare Team 2017 Konrad Dębiec" LICENSE="GNU GPL v2 GNU LGPL v2.1" -REVISION="3" +REVISION="4" SOURCE_URI="https://github.com/RetroShare/RetroShare/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="c545b9249ac7dbfef72a2d636bc0f8b729c7ce05f21a54dd9284b2a387592d4a" SOURCE_DIR="RetroShare-$portVersion" @@ -175,7 +175,7 @@ BUILD_PREREQUIRES=" cmd:cmake cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix - cmd:make + cmd:make cmd:pkg_config$secondaryArchSuffix cmd:qmake$secondaryArchSuffix cmd:unzip @@ -196,7 +196,7 @@ BUILD() echo "Building pegmarkdown..." cd supportlibs/pegmarkdown && qmake && make clean && make $jobArgs && cd ../.. - echo "Building RetroShare..." + echo "Building RetroShare..." qmake -r \ PREFIX=$appsDir/RetroShare \ RS_BIN_DIR=$appsDir/RetroShare \ @@ -214,7 +214,7 @@ BUILD() INSTALL() { make install - + rm -rf $appsDir/RetroShare/share strip $appsDir/RetroShare/{retroshare,retroshare-service} mv $appsDir/RetroShare/retroshare $appsDir/RetroShare/RetroShare