mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wireshark: update to 3.0.3.
This commit is contained in:
parent
e79f6fb696
commit
d3df61d8af
2 changed files with 19 additions and 2 deletions
17
srcpkgs/wireshark/patches/rcc-zstd.patch
Normal file
17
srcpkgs/wireshark/patches/rcc-zstd.patch
Normal 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})
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wireshark'
|
# Template file for 'wireshark'
|
||||||
pkgname=wireshark
|
pkgname=wireshark
|
||||||
version=3.0.2
|
version=3.0.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config flex perl python3-devel mit-krb5-devel qt5-tools
|
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"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.wireshark.org"
|
homepage="https://www.wireshark.org"
|
||||||
distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.xz"
|
distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=7e1ec5664a0dba4493d8729f9922378bdd05040fb159c2b03b42111efda2e53b
|
checksum=af92729c781d870110885c31ebcbe4c4224ed51bb580d00c896fe9746994211c
|
||||||
system_groups="wireshark"
|
system_groups="wireshark"
|
||||||
|
|
||||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
|
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue