diff options
author | Tim Biermann <tbier@posteo.de> | 2022-12-29 12:43:21 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-12-29 12:49:42 +0000 |
commit | 0b70a3639ac5071e65ea603db980fbcb00241942 (patch) | |
tree | 6409fef2e4a6721068326e24e99d032aa6a193d8 /wireshark | |
parent | 29f01c8e1eea3da63d9493eb70eceba1ef113db1 (diff) | |
download | opt-0b70a3639ac5071e65ea603db980fbcb00241942.tar.gz opt-0b70a3639ac5071e65ea603db980fbcb00241942.tar.xz |
wireshark: dependencies changed, dropped qt5, now depends on qt6
Diffstat (limited to 'wireshark')
-rw-r--r-- | wireshark/.signature | 4 | ||||
-rw-r--r-- | wireshark/Pkgfile | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/wireshark/.signature b/wireshark/.signature index 36245a57a..ac2eda688 100644 --- a/wireshark/.signature +++ b/wireshark/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/cSU7yT+BVuzXyJ1/Q2rI4L+C/5xd1Km5HyL1ZfGpPK4xe7685ELqzDg9GUNt5NF6Wy7FhGhFFO2CL7OYqjkcQ0= -SHA256 (Pkgfile) = 02efb5804fcd59d5687d67336866aad95f98d1b226efc9a00d6c473ed47c721e +RWSE3ohX2g5d/bWOdMFYsK4/gqYc/TjcVWTi6lXgyaDJ3AGg9eqYh3guFodHiPbvkwq3TvLvueK+PACD8WBe2yFH4PmFPg9nHgM= +SHA256 (Pkgfile) = d6166a07fe64cc6e22de534ee5d04e9380b032d85d65687ed4e2a6de23ac438f SHA256 (.footprint) = bf3ab0c8e0942882367d6f0c65a516a63dab6fd6618bb237c6c9650e0d2fab4d SHA256 (wireshark-4.0.2.tar.xz) = f35915699f2f9b28ddb211202d40ec8984e5834d3c911483144a4984ba44411d diff --git a/wireshark/Pkgfile b/wireshark/Pkgfile index 7fefda646..8881c185a 100644 --- a/wireshark/Pkgfile +++ b/wireshark/Pkgfile @@ -1,11 +1,11 @@ # Description: Network Sniffer # URL: https://www.wireshark.org # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: c-ares hicolor-icon-theme libgcrypt libpcap libpcre2 qt5 +# Depends on: c-ares hicolor-icon-theme libgcrypt libpcap qt6-5compat qt6-multimedia qt6-translations name=wireshark version=4.0.2 -release=1 +release=2 source=(https://www.wireshark.org/download/src/$name-$version.tar.xz) build() { @@ -25,7 +25,8 @@ build() { -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \ -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ -D CMAKE_INSTALL_PREFIX=/usr \ - -D CMAKE_INSTALL_LIBDIR=lib + -D CMAKE_INSTALL_LIBDIR=lib \ + -D USE_qt6=ON cmake --build build DESTDIR=$PKG cmake --install build @@ -33,6 +34,6 @@ build() { chown root:wireshark $PKG/usr/bin/dumpcap chmod u+s $PKG/usr/bin/dumpcap - # Don't remove these files, they are read by wireshark's about box. + # Don't remove these files, they are read by wiresharks about box. #rm -f $PKG/usr/share/$name/{AUTHORS-SHORT,COPYING} } |