wok diff wireshark/receipt @ rev 20329

wireshark update: 2.0.0 (2015 Nov) -> 2.6.1
author Erkan Yilmaz <erkan@slitaz.org>
date Fri May 25 13:53:01 2018 +0000 (2018-05-25)
parents a6f7b6b890c2
children 44a17a1f5aaf
line diff
     1.1 --- a/wireshark/receipt	Wed Jun 01 02:52:45 2016 +0300
     1.2 +++ b/wireshark/receipt	Fri May 25 13:53:01 2018 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wireshark"
     1.7 -VERSION="2.0.0"
     1.8 +VERSION="2.6.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Wireshark is an award-winning network protocol analyzer."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WEB_SITE="http://www.wireshark.org/"
    1.16  WGET_URL="https://1.eu.dl.wireshark.org/src/$TARBALL"
    1.17  TAGS="network analysis"
    1.18 @@ -24,8 +24,7 @@
    1.19  		--mandir=/usr/share/man \
    1.20  		--enable-setuid-install \
    1.21  		--with-qt=no \
    1.22 -		--with-gtk2=yes \
    1.23 -		--with-gtk3=no \
    1.24 +		--with-gtk=2 \
    1.25  		$CONFIGURE_ARGS
    1.26  	sed -i 's/mozilla/browser/' config.h
    1.27  	make $MAKEFLAGS &&