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

Guillaume Alaux guillaume at nymeria.archlinux.org
Wed Jun 12 20:01:49 UTC 2013


    Date: Wednesday, June 12, 2013 @ 22:01:48
  Author: guillaume
Revision: 188205

Rebuilt against gtk3

Modified:
  wireshark/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-12 19:08:23 UTC (rev 188204)
+++ PKGBUILD	2013-06-12 20:01:48 UTC (rev 188205)
@@ -4,10 +4,10 @@
 pkgname=('wireshark-cli' 'wireshark-gtk')
 pkgbase=wireshark
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
+makedepends=('bison' 'flex' 'gtk3' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
              'libgcrypt' 'lua51' 'python')
 url='http://www.wireshark.org/'
 options=(!libtool)
@@ -36,7 +36,8 @@
       --prefix=/usr \
       --with-ssl \
       --with-zlib=yes \
-      --with-lua
+      --with-lua \
+      --with-gtk3=yes
   make all
 }
 
@@ -66,7 +67,7 @@
 
 package_wireshark-gtk() {
   pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK frontend'
-  depends=('gtk2' 'wireshark-cli' 'desktop-file-utils' 'hicolor-icon-theme')
+  depends=('gtk3' 'wireshark-cli' 'desktop-file-utils' 'hicolor-icon-theme')
   install=wireshark-gtk.install
   replaces=(wireshark)
   conflicts=(wireshark)




More information about the arch-commits mailing list