wireshark: update to 3.0.3.

This commit is contained in:
Piraty 2019-07-23 22:02:25 +02:00
parent e79f6fb696
commit d3df61d8af
2 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,17 @@
# reason:
# since bebf09a3b33b72027a0a0601f2b331d524630ad6 qt5-rcc defaults to
# zstd compression which is unsupprted for format-version<3
# see: https://travis-ci.org/Piraty/void-packages/jobs/562765059#L5398-L5411
# upstream: no
--- ui/qt/CMakeLists.txt
+++ ui/qt/CMakeLists.txt
@@ -601,7 +601,7 @@
# so this has no unwanted side effects. This mtime started appearing in
# Qt 5.8. The option to force the old file format without mtime was
# added in Qt 5.9. See https://bugreports.qt.io/browse/QTBUG-58769
- set(CMAKE_AUTORCC_OPTIONS --format-version 1)
+ set(CMAKE_AUTORCC_OPTIONS --format-version 1 --compress-algo zlib)
endif()
QT5_ADD_TRANSLATION(WIRESHARK_QT_QM ${WIRESHARK_QT_TS})

View File

@ -1,6 +1,6 @@
# Template file for 'wireshark'
pkgname=wireshark
version=3.0.2
version=3.0.3
revision=1
build_style=cmake
hostmakedepends="pkg-config flex perl python3-devel mit-krb5-devel qt5-tools
@ -15,7 +15,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.wireshark.org"
distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.xz"
checksum=7e1ec5664a0dba4493d8729f9922378bdd05040fb159c2b03b42111efda2e53b
checksum=af92729c781d870110885c31ebcbe4c4224ed51bb580d00c896fe9746994211c
system_groups="wireshark"
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"