summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2023-10-16Update provides/conflicts/replaces based on extra/wireshark packagePeter Wu
2023-10-16Add optional deps for Wireshark 4.2: libnghttp3 and opencore-amrPeter Wu
2023-01-11Update to 4.1.x using Qt6, update dependencies and repoPeter Wu
* Update to use Qt6 as that is the default going forwards. * Add dependencies for extra RTP player codecs and decompression support. * Explicitly disable libilbc, I don't need it for now. * Provide wireshark-cli such that other packages can depend on us. * Use official Gitlab source repo, remove reference to Gerrit.
2019-01-19Update dependencies, use group handling from the wireshark packagePeter Wu
Rely on wireshark.sysusers (as is done by the wireshark package in the community repo) and change the install script to match. Remove final traces of GTK+.
2018-03-09Make qt5-svg mandatory again to fix the buildPeter Wu
It is a small package and required to get the translation icons right in the preferences menu. Since v2.5.0rc0-1705-gc43c58c434 it is also marked as required package.
2018-03-09Use libmaxminddb, drop bcg729Peter Wu
Legacy geoip has been replaced by the newer GeoIP2 format since v2.5.1rc0-466-ga1da75c554. Make bcg729 optional since it is in AUR.
2017-11-07Adjust LIBDIRPeter Wu
2017-11-07Fix LIBDIR and update libnghttp2 dependencyPeter Wu
- Only the library is needed, not the full nghttp2 package. - Set the -DCMAKE_INSTALL_LIBDIR option to avoid filesystem conflicts.
2017-08-11Add SpanDSP and bcg729 dependencies, switch to Github mirrorPeter Wu
Add two new dependencies to support more audio codecs commonly used in telephony. Use Github mirror to workaround makepkg deficiency and document the reason.
2016-11-19Updated version to reflect previous merged changePeter Wu
2016-11-19Revert "Add change for desktop files and icons"Peter Wu
This reverts commit 9905e288cd17fe4e0284be95848ff0b6648bc316. Patch got merged into v2.3.0rc0-1510-gc274046.
2016-11-08Fix capabilitiesPeter Wu
Ensure that dumpcap is built with capabilities (currently implicitly pulled in via systemd). Prevent the world from having capabilities and add DAC privilege for usbmon support.
2016-11-08Add change for desktop files and iconsPeter Wu
2016-11-08Make qt5-svg optionalPeter Wu
Things may look uglier, but it is not needed as build-time dependency. See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11697 Also re-order some keys to match PKGBUILD-vcs.proto.
2016-11-08Update to cmake, Qt, update dependenciesPeter Wu
Modernize packaging: - Add missing dependencies, remove unnecessary dependencies. - Python 3 has been supported for a while. - Require Lua 5.2, Lua 5.3 is not working. - Add conflict to wireshark packages. - Remove .desktop file and icon, it will be installed later: https://code.wireshark.org/review/18708 - Use 2 space indent according to vim modeline. - Use Ninja instead of Makefiles, it is faster. New dependencies (since Wireshark 2.3.x): - nghttp2: for HTTP/2 dissector. - snappy, lz4: for cql dissector.
2015-06-08import to aur4Daniel Nagy