wireshark: add hicolor-icon-theme as dep., closes FS#1118, FS#1218

This commit is contained in:
Thomas Penteker 2015-10-03 21:30:30 +02:00
parent 6e706200ab
commit 92bc9d087c

View File

@ -2,7 +2,7 @@
# URL: http://www.wireshark.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Martin Opel, mo at obbl-net dot de
# Depends on: gtk3 libpcap libpcre
# Depends on: gtk3 libpcap libpcre hicolor-icon-theme
name=wireshark
version=1.12.6
@ -15,12 +15,9 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/man \
--with-plugins=/usr/lib/$name/plugins \
--disable-nls \
--enable-snmp \
--disable-gcry \
--without-krb5 \
--with-qt4=no \
--with-gtk3=yes
--with-gtk3=yes \
--with-qt=no
make
make DESTDIR=$PKG install