mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
wireshark: switch to qt5.
This commit is contained in:
parent
fe24831509
commit
aef18b0cb5
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wireshark'
|
# Template file for 'wireshark'
|
||||||
pkgname=wireshark
|
pkgname=wireshark
|
||||||
version=1.12.3
|
version=1.12.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
|
configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
|
||||||
--with-krb5 --with-gtk3=yes --without-portaudio CC_FOR_BUILD=cc"
|
--with-krb5 --with-gtk3=yes --without-portaudio CC_FOR_BUILD=cc"
|
||||||
|
@ -20,7 +20,7 @@ system_groups="wireshark"
|
||||||
subpackages="libwireshark libwireshark-devel wireshark-gtk"
|
subpackages="libwireshark libwireshark-devel wireshark-gtk"
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
makedepends+=" qt-devel"
|
makedepends+=" qt5-devel"
|
||||||
configure_args+=" --with-qt=yes"
|
configure_args+=" --with-qt=yes"
|
||||||
subpackages+=" wireshark-qt"
|
subpackages+=" wireshark-qt"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue