wireshark: fix #3730

This commit is contained in:
Jerome Duval
2019-04-01 21:19:38 +02:00
parent 754da39dfd
commit a178578fc7

View File

@@ -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
}