mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 19:12:57 +02:00
wireshark: fix wireshark-qt dependencies
This commit is contained in:
parent
48c024f816
commit
732ba205d5
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wireshark'
|
# Template file for 'wireshark'
|
||||||
pkgname=wireshark
|
pkgname=wireshark
|
||||||
version=4.4.8
|
version=4.4.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DHAVE_C99_VSNPRINTF=ON"
|
configure_args="-DHAVE_C99_VSNPRINTF=ON"
|
||||||
hostmakedepends="pkg-config flex gettext perl python3-devel mit-krb5-devel
|
hostmakedepends="pkg-config flex gettext perl python3-devel mit-krb5-devel
|
||||||
|
@ -70,9 +70,8 @@ libwireshark-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
wireshark-qt_package() {
|
wireshark-qt_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} desktop-file-utils"
|
depends="${sourcepkg}>=${version}_${revision} desktop-file-utils qt6-svg"
|
||||||
short_desc+=" - Qt frontend"
|
short_desc+=" - Qt frontend"
|
||||||
depends="qt6-svg"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/wireshark
|
vmove usr/bin/wireshark
|
||||||
vmove usr/share/man/man1/wireshark.1
|
vmove usr/share/man/man1/wireshark.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue