[arch-commits] Commit in wireshark/trunk (PKGBUILD)

Timothy Redaelli tredaelli at archlinux.org
Thu Mar 17 15:51:47 UTC 2016


    Date: Thursday, March 17, 2016 @ 16:51:46
  Author: tredaelli
Revision: 167032

upgpkg: wireshark 2.0.2-3

FS#48622

Enable all (but SMI since it's only in AUR) optional dependencies: qt5-multimedia and geo-ip

Modified:
  wireshark/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-17 15:10:50 UTC (rev 167031)
+++ PKGBUILD	2016-03-17 15:51:46 UTC (rev 167032)
@@ -5,11 +5,11 @@
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
 pkgver=2.0.2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL2')
-makedepends=('c-ares' 'qt5-base' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
-             'lua52' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('c-ares' 'geoip' 'qt5-base' 'qt5-multimedia' 'gtk3' 'krb5' 'libpcap' 'bash'
+             'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
 options=(!emptydirs)
 url='http://www.wireshark.org/'
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
@@ -38,13 +38,14 @@
       --with-portaudio \
       --with-ssl \
       --with-krb5 \
-      --with-c-ares
+      --with-c-ares \
+      --with-geoip
   make all
 }
 
 package_wireshark-cli() {
   pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI version'
-  depends=('c-ares' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 'glib2' 'lua52')
+  depends=('c-ares' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 'glib2' 'lua52')
   install=wireshark.install
   conflicts=(wireshark)
 
@@ -93,7 +94,7 @@
 
 package_wireshark-qt() {
   pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - Qt frontend'
-  depends=('desktop-file-utils' 'qt5-base' 'wireshark-cli' 'wireshark-common')
+  depends=('desktop-file-utils' 'qt5-base' 'qt5-multimedia' 'wireshark-cli' 'wireshark-common')
   install=wireshark-gui.install
 
   cd ${pkgbase}-${pkgver}



More information about the arch-commits mailing list