Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wireshark: use cmake and move to gtk3/qt5 #22317

Closed
wants to merge 1 commit into from

Conversation

peterhoeg
Copy link
Member

Motivation for this change

A few changes:

  • autotools -> cmake. This alone brought to light a few missing required dependencies.
  • use gtk3 instead of gtk2 (the GTK UI is deprecated though)
  • use qt5 instead of qt4
  • add support for SSH
  • use .desktop files from upstream instead of creating our own manually

Ref: #18559

Cc: @aske

During nox-review, ostinato fails, but that is currently broken anyway.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

wireshark used to use autotools, but instead we now use cmake. The change alone
brought to light a few missing required dependencies.

Additionally, wireshark was using gtk2 and qt4, so that has changed to gtk3 and qt5.
@mention-bot
Copy link

@peterhoeg, thanks for your PR! By analyzing the history of the files in this pull request, we identified @peti, @bjornfor and @aske to be potential reviewers.

@bjornfor
Copy link
Contributor

Applied to master (887590e). Thanks!

@bjornfor bjornfor closed this Jan 31, 2017
@peterhoeg peterhoeg deleted the f/ws branch January 31, 2017 23:52
@peterhoeg peterhoeg restored the f/ws branch February 1, 2017 00:27
@peterhoeg peterhoeg deleted the f/ws branch April 4, 2024 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants