wireshark 1.10.7 and 1.11.3

This commit is contained in:
AlmAck 2014-04-24 20:26:10 +02:00
parent cb3d877456
commit 03b712a80d
2 changed files with 7 additions and 10 deletions

View File

@ -1,7 +1,7 @@
# maintainer: AlmAck
pkgname=wireshark
pkgver=1.10.6
pkgver=1.10.7
pkgrel=1
pkgdesc='A free network protocol analyzer for Unix/Linux and Windows'
arch=('x86_64')
@ -12,7 +12,7 @@ url='http://www.wireshark.org/'
install=${pkgname}.install
options=('!libtool')
source=("http://www.wireshark.org/download/src/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('a9de3fd3002d4df0946cfea2f5a33557666e14c7014dbc42d1f78dfe113f6b5d')
sha256sums=('d98d263b31dd904a0337ba2db6d1a80bb495b4ac419a304f0f25c551d50cafc6')
build() {
cd ${pkgname}-${pkgver}

View File

@ -1,18 +1,17 @@
# maintainer: AlmAck
pkgname=wireshark
pkgver=1.11.0
pkgver=1.11.3
pkgrel=1
pkgdesc='A free network protocol analyzer for Unix/Linux and Windows'
arch=('x86_64')
license=('GPL2')
depends=('libpcap' 'libcap' 'krb5' 'glib2' 'desktop-file-utils' 'hicolor-icon-theme' 'lua' 'libgcrypt' 'gtk2' 'filesystem-extra' 'qt')
makedepends=('bison' 'flex' 'bash' 'gnutls' 'python' 'portaudio' 'gtk3')
depends=('libpcap' 'libcap' 'krb5' 'glib2' 'desktop-file-utils' 'hicolor-icon-theme' 'lua' 'libgcrypt' 'qt')
makedepends=('bison' 'flex' 'bash' 'gnutls' 'python' 'portaudio')
url='http://www.wireshark.org/'
install=wireshark.install
options=(!libtool)
source=(http://www.wireshark.org/download/src/${pkgname}-${pkgver}.tar.bz2)
sha1sums=('117e7d6ac65bcfda04d97dc4958dfe156d58c323')
sha1sums=('7e1c6b107c178016d51c9061ef3f40efbc47a040')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@ -52,9 +51,7 @@ package() {
install -m644 ${d}/*.h ${pkgdir}/extra/usr/include/${pkgname}/${d}
done
### GTK GUI ###
#install -Dm755 .libs/wireshark "${pkgdir}/usr/bin/wireshark"
for d in 16 32 48; do
install -Dm644 image/hi${d}-app-wireshark.png \
"${pkgdir}/extra/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png"