mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 11:03:06 +02:00
wireshark: update to 4.4.8.
This commit is contained in:
parent
1b5331d947
commit
bea2d69840
1 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wireshark'
|
||||
pkgname=wireshark
|
||||
version=4.4.2
|
||||
version=4.4.8
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DHAVE_C99_VSNPRINTF=ON"
|
||||
|
@ -13,15 +13,15 @@ makedepends="libpcap-devel zlib-devel lua54-devel mit-krb5-devel gnutls-devel
|
|||
bcg729-devel libilbc-devel opencore-amr-devel
|
||||
qt6-base-devel qt6-multimedia-devel qt6-svg-devel qt6-qt5compat-devel
|
||||
minizip-devel libzstd-devel brotli-devel speexdsp-devel pcre2-devel"
|
||||
depends="libcap-progs qt6-svg"
|
||||
depends="libcap-progs"
|
||||
checkdepends="python3-pytest-xdist"
|
||||
short_desc="Network protocol analyzer"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.wireshark.org"
|
||||
changelog="https://www.wireshark.org/news/"
|
||||
distfiles="https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz"
|
||||
checksum=6053d97499c83feb87ce1d7f732d9c889c6c18bb334de67e65dca11483b0514e
|
||||
checksum=dd648c5c5994843205cd73e57d6673f6f4e12718e1c558c674cb8bdafeacde47
|
||||
system_groups="wireshark"
|
||||
|
||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.4"
|
||||
|
@ -38,9 +38,6 @@ pre_check() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
rm -f -- "${DESTDIR}/usr/bin/lemon"
|
||||
rm -f -- "${DESTDIR}/usr/lib/wireshark/cmake/UseLemon.cmake"
|
||||
|
||||
local _includeDir=usr/include/wireshark
|
||||
|
||||
for i in wiretap wsutil; do
|
||||
|
@ -75,6 +72,7 @@ libwireshark-devel_package() {
|
|||
wireshark-qt_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} desktop-file-utils"
|
||||
short_desc+=" - Qt frontend"
|
||||
depends="qt6-svg"
|
||||
pkg_install() {
|
||||
vmove usr/bin/wireshark
|
||||
vmove usr/share/man/man1/wireshark.1
|
||||
|
|
Loading…
Add table
Reference in a new issue