[Lunar-commits] <moonbase-other> wireshark: qt gui is actually Qt_5_
v4hn
me at v4hn.de
Fri Nov 14 19:14:52 CET 2014
commit 5fe3f30f7463c107d17eb054fd247038ce549af3
Author: v4hn <me at v4hn.de>
Date: Fri, 14 Nov 2014 19:14:25 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/5fe3f30f7463c107d17eb054fd247038ce549af3
wireshark: qt gui is actually Qt_5_
Also load the profile...
---
net/wireshark/BUILD | +4/-0
net/wireshark/DEPENDS | +1/-1
2 files changed, 5 insertions(+), 1 deletion(-)
--- a/net/wireshark/BUILD
+++ b/net/wireshark/BUILD
@@ -1,3 +1,7 @@
+if in_depends $MODULE qt5; then
+ . /etc/profile.d/qt5.rc
+fi &&
+
OPTS+=" --with-ssl --enable-wireshark --enable-usr-local=no --enable-randpkt" &&
default_build &&
--- a/net/wireshark/DEPENDS
+++ b/net/wireshark/DEPENDS
@@ -8,7 +8,7 @@ optional_depends "gnutls" "--with-gnutls=yes" "--with-gnutls=no" "for SSL/
optional_depends "krb5" "--with-krb5" "--without-krb5" "for Kerberos 5 support"
optional_depends "portaudio" "--with-portaudio" "--without-portaudio" "enable RPC playback support (needed for VoIP sniffing)"
optional_depends "libnl3" "--with-libnl=3" "--without-libnl" "for libnl3 support"
-optional_depends "qt4" "--with-qt=yes" "--with-qt=no" "for Qt 4.x based frontend"
+optional_depends "qt5" "--with-qt=yes" "--with-qt=no" "for Qt 5.x based frontend"
optional_depends "gtk+-2" "--with-gtk2=yes" "--with-gtk2=no" "for GTK 2.x based frontend (select this or the next gtk+-3 one, not both)"
optional_depends "gtk+-3" "--with-gtk3=yes" "--with-gtk3=no" "for GTK 3.x based frontend (select this or the previous gtk+-2 one, not both)"
More information about the Lunar-commits
mailing list