summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wireshark/.signature4
-rw-r--r--wireshark/Pkgfile9
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}
}

Generated by cgit