From a178578fc7e50bf0f261f4ba082cb27df90e8990 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 1 Apr 2019 21:19:38 +0200 Subject: [PATCH] wireshark: fix #3730 --- net-analyzer/wireshark/wireshark-2.6.5.recipe | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-analyzer/wireshark/wireshark-2.6.5.recipe b/net-analyzer/wireshark/wireshark-2.6.5.recipe index c269846d1..c5869d759 100644 --- a/net-analyzer/wireshark/wireshark-2.6.5.recipe +++ b/net-analyzer/wireshark/wireshark-2.6.5.recipe @@ -13,7 +13,7 @@ from the capture." HOMEPAGE="https://www.wireshark.org" COPYRIGHT="1998-2018 Gerald Combs" LICENSE="GNU GPL v2" -REVISION="3" +REVISION="4" SOURCE_URI="https://github.com/wireshark/wireshark/archive/wireshark-$portVersion.tar.gz" CHECKSUM_SHA256="47e15281b767f6fd09b72d8ddb9c392c1a56ca601b1b3483d9c9b6e479c7b997" SOURCE_DIR="wireshark-wireshark-$portVersion" @@ -59,6 +59,7 @@ REQUIRES=" PROVIDES_gui=" wireshark${secondaryArchSuffix}_gui = $portVersion + cmd:wireshark$secondaryArchSuffix app:Wireshark$secondaryArchSuffix " REQUIRES_gui=" @@ -122,12 +123,12 @@ INSTALL() fixPkgconfig mkdir -p $appsDir - mv $prefix/bin/wireshark $appsDir/Wireshark + ln -s $prefix/bin/wireshark $appsDir/Wireshark addResourcesToBinaries $portDir/additional-files/wireshark.rdef \ $appsDir/Wireshark addAppDeskbarSymlink $appsDir/Wireshark - packageEntries gui $appsDir $dataDir/deskbar + packageEntries gui $appsDir $dataDir/deskbar $binDir/wireshark }