[arch-commits] Commit in wireshark/repos (12 files)

2017-10-10 Thread Levente Polyak
Date: Wednesday, October 11, 2017 @ 00:18:28
  Author: anthraxx
Revision: 262314

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 262313, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 262313, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 262313, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 262313, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 262313, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 262313, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  200 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   20 ++
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   10 -
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   10 -
 9 files changed, 246 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-11 00:18:14 UTC (rev 262313)
+++ community-i686/PKGBUILD 2017-10-11 00:18:28 UTC (rev 262314)
@@ -1,101 +0,0 @@
-$Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.4.1
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
-do_not_use_svn_version.patch)
-sha256sums=('02ddbcf9b10f9dfa1e36eec00fe00cb5b5ce8e07203843baf056ac7909911fcd'
-'3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk=3 \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --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' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh' 'libxml2' 'libnghttp2')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 config.h register.h ws_diag_control.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd 

[arch-commits] Commit in wireshark/repos (12 files)

2017-09-12 Thread Anatol Pomozov
Date: Tuesday, September 12, 2017 @ 19:53:56
  Author: anatolik
Revision: 257176

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 257175, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 257175, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 257175, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 257175, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 257175, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 257175, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   20 ++
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   10 -
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   10 -
 9 files changed, 248 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 19:52:57 UTC (rev 257175)
+++ community-i686/PKGBUILD 2017-09-12 19:53:56 UTC (rev 257176)
@@ -1,101 +0,0 @@
-$Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.4.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
-do_not_use_svn_version.patch)
-sha256sums=('02ddbcf9b10f9dfa1e36eec00fe00cb5b5ce8e07203843baf056ac7909911fcd'
-'3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk=3 \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --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' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 config.h register.h ws_diag_control.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 

[arch-commits] Commit in wireshark/repos (12 files)

2017-07-23 Thread Anatol Pomozov
Date: Sunday, July 23, 2017 @ 23:36:43
  Author: anatolik
Revision: 246166

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 246165, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 246165, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 246165, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 246165, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 246165, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 246165, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   20 ++
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   10 -
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   10 -
 9 files changed, 248 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-23 23:35:48 UTC (rev 246165)
+++ community-i686/PKGBUILD 2017-07-23 23:36:43 UTC (rev 246166)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.2.7
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-do_not_use_svn_version.patch)
-sha256sums=('689ddf62221b152779d8846ab5b2063cc7fd41ec1a9f04eefab09b5d5486dbb5'
-'3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --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' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 config.h register.h ws_diag_control.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 

[arch-commits] Commit in wireshark/repos (12 files)

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 11:21:40
  Author: tredaelli
Revision: 235410

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 235408, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 235408, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 235408, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 235408, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 235408, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 235408, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   20 ++
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   10 -
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   10 -
 9 files changed, 248 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-08 11:21:35 UTC (rev 235409)
+++ community-i686/PKGBUILD 2017-06-08 11:21:40 UTC (rev 235410)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.2.6
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-do_not_use_svn_version.patch)
-sha256sums=('f627d51eda85f5ae5f5c8c9fc1f6539ffc2a270dd7500dc7f67490a8534ca849'
-'3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --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' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 config.h register.h ws_diag_control.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 

[arch-commits] Commit in wireshark/repos (12 files)

2017-03-06 Thread Timothy Redaelli
Date: Monday, March 6, 2017 @ 10:38:25
  Author: tredaelli
Revision: 215086

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 215085, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 215085, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 215085, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 215085, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 215085, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 215085, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   20 ++
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   10 -
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   10 -
 9 files changed, 248 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-06 10:38:08 UTC (rev 215085)
+++ community-i686/PKGBUILD 2017-03-06 10:38:25 UTC (rev 215086)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.2.4
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-do_not_use_svn_version.patch)
-sha1sums=('2913835d17a93af2a85ad5d9b580c47b359619a4'
-  '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --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' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 config.h register.h ws_diag_control.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark-gtk 

[arch-commits] Commit in wireshark/repos (12 files)

2017-02-08 Thread Timothy Redaelli
Date: Wednesday, February 8, 2017 @ 16:11:25
  Author: tredaelli
Revision: 211275

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 211274, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 211274, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 211274, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 211274, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 211274, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 211274, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   20 ++
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   10 -
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   10 -
 9 files changed, 248 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-08 15:58:15 UTC (rev 211274)
+++ community-i686/PKGBUILD 2017-02-08 16:11:25 UTC (rev 211275)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.2.3
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-do_not_use_svn_version.patch)
-sha1sums=('98fa058e0b07ab97b6f0a670e5277203f0b80715'
-  '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --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' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 config.h register.h ws_diag_control.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark-gtk 

[arch-commits] Commit in wireshark/repos (12 files)

2016-12-16 Thread Timothy Redaelli
Date: Friday, December 16, 2016 @ 17:12:21
  Author: tredaelli
Revision: 199879

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 199878, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 199878, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 199878, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 199878, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 199878, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 199878, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   20 ++
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   10 -
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   10 -
 9 files changed, 248 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-16 17:11:40 UTC (rev 199878)
+++ community-i686/PKGBUILD 2016-12-16 17:12:21 UTC (rev 199879)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.2.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-do_not_use_svn_version.patch)
-sha1sums=('b92a292b95e2ea010014364ff513d86afdc8e5a6'
-  '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --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' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 config.h register.h ws_diag_control.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark-gtk 

[arch-commits] Commit in wireshark/repos (12 files)

2016-11-24 Thread Levente Polyak
Date: Thursday, November 24, 2016 @ 22:53:53
  Author: anthraxx
Revision: 196760

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 196759, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 196759, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 196759, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 196759, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 196759, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 196759, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   20 ++
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   18 --
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   18 --
 9 files changed, 248 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-24 22:53:28 UTC (rev 196759)
+++ community-i686/PKGBUILD 2016-11-24 22:53:53 UTC (rev 196760)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.2.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-do_not_use_svn_version.patch)
-sha1sums=('fe07ab3582f39111ce5c78f5de6f44a8667000ac'
-  '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --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' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 config.h register.h ws_diag_control.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark-gtk 

[arch-commits] Commit in wireshark/repos (12 files)

2016-10-28 Thread Timothy Redaelli
Date: Friday, October 28, 2016 @ 09:52:10
  Author: tredaelli
Revision: 193881

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 193880, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 193880, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 193880, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 193880, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 193880, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 193880, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   36 
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   18 --
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   18 --
 9 files changed, 264 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-28 09:51:59 UTC (rev 193880)
+++ community-i686/PKGBUILD 2016-10-28 09:52:10 UTC (rev 193881)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.2.0
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-do_not_use_svn_version.patch)
-sha1sums=('4b47bf8e2053073585318646e27d2aa9dc7c7238'
-  '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --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' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 config.h register.h ws_diag_control.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark-gtk 

[arch-commits] Commit in wireshark/repos (12 files)

2016-09-26 Thread Timothy Redaelli
Date: Monday, September 26, 2016 @ 15:02:19
  Author: tredaelli
Revision: 190618

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 190617, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 190617, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 190617, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 190617, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 190617, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 190617, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   36 
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   18 --
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   18 --
 9 files changed, 264 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-26 15:02:08 UTC (rev 190617)
+++ community-i686/PKGBUILD 2016-09-26 15:02:19 UTC (rev 190618)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.2.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-do_not_use_svn_version.patch)
-sha1sums=('4b47bf8e2053073585318646e27d2aa9dc7c7238'
-  '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --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' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 config.h register.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark-gtk "${pkgdir}/usr/bin/wireshark-gtk"
-  

[arch-commits] Commit in wireshark/repos (12 files)

2016-09-23 Thread Timothy Redaelli
Date: Saturday, September 24, 2016 @ 02:04:56
  Author: tredaelli
Revision: 190232

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 190231, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 190231, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 190231, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 190231, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 190231, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 190231, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   36 
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   18 --
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   18 --
 9 files changed, 264 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-24 02:04:22 UTC (rev 190231)
+++ community-i686/PKGBUILD 2016-09-24 02:04:56 UTC (rev 190232)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.2.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-do_not_use_svn_version.patch)
-sha1sums=('4b47bf8e2053073585318646e27d2aa9dc7c7238'
-  '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --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' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 config.h register.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark-gtk "${pkgdir}/usr/bin/wireshark-gtk"
-  

[arch-commits] Commit in wireshark/repos (12 files)

2016-09-23 Thread Timothy Redaelli
Date: Saturday, September 24, 2016 @ 02:04:22
  Author: tredaelli
Revision: 190231

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 190230, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 190230, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 190230, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 190230, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 190230, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 190230, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   36 
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   18 --
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   18 --
 9 files changed, 264 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-24 02:04:07 UTC (rev 190230)
+++ community-i686/PKGBUILD 2016-09-24 02:04:22 UTC (rev 190231)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.0.5
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-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
-do_not_use_svn_version.patch)
-sha1sums=('ab77c632d8babf731bf0ecac0876fe3ff2923d04'
-  '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --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' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark-gtk "${pkgdir}/usr/bin/wireshark-gtk"
-  install -Dm644 

[arch-commits] Commit in wireshark/repos (12 files)

2016-08-23 Thread Timothy Redaelli
Date: Tuesday, August 23, 2016 @ 14:09:18
  Author: tredaelli
Revision: 187393

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 187392, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 187392, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 187392, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 187392, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 187392, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 187392, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   36 
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   18 --
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   18 --
 9 files changed, 264 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-23 14:09:13 UTC (rev 187392)
+++ community-i686/PKGBUILD 2016-08-23 14:09:18 UTC (rev 187393)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.0.4
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-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
-do_not_use_svn_version.patch)
-sha1sums=('9d76a28ba4f7566bef1aefbb2868e1ddcb93e999'
-  '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --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' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark-gtk "${pkgdir}/usr/bin/wireshark-gtk"
-  install -Dm644 

[arch-commits] Commit in wireshark/repos (12 files)

2016-01-04 Thread Anatol Pomozov
Date: Monday, January 4, 2016 @ 19:15:26
  Author: anatolik
Revision: 155466

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  wireshark/repos/community-testing-i686/
  wireshark/repos/community-testing-i686/PKGBUILD
(from rev 155464, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-i686/do_not_use_svn_version.patch
(from rev 155464, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-testing-i686/wireshark-common.install
(from rev 155464, wireshark/trunk/wireshark-common.install)
  wireshark/repos/community-testing-i686/wireshark-gui.install
(from rev 155464, wireshark/trunk/wireshark-gui.install)
  wireshark/repos/community-testing-i686/wireshark.install
(from rev 155464, wireshark/trunk/wireshark.install)
  wireshark/repos/community-testing-x86_64/
  wireshark/repos/community-testing-x86_64/PKGBUILD
(from rev 155464, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-x86_64/do_not_use_svn_version.patch
(from rev 155464, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-testing-x86_64/wireshark-common.install
(from rev 155464, wireshark/trunk/wireshark-common.install)
  wireshark/repos/community-testing-x86_64/wireshark-gui.install
(from rev 155464, wireshark/trunk/wireshark-gui.install)
  wireshark/repos/community-testing-x86_64/wireshark.install
(from rev 155464, wireshark/trunk/wireshark.install)

---+
 community-testing-i686/PKGBUILD   |  102 
 community-testing-i686/do_not_use_svn_version.patch   |   13 ++
 community-testing-i686/wireshark-common.install   |   12 +
 community-testing-i686/wireshark-gui.install  |   11 +
 community-testing-i686/wireshark.install  |   18 ++
 community-testing-x86_64/PKGBUILD |  102 
 community-testing-x86_64/do_not_use_svn_version.patch |   13 ++
 community-testing-x86_64/wireshark-common.install |   12 +
 community-testing-x86_64/wireshark-gui.install|   11 +
 community-testing-x86_64/wireshark.install|   18 ++
 10 files changed, 312 insertions(+)

Copied: wireshark/repos/community-testing-i686/PKGBUILD (from rev 155464, 
wireshark/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-01-04 18:15:26 UTC (rev 155466)
@@ -0,0 +1,102 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Guillaume ALAUX 
+# Contributor: Florian Pritz 
+pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
+pkgbase=wireshark
+pkgver=2.0.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('qt5-base' '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
+do_not_use_svn_version.patch)
+sha1sums=('6703221128305ac33802f0da13d368476ce90688'
+  '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+
+  # Avoid ugly "svn rev unknown from unknown" version string
+  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+  --prefix=/usr \
+  --with-qt=5 \
+  --with-gtk3=yes \
+  --with-pcap \
+  --with-zlib \
+  --with-lua \
+  --with-portaudio \
+  --with-ssl \
+  --with-krb5
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
+  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 'glib2' 'lua52')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" uninstall-local
+
+  #wireshark uid group is 150
+  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
+  chmod 754 "${pkgdir}/usr/bin/dumpcap"
+  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
+
+  # Headers
+  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
+
+  install -m644 color.h config.h register.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
+  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
+install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
+  done
+}
+
+package_wireshark-common() {
+  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
+  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
+  install=wireshark-common.install
+
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" 

[arch-commits] Commit in wireshark/repos (12 files)

2015-08-31 Thread Anatol Pomozov
Date: Monday, August 31, 2015 @ 18:52:05
  Author: anatolik
Revision: 139019

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  wireshark/repos/community-testing-i686/
  wireshark/repos/community-testing-i686/PKGBUILD
(from rev 139018, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-i686/configure-pixmap-fix.diff
(from rev 139018, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-testing-i686/wireshark-gtk.install
(from rev 139018, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-testing-i686/wireshark-qt.install
(from rev 139018, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-testing-i686/wireshark.install
(from rev 139018, wireshark/trunk/wireshark.install)
  wireshark/repos/community-testing-x86_64/
  wireshark/repos/community-testing-x86_64/PKGBUILD
(from rev 139018, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-x86_64/configure-pixmap-fix.diff
(from rev 139018, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-testing-x86_64/wireshark-gtk.install
(from rev 139018, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-testing-x86_64/wireshark-qt.install
(from rev 139018, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-testing-x86_64/wireshark.install
(from rev 139018, wireshark/trunk/wireshark.install)

+
 community-testing-i686/PKGBUILD|   98 +++
 community-testing-i686/configure-pixmap-fix.diff   |   14 ++
 community-testing-i686/wireshark-gtk.install   |   12 ++
 community-testing-i686/wireshark-qt.install|   11 ++
 community-testing-i686/wireshark.install   |   18 +++
 community-testing-x86_64/PKGBUILD  |   98 +++
 community-testing-x86_64/configure-pixmap-fix.diff |   14 ++
 community-testing-x86_64/wireshark-gtk.install |   12 ++
 community-testing-x86_64/wireshark-qt.install  |   11 ++
 community-testing-x86_64/wireshark.install |   18 +++
 10 files changed, 306 insertions(+)

Copied: wireshark/repos/community-testing-i686/PKGBUILD (from rev 139018, 
wireshark/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-31 16:52:05 UTC (rev 139019)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Guillaume ALAUX 
+# Contributor: Florian Pritz 
+pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
+pkgbase=wireshark
+pkgver=1.12.7
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
+ 'lua52' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
+url='http://www.wireshark.org/'
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
+configure-pixmap-fix.diff)
+sha1sums=('bed365bacfd0b5c653d8568ad25e52957659bd9f'
+  'c383bad83442d75f44afe1737848b9dee4f35b8f')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed -i 's/$(AM_V_RCC)rcc/&-qt4/p' ui/qt/Makefile.am
+  patch -uNp0 -i ../configure-pixmap-fix.diff
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+  --prefix=/usr \
+  --with-qt \
+  --with-gtk3=yes \
+  --with-pcap \
+  --with-zlib \
+  --with-lua \
+  --with-portaudio \
+  --with-ssl \
+  --with-krb5
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
+  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 
'lua52')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  #wireshark uid group is 150
+  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
+  chmod 754 "${pkgdir}/usr/bin/dumpcap"
+  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-qt"
+
+  # Headers
+  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
+
+  install -m644 color.h config.h register.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
+  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
+install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
+  done
+}
+
+package_wireshark-gtk() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
+  depends=('gtk3' 'portaudio' 'wireshark-cli' 'desktop-file-utils' 
'hicolor-icon-theme')
+  install=wireshark-gtk.install
+  replaces=(wireshark)
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+
+  install -Dm755 .libs/wireshark "${pkgdir}/usr/bin/wireshark"
+  for d in 16 32 48; do
+

[arch-commits] Commit in wireshark/repos (12 files)

2015-07-06 Thread Anatol Pomozov
Date: Monday, July 6, 2015 @ 20:47:58
  Author: anatolik
Revision: 136476

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  wireshark/repos/community-testing-i686/
  wireshark/repos/community-testing-i686/PKGBUILD
(from rev 136475, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-i686/configure-pixmap-fix.diff
(from rev 136475, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-testing-i686/wireshark-gtk.install
(from rev 136475, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-testing-i686/wireshark-qt.install
(from rev 136475, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-testing-i686/wireshark.install
(from rev 136475, wireshark/trunk/wireshark.install)
  wireshark/repos/community-testing-x86_64/
  wireshark/repos/community-testing-x86_64/PKGBUILD
(from rev 136475, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-x86_64/configure-pixmap-fix.diff
(from rev 136475, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-testing-x86_64/wireshark-gtk.install
(from rev 136475, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-testing-x86_64/wireshark-qt.install
(from rev 136475, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-testing-x86_64/wireshark.install
(from rev 136475, wireshark/trunk/wireshark.install)

+
 community-testing-i686/PKGBUILD|   98 +++
 community-testing-i686/configure-pixmap-fix.diff   |   14 ++
 community-testing-i686/wireshark-gtk.install   |   12 ++
 community-testing-i686/wireshark-qt.install|   11 ++
 community-testing-i686/wireshark.install   |   18 +++
 community-testing-x86_64/PKGBUILD  |   98 +++
 community-testing-x86_64/configure-pixmap-fix.diff |   14 ++
 community-testing-x86_64/wireshark-gtk.install |   12 ++
 community-testing-x86_64/wireshark-qt.install  |   11 ++
 community-testing-x86_64/wireshark.install |   18 +++
 10 files changed, 306 insertions(+)

Copied: wireshark/repos/community-testing-i686/PKGBUILD (from rev 136475, 
wireshark/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-07-06 18:47:58 UTC (rev 136476)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
+pkgbase=wireshark
+pkgver=1.12.6
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
+ 'lua52' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
+url='http://www.wireshark.org/'
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
+configure-pixmap-fix.diff)
+sha1sums=('5b592bd0389b76d3bdee6a7336e9492f8162c94d'
+  'c383bad83442d75f44afe1737848b9dee4f35b8f')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed -i 's/$(AM_V_RCC)rcc/-qt4/p' ui/qt/Makefile.am
+  patch -uNp0 -i ../configure-pixmap-fix.diff
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+  --prefix=/usr \
+  --with-qt \
+  --with-gtk3=yes \
+  --with-pcap \
+  --with-zlib \
+  --with-lua \
+  --with-portaudio \
+  --with-ssl \
+  --with-krb5
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
+  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 
'lua52')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #wireshark uid group is 150
+  chgrp 150 ${pkgdir}/usr/bin/dumpcap
+  chmod 754 ${pkgdir}/usr/bin/dumpcap
+  rm ${pkgdir}/usr/bin/wireshark ${pkgdir}/usr/bin/wireshark-qt
+
+  # Headers
+  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
+
+  install -m644 color.h config.h register.h ws_symbol_export.h 
${pkgdir}/usr/include/${pkgbase}
+  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
+install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
+  done
+}
+
+package_wireshark-gtk() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
+  depends=('gtk3' 'portaudio' 'wireshark-cli' 'desktop-file-utils' 
'hicolor-icon-theme')
+  install=wireshark-gtk.install
+  replaces=(wireshark)
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+
+  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
+  for d in 16 32 48; do
+ 

[arch-commits] Commit in wireshark/repos (12 files)

2015-07-02 Thread Anatol Pomozov
Date: Thursday, July 2, 2015 @ 21:39:55
  Author: anatolik
Revision: 136296

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  wireshark/repos/community-testing-i686/
  wireshark/repos/community-testing-i686/PKGBUILD
(from rev 136295, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-i686/configure-pixmap-fix.diff
(from rev 136295, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-testing-i686/wireshark-gtk.install
(from rev 136295, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-testing-i686/wireshark-qt.install
(from rev 136295, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-testing-i686/wireshark.install
(from rev 136295, wireshark/trunk/wireshark.install)
  wireshark/repos/community-testing-x86_64/
  wireshark/repos/community-testing-x86_64/PKGBUILD
(from rev 136295, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-x86_64/configure-pixmap-fix.diff
(from rev 136295, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-testing-x86_64/wireshark-gtk.install
(from rev 136295, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-testing-x86_64/wireshark-qt.install
(from rev 136295, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-testing-x86_64/wireshark.install
(from rev 136295, wireshark/trunk/wireshark.install)

+
 community-testing-i686/PKGBUILD|   98 +++
 community-testing-i686/configure-pixmap-fix.diff   |   14 ++
 community-testing-i686/wireshark-gtk.install   |   12 ++
 community-testing-i686/wireshark-qt.install|   11 ++
 community-testing-i686/wireshark.install   |   18 +++
 community-testing-x86_64/PKGBUILD  |   98 +++
 community-testing-x86_64/configure-pixmap-fix.diff |   14 ++
 community-testing-x86_64/wireshark-gtk.install |   12 ++
 community-testing-x86_64/wireshark-qt.install  |   11 ++
 community-testing-x86_64/wireshark.install |   18 +++
 10 files changed, 306 insertions(+)

Copied: wireshark/repos/community-testing-i686/PKGBUILD (from rev 136295, 
wireshark/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-07-02 19:39:55 UTC (rev 136296)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
+pkgbase=wireshark
+pkgver=1.12.6
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
+ 'lua52' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
+url='http://www.wireshark.org/'
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
+configure-pixmap-fix.diff)
+sha1sums=('5b592bd0389b76d3bdee6a7336e9492f8162c94d'
+  'c383bad83442d75f44afe1737848b9dee4f35b8f')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed -i 's/$(AM_V_RCC)rcc/-qt4/p' ui/qt/Makefile.am
+  patch -uNp0 -i ../configure-pixmap-fix.diff
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+  --prefix=/usr \
+  --with-qt \
+  --with-gtk3=yes \
+  --with-pcap \
+  --with-zlib \
+  --with-lua \
+  --with-portaudio \
+  --with-ssl \
+  --with-krb5
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
+  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 
'lua52')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #wireshark uid group is 150
+  chgrp 150 ${pkgdir}/usr/bin/dumpcap
+  chmod 754 ${pkgdir}/usr/bin/dumpcap
+  rm ${pkgdir}/usr/bin/wireshark ${pkgdir}/usr/bin/wireshark-qt
+
+  # Headers
+  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
+
+  install -m644 color.h config.h register.h ws_symbol_export.h 
${pkgdir}/usr/include/${pkgbase}
+  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
+install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
+  done
+}
+
+package_wireshark-gtk() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
+  depends=('gtk3' 'portaudio' 'wireshark-cli' 'desktop-file-utils' 
'hicolor-icon-theme')
+  install=wireshark-gtk.install
+  replaces=(wireshark)
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+
+  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
+  for d in 16 32 48; do

[arch-commits] Commit in wireshark/repos (12 files)

2015-05-07 Thread Anatol Pomozov
Date: Thursday, May 7, 2015 @ 18:59:23
  Author: anatolik
Revision: 132886

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  wireshark/repos/community-staging-i686/
  wireshark/repos/community-staging-i686/PKGBUILD
(from rev 132884, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-staging-i686/configure-pixmap-fix.diff
(from rev 132884, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-staging-i686/wireshark-gtk.install
(from rev 132884, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-staging-i686/wireshark-qt.install
(from rev 132884, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-staging-i686/wireshark.install
(from rev 132885, wireshark/trunk/wireshark.install)
  wireshark/repos/community-staging-x86_64/
  wireshark/repos/community-staging-x86_64/PKGBUILD
(from rev 132885, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-staging-x86_64/configure-pixmap-fix.diff
(from rev 132885, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-staging-x86_64/wireshark-gtk.install
(from rev 132885, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-staging-x86_64/wireshark-qt.install
(from rev 132885, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-staging-x86_64/wireshark.install
(from rev 132885, wireshark/trunk/wireshark.install)

+
 community-staging-i686/PKGBUILD|   98 +++
 community-staging-i686/configure-pixmap-fix.diff   |   14 ++
 community-staging-i686/wireshark-gtk.install   |   12 ++
 community-staging-i686/wireshark-qt.install|   11 ++
 community-staging-i686/wireshark.install   |   18 +++
 community-staging-x86_64/PKGBUILD  |   98 +++
 community-staging-x86_64/configure-pixmap-fix.diff |   14 ++
 community-staging-x86_64/wireshark-gtk.install |   12 ++
 community-staging-x86_64/wireshark-qt.install  |   11 ++
 community-staging-x86_64/wireshark.install |   18 +++
 10 files changed, 306 insertions(+)

Copied: wireshark/repos/community-staging-i686/PKGBUILD (from rev 132884, 
wireshark/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-07 16:59:23 UTC (rev 132886)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
+pkgbase=wireshark
+pkgver=1.12.4
+pkgrel=4
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
+ 'lua52' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
+url='http://www.wireshark.org/'
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
+configure-pixmap-fix.diff)
+sha1sums=('dbbd4090c02fe170f35b26fa26d8aba0b399c659'
+  'c383bad83442d75f44afe1737848b9dee4f35b8f')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed -i 's/$(AM_V_RCC)rcc/-qt4/p' ui/qt/Makefile.am
+  patch -uNp0 -i ../configure-pixmap-fix.diff
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+  --prefix=/usr \
+  --with-qt \
+  --with-gtk3=yes \
+  --with-pcap \
+  --with-zlib \
+  --with-lua \
+  --with-portaudio \
+  --with-ssl \
+  --with-krb5
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
+  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 
'lua52')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #wireshark uid group is 150
+  chgrp 150 ${pkgdir}/usr/bin/dumpcap
+  chmod 754 ${pkgdir}/usr/bin/dumpcap
+  rm ${pkgdir}/usr/bin/wireshark ${pkgdir}/usr/bin/wireshark-qt
+
+  # Headers
+  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
+
+  install -m644 color.h config.h register.h ws_symbol_export.h 
${pkgdir}/usr/include/${pkgbase}
+  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
+install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
+  done
+}
+
+package_wireshark-gtk() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
+  depends=('gtk3' 'portaudio' 'wireshark-cli' 'desktop-file-utils' 
'hicolor-icon-theme')
+  install=wireshark-gtk.install
+  replaces=(wireshark)
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+
+  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
+  for d in 16 32 48; do

[arch-commits] Commit in wireshark/repos (12 files)

2015-04-13 Thread Timothy Redaelli
Date: Monday, April 13, 2015 @ 19:07:46
  Author: tredaelli
Revision: 131304

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  wireshark/repos/community-staging-i686/
  wireshark/repos/community-staging-i686/PKGBUILD
(from rev 131303, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-staging-i686/configure-pixmap-fix.diff
(from rev 131303, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-staging-i686/wireshark-gtk.install
(from rev 131303, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-staging-i686/wireshark-qt.install
(from rev 131303, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-staging-i686/wireshark.install
(from rev 131303, wireshark/trunk/wireshark.install)
  wireshark/repos/community-staging-x86_64/
  wireshark/repos/community-staging-x86_64/PKGBUILD
(from rev 131303, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-staging-x86_64/configure-pixmap-fix.diff
(from rev 131303, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-staging-x86_64/wireshark-gtk.install
(from rev 131303, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-staging-x86_64/wireshark-qt.install
(from rev 131303, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-staging-x86_64/wireshark.install
(from rev 131303, wireshark/trunk/wireshark.install)

+
 community-staging-i686/PKGBUILD|   98 +++
 community-staging-i686/configure-pixmap-fix.diff   |   14 ++
 community-staging-i686/wireshark-gtk.install   |   12 ++
 community-staging-i686/wireshark-qt.install|   11 ++
 community-staging-i686/wireshark.install   |   18 +++
 community-staging-x86_64/PKGBUILD  |   98 +++
 community-staging-x86_64/configure-pixmap-fix.diff |   14 ++
 community-staging-x86_64/wireshark-gtk.install |   12 ++
 community-staging-x86_64/wireshark-qt.install  |   11 ++
 community-staging-x86_64/wireshark.install |   18 +++
 10 files changed, 306 insertions(+)

Copied: wireshark/repos/community-staging-i686/PKGBUILD (from rev 131303, 
wireshark/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-13 17:07:46 UTC (rev 131304)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
+pkgbase=wireshark
+pkgver=1.12.4
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
+ 'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
+url='http://www.wireshark.org/'
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
+configure-pixmap-fix.diff)
+sha1sums=('dbbd4090c02fe170f35b26fa26d8aba0b399c659'
+  'c383bad83442d75f44afe1737848b9dee4f35b8f')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed -i 's/$(AM_V_RCC)rcc/-qt4/p' ui/qt/Makefile.am
+  patch -uNp0 -i ../configure-pixmap-fix.diff
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+  --prefix=/usr \
+  --with-qt \
+  --with-gtk3=yes \
+  --with-pcap \
+  --with-zlib \
+  --with-lua \
+  --with-portaudio \
+  --with-ssl \
+  --with-krb5
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
+  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #wireshark uid group is 150
+  chgrp 150 ${pkgdir}/usr/bin/dumpcap
+  chmod 754 ${pkgdir}/usr/bin/dumpcap
+  rm ${pkgdir}/usr/bin/wireshark ${pkgdir}/usr/bin/wireshark-qt
+
+  # Headers
+  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
+
+  install -m644 color.h config.h register.h ws_symbol_export.h 
${pkgdir}/usr/include/${pkgbase}
+  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
+install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
+  done
+}
+
+package_wireshark-gtk() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
+  depends=('gtk3' 'portaudio' 'wireshark-cli' 'desktop-file-utils' 
'hicolor-icon-theme')
+  install=wireshark-gtk.install
+  replaces=(wireshark)
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+
+  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
+  for d in 16 32 48; do
+   

[arch-commits] Commit in wireshark/repos (12 files)

2014-08-13 Thread Timothy Redaelli
Date: Wednesday, August 13, 2014 @ 23:28:12
  Author: tredaelli
Revision: 117375

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 117374, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/wireshark-gtk.install
(from rev 117374, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-i686/wireshark.install
(from rev 117374, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 117374, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/wireshark-gtk.install
(from rev 117374, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 117374, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/wireshark-gtk.install
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/wireshark-gtk.install
  wireshark/repos/community-x86_64/wireshark.install

+
 /PKGBUILD  |  182 +++
 /wireshark-gtk.install |   24 
 /wireshark.install |   36 ++
 community-i686/PKGBUILD|   91 ---
 community-i686/wireshark-gtk.install   |   12 --
 community-i686/wireshark.install   |   18 ---
 community-x86_64/PKGBUILD  |   91 ---
 community-x86_64/wireshark-gtk.install |   12 --
 community-x86_64/wireshark.install |   18 ---
 9 files changed, 242 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-13 20:55:54 UTC (rev 117374)
+++ community-i686/PKGBUILD 2014-08-13 21:28:12 UTC (rev 117375)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=1.12.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
- 'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
-url='http://www.wireshark.org/'
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('0f59fea1c5b35de90af681067e49113fee0dd7a901750a97fa25f4256dbf13c7')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  sed -i 's/$(AM_V_RCC)rcc/-qt4/p' ui/qt/Makefile.am
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm ${pkgdir}/usr/bin/wireshark ${pkgdir}/usr/bin/wireshark-qt
-
-  # Headers
-  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ws_symbol_export.h 
${pkgdir}/usr/include/${pkgbase}
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes wiretap 
wsutil; do
-install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('gtk3' 'portaudio' 'wireshark-cli' 'desktop-file-utils' 
'hicolor-icon-theme')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
-  for d in 16 32 48; do
-install -Dm644 image/hi${d}-app-wireshark.png  \
-   
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-
-  for d in 16 24 32 48 64 128 256 ; do
-install -Dm644 image/WiresharkDoc-${d}.png \
-   
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/mimetypes/application-vnd.tcpdump.pcap.png
-  done
-  install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
-}
-
-package_wireshark-qt() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - Qt 
frontend'
-  depends=('qt4' 'wireshark-cli')
-
-  cd ${pkgbase}-${pkgver}
-  install -Dm755 .libs/wireshark-qt ${pkgdir}/usr/bin/wireshark-qt

[arch-commits] Commit in wireshark/repos (12 files)

2012-12-03 Thread Tom Gundersen
Date: Monday, December 3, 2012 @ 19:11:05
  Author: tomegun
Revision: 172491

db-move: moved wireshark from [staging] to [testing] (i686, x86_64)

Added:
  wireshark/repos/testing-i686/
  wireshark/repos/testing-i686/PKGBUILD
(from rev 172479, wireshark/repos/staging-i686/PKGBUILD)
  wireshark/repos/testing-i686/enable_version.patch
(from rev 172479, wireshark/repos/staging-i686/enable_version.patch)
  wireshark/repos/testing-i686/wireshark-gtk.install
(from rev 172479, wireshark/repos/staging-i686/wireshark-gtk.install)
  wireshark/repos/testing-i686/wireshark.install
(from rev 172479, wireshark/repos/staging-i686/wireshark.install)
  wireshark/repos/testing-x86_64/
  wireshark/repos/testing-x86_64/PKGBUILD
(from rev 172479, wireshark/repos/staging-x86_64/PKGBUILD)
  wireshark/repos/testing-x86_64/enable_version.patch
(from rev 172479, wireshark/repos/staging-x86_64/enable_version.patch)
  wireshark/repos/testing-x86_64/wireshark-gtk.install
(from rev 172479, wireshark/repos/staging-x86_64/wireshark-gtk.install)
  wireshark/repos/testing-x86_64/wireshark.install
(from rev 172479, wireshark/repos/staging-x86_64/wireshark.install)
Deleted:
  wireshark/repos/staging-i686/
  wireshark/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   80 +
 testing-i686/enable_version.patch|   12 
 testing-i686/wireshark-gtk.install   |   12 
 testing-i686/wireshark.install   |   18 +++
 testing-x86_64/PKGBUILD  |   80 +
 testing-x86_64/enable_version.patch  |   12 
 testing-x86_64/wireshark-gtk.install |   12 
 testing-x86_64/wireshark.install |   18 +++
 8 files changed, 244 insertions(+)

Copied: wireshark/repos/testing-i686/PKGBUILD (from rev 172479, 
wireshark/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-04 00:11:05 UTC (rev 172491)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=('wireshark-cli' 'wireshark-gtk')
+pkgbase=wireshark
+pkgver=1.8.4
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
+ 'libgcrypt' 'lua51' 'python' 'portaudio')
+url='http://www.wireshark.org/'
+options=(!libtool)
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
+enable_version.patch)
+sha256sums=('cae9ec0cb9fa0b732a76c0f72f8c15d763f8cdc2e389cda2da6c48c24559faac'
+'0cf13fb0a53909dd737e44f3c3f62b824527d7c96eaffb69d9a8bf4772d54cbd')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  patch -p0  ${srcdir}/enable_version.patch
+
+  ./autogen.sh
+  ./configure \
+  --prefix=/usr \
+  --with-ssl \
+  --with-zlib=yes \
+  --with-lua \
+  --with-portaudio
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
+  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 
'portaudio')
+  optdepends=('lua51: to use lua for prototyping and scripting'
+  'portaudio: to enable audio output for RTP streams')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #wireshark uid group is 150
+  chgrp 150 ${pkgdir}/usr/bin/dumpcap
+  chmod 754 ${pkgdir}/usr/bin/dumpcap
+  rm ${pkgdir}/usr/bin/wireshark
+
+  # Headers
+  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
+
+  install -m644 color.h config.h register.h ${pkgdir}/usr/include/${pkgbase}
+  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes wiretap 
wsutil; do
+install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
+  done
+}
+
+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')
+  install=wireshark-gtk.install
+  replaces=(wireshark)
+  conflicts=(wireshark)
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
+  for d in 16 32 48; do
+install -Dm644 image/hi${d}-app-wireshark.png  \
+   
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
+  done
+
+  for d in 16 24 32 48 64 128 256 ; do
+install -Dm644 image/WiresharkDoc-${d}.png \
+   
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/mimetypes/application-vnd.tcpdump.pcap.png
+  done
+  install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
+}

Copied: wireshark/repos/testing-i686/enable_version.patch (from rev 

[arch-commits] Commit in wireshark/repos (12 files)

2012-10-03 Thread Guillaume Alaux
Date: Wednesday, October 3, 2012 @ 04:00:56
  Author: guillaume
Revision: 167701

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wireshark/repos/extra-i686/PKGBUILD
(from rev 167700, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 167700, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 167700, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 167700, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 167700, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 167700, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

+
 extra-i686/PKGBUILD|  146 +--
 extra-i686/wireshark-gtk.install   |   24 ++---
 extra-i686/wireshark.install   |   36 
 extra-x86_64/PKGBUILD  |  146 +--
 extra-x86_64/wireshark-gtk.install |   24 ++---
 extra-x86_64/wireshark.install |   36 
 6 files changed, 206 insertions(+), 206 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-03 07:59:50 UTC (rev 167700)
+++ extra-i686/PKGBUILD 2012-10-03 08:00:56 UTC (rev 167701)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.8.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
- 'libgcrypt' 'lua' 'python')
-url=http://www.wireshark.org/;
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('5e3ea7eed50dace479e12f49d24506f4')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm ${pkgdir}/usr/bin/wireshark
-
-  # Headers
-  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ${pkgdir}/usr/include/${pkgbase}
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes wiretap 
wsutil; do
-install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
-  done
-}
-
-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')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
-  for d in 16 32 48; do
-install -Dm644 image/hi${d}-app-wireshark.png  \
-   
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-
-  for d in 16 24 32 48 64 128 256 ; do
-install -Dm644 image/WiresharkDoc-${d}.png \
-   
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/mimetypes/application-vnd.tcpdump.pcap.png
-  done
-  install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
-}

Copied: wireshark/repos/extra-i686/PKGBUILD (from rev 167700, 
wireshark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-03 08:00:56 UTC (rev 167701)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=('wireshark-cli' 'wireshark-gtk')
+pkgbase=wireshark
+pkgver=1.8.3
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
+ 'libgcrypt' 'lua' 'python')
+url=http://www.wireshark.org/;
+options=(!libtool)
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)

[arch-commits] Commit in wireshark/repos (12 files)

2012-08-19 Thread Guillaume Alaux
Date: Sunday, August 19, 2012 @ 06:42:24
  Author: guillaume
Revision: 165436

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wireshark/repos/extra-i686/PKGBUILD
(from rev 165435, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 165435, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 165435, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 165435, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 165435, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 165435, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

+
 extra-i686/PKGBUILD|  146 +--
 extra-i686/wireshark-gtk.install   |   24 ++---
 extra-i686/wireshark.install   |   36 
 extra-x86_64/PKGBUILD  |  146 +--
 extra-x86_64/wireshark-gtk.install |   24 ++---
 extra-x86_64/wireshark.install |   36 
 6 files changed, 206 insertions(+), 206 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-19 10:41:45 UTC (rev 165435)
+++ extra-i686/PKGBUILD 2012-08-19 10:42:24 UTC (rev 165436)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.8.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
- 'libgcrypt' 'lua' 'python')
-url=http://www.wireshark.org/;
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('629fe03f4a64eb8c7bd9308ee4e22e2e')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm ${pkgdir}/usr/bin/wireshark
-
-  # Headers
-  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ${pkgdir}/usr/include/${pkgbase}
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes wiretap 
wsutil; do
-install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
-  done
-}
-
-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')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
-  for d in 16 32 48; do
-install -Dm644 image/hi${d}-app-wireshark.png  \
-   
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-
-  for d in 16 24 32 48 64 128 256 ; do
-install -Dm644 image/WiresharkDoc-${d}.png \
-   
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/mimetypes/application-vnd.tcpdump.pcap.png
-  done
-  install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
-}

Copied: wireshark/repos/extra-i686/PKGBUILD (from rev 165435, 
wireshark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-19 10:42:24 UTC (rev 165436)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=('wireshark-cli' 'wireshark-gtk')
+pkgbase=wireshark
+pkgver=1.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
+ 'libgcrypt' 'lua' 'python')
+url=http://www.wireshark.org/;
+options=(!libtool)
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('5e3ea7eed50dace479e12f49d24506f4')
+

[arch-commits] Commit in wireshark/repos (12 files)

2012-07-29 Thread Guillaume Alaux
Date: Sunday, July 29, 2012 @ 06:20:53
  Author: guillaume
Revision: 164263

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wireshark/repos/extra-i686/PKGBUILD
(from rev 164262, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 164262, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 164262, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 164262, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 164262, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 164262, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

+
 extra-i686/PKGBUILD|  140 ++-
 extra-i686/wireshark-gtk.install   |   24 +++---
 extra-i686/wireshark.install   |   36 -
 extra-x86_64/PKGBUILD  |  140 ++-
 extra-x86_64/wireshark-gtk.install |   24 +++---
 extra-x86_64/wireshark.install |   36 -
 6 files changed, 206 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-29 10:20:09 UTC (rev 164262)
+++ extra-i686/PKGBUILD 2012-07-29 10:20:53 UTC (rev 164263)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.8.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
- 'libgcrypt' 'lua' 'python')
-url=http://www.wireshark.org/;
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('3eca81253800a0089d0f957e75853b05')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm ${pkgdir}/usr/bin/wireshark
-
-  # Headers
-  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ${pkgdir}/usr/include/${pkgbase}
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes wiretap 
wsutil; do
-install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
-  done
-}
-
-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')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
-  for d in 16 32 48; do
-  install -Dm644 image/hi${d}-app-wireshark.png 
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-  install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
-}

Copied: wireshark/repos/extra-i686/PKGBUILD (from rev 164262, 
wireshark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-29 10:20:53 UTC (rev 164263)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=('wireshark-cli' 'wireshark-gtk')
+pkgbase=wireshark
+pkgver=1.8.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
+ 'libgcrypt' 'lua' 'python')
+url=http://www.wireshark.org/;
+options=(!libtool)
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('629fe03f4a64eb8c7bd9308ee4e22e2e')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+  --prefix=/usr \
+  --with-ssl \
+  --with-zlib=yes \
+  --with-lua
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc=A 

[arch-commits] Commit in wireshark/repos (12 files)

2012-06-24 Thread Guillaume Alaux
Date: Sunday, June 24, 2012 @ 08:43:16
  Author: guillaume
Revision: 162251

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wireshark/repos/extra-i686/PKGBUILD
(from rev 162250, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 162250, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 162250, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 162250, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 162250, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 162250, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

+
 extra-i686/PKGBUILD|  132 +--
 extra-i686/wireshark-gtk.install   |   24 +++---
 extra-i686/wireshark.install   |   36 -
 extra-x86_64/PKGBUILD  |  132 +--
 extra-x86_64/wireshark-gtk.install |   24 +++---
 extra-x86_64/wireshark.install |   36 -
 6 files changed, 194 insertions(+), 190 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-24 12:42:39 UTC (rev 162250)
+++ extra-i686/PKGBUILD 2012-06-24 12:43:16 UTC (rev 162251)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.6.8
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
-url=http://www.wireshark.org/;
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('dcdc5f4904af5804b622c955a30974e2')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm ${pkgdir}/usr/bin/wireshark
-
-  # Headers
-  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ${pkgdir}/usr/include/${pkgbase}
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes wiretap 
wsutil; do
-install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
-  done
-}
-
-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')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
-  for d in 16 32 48; do
-  install -Dm644 image/hi${d}-app-wireshark.png 
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-  install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
-}

Copied: wireshark/repos/extra-i686/PKGBUILD (from rev 162250, 
wireshark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-24 12:43:16 UTC (rev 162251)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=('wireshark-cli' 'wireshark-gtk')
+pkgbase=wireshark
+pkgver=1.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
+ 'libgcrypt' 'lua' 'python')
+url=http://www.wireshark.org/;
+options=(!libtool)
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('3eca81253800a0089d0f957e75853b05')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+  --prefix=/usr \
+  --with-ssl \
+  --with-zlib=yes \
+  --with-lua
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc=A free network protocol analyzer for 

[arch-commits] Commit in wireshark/repos (12 files)

2012-05-22 Thread Guillaume Alaux
Date: Tuesday, May 22, 2012 @ 16:52:55
  Author: guillaume
Revision: 159382

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wireshark/repos/extra-i686/PKGBUILD
(from rev 159381, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 159381, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 159381, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 159381, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 159381, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 159381, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

+
 extra-i686/PKGBUILD|  130 +--
 extra-i686/wireshark-gtk.install   |   24 +++---
 extra-i686/wireshark.install   |   36 -
 extra-x86_64/PKGBUILD  |  130 +--
 extra-x86_64/wireshark-gtk.install |   24 +++---
 extra-x86_64/wireshark.install |   36 -
 6 files changed, 190 insertions(+), 190 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-22 20:52:15 UTC (rev 159381)
+++ extra-i686/PKGBUILD 2012-05-22 20:52:55 UTC (rev 159382)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.6.7
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
-url=http://www.wireshark.org/;
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('7e39f1c0ea4abd8bffa5122df800ca5d')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm ${pkgdir}/usr/bin/wireshark
-
-  # Headers
-  install -dm755 
${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ${pkgdir}/usr/include/${pkgbase}
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes wiretap 
wsutil; do
-install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
-  done
-}
-
-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')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
-  for d in 16 32 48; do
-  install -Dm644 image/hi${d}-app-wireshark.png 
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-  install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
-}

Copied: wireshark/repos/extra-i686/PKGBUILD (from rev 159381, 
wireshark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-22 20:52:55 UTC (rev 159382)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=('wireshark-cli' 'wireshark-gtk')
+pkgbase=wireshark
+pkgver=1.6.8
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
+url=http://www.wireshark.org/;
+options=(!libtool)
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('dcdc5f4904af5804b622c955a30974e2')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --with-ssl \
+  --with-zlib=yes \
+  --with-lua
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
+  

[arch-commits] Commit in wireshark/repos (12 files)

2012-04-22 Thread Guillaume Alaux
Date: Sunday, April 22, 2012 @ 09:28:46
  Author: guillaume
Revision: 156655

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wireshark/repos/extra-i686/PKGBUILD
(from rev 156654, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 156654, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 156654, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 156654, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 156654, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 156654, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

+
 extra-i686/PKGBUILD|  122 ++-
 extra-i686/wireshark-gtk.install   |   24 +++---
 extra-i686/wireshark.install   |   36 +-
 extra-x86_64/PKGBUILD  |  122 ++-
 extra-x86_64/wireshark-gtk.install |   24 +++---
 extra-x86_64/wireshark.install |   36 +-
 6 files changed, 190 insertions(+), 174 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-22 13:24:43 UTC (rev 156654)
+++ extra-i686/PKGBUILD 2012-04-22 13:28:46 UTC (rev 156655)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guillaume at alaux dot net
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=(wireshark-cli wireshark-gtk)
-pkgbase=wireshark
-pkgver=1.6.6
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
-url=http://www.wireshark.org/;
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('61145ccd7684b3cfb159fc902fedfecf')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm ${pkgdir}/usr/bin/wireshark
-}
-
-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')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
-  for d in 16 32 48; do
-  install -Dm644 image/hi${d}-app-wireshark.png 
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-  install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
-}

Copied: wireshark/repos/extra-i686/PKGBUILD (from rev 156654, 
wireshark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-22 13:28:46 UTC (rev 156655)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=('wireshark-cli' 'wireshark-gtk')
+pkgbase=wireshark
+pkgver=1.6.7
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
+url=http://www.wireshark.org/;
+options=(!libtool)
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('7e39f1c0ea4abd8bffa5122df800ca5d')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --with-ssl \
+  --with-zlib=yes \
+  --with-lua
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
+  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #wireshark uid group is 150
+  chgrp 150 ${pkgdir}/usr/bin/dumpcap
+  chmod 754 ${pkgdir}/usr/bin/dumpcap
+  rm ${pkgdir}/usr/bin/wireshark
+
+  # 

[arch-commits] Commit in wireshark/repos (12 files)

2012-04-19 Thread Guillaume Alaux
Date: Thursday, April 19, 2012 @ 17:01:40
  Author: guillaume
Revision: 156497

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wireshark/repos/extra-i686/PKGBUILD
(from rev 156496, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 156496, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 156496, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 156496, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 156496, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 156496, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

+
 extra-i686/PKGBUILD|  128 +++
 extra-i686/wireshark-gtk.install   |   24 +++---
 extra-i686/wireshark.install   |   36 -
 extra-x86_64/PKGBUILD  |  128 +++
 extra-x86_64/wireshark-gtk.install |   24 +++---
 extra-x86_64/wireshark.install |   36 -
 6 files changed, 202 insertions(+), 174 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-19 21:00:58 UTC (rev 156496)
+++ extra-i686/PKGBUILD 2012-04-19 21:01:40 UTC (rev 156497)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guillaume at alaux dot net
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=(wireshark-cli wireshark-gtk)
-pkgbase=wireshark
-pkgver=1.6.6
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
-url=http://www.wireshark.org/;
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('61145ccd7684b3cfb159fc902fedfecf')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm ${pkgdir}/usr/bin/wireshark
-}
-
-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')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark ${pkgdir}/usr/bin/wireshark
-  for d in 16 32 48; do
-  install -Dm644 image/hi${d}-app-wireshark.png 
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-  install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
-}

Copied: wireshark/repos/extra-i686/PKGBUILD (from rev 156496, 
wireshark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-19 21:01:40 UTC (rev 156497)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-dev')
+pkgbase=wireshark
+pkgver=1.6.7
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
+url=http://www.wireshark.org/;
+options=(!libtool)
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('7e39f1c0ea4abd8bffa5122df800ca5d')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --with-ssl \
+  --with-zlib=yes \
+  --with-lua
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
+  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #wireshark uid group is 150
+  chgrp 150 ${pkgdir}/usr/bin/dumpcap
+  chmod 754 ${pkgdir}/usr/bin/dumpcap
+  rm 

[arch-commits] Commit in wireshark/repos (12 files)

2012-03-27 Thread Guillaume Alaux
Date: Tuesday, March 27, 2012 @ 17:06:46
  Author: guillaume
Revision: 154405

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wireshark/repos/extra-i686/PKGBUILD
(from rev 154402, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 154402, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 154402, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 154404, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 154404, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 154404, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

+
 extra-i686/PKGBUILD|  114 +--
 extra-i686/wireshark-gtk.install   |   24 +++
 extra-i686/wireshark.install   |   36 +--
 extra-x86_64/PKGBUILD  |  114 +--
 extra-x86_64/wireshark-gtk.install |   24 +++
 extra-x86_64/wireshark.install |   36 +--
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-27 21:06:23 UTC (rev 154404)
+++ extra-i686/PKGBUILD 2012-03-27 21:06:46 UTC (rev 154405)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guillaume at alaux dot net
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=(wireshark-cli wireshark-gtk)
-pkgbase=wireshark
-pkgver=1.6.5
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
-url=http://www.wireshark.org/;
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/$pkgbase-$pkgver.tar.bz2)
-md5sums=('794948a10d387fc8e37d824ea11dbac9')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd $srcdir/$pkgbase-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  #wireshark uid group is 150
-  chgrp 150 $pkgdir/usr/bin/dumpcap
-  chmod 754 $pkgdir/usr/bin/dumpcap
-  rm $pkgdir/usr/bin/wireshark
-}
-
-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')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd $srcdir/$pkgbase-$pkgver
-
-  install -Dm755 .libs/wireshark $pkgdir/usr/bin/wireshark
-  for d in 16 32 48; do
-  install -Dm644 image/hi${d}-app-wireshark.png 
$pkgdir/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-  install -Dm644 wireshark.desktop 
$pkgdir/usr/share/applications/wireshark.desktop
-}

Copied: wireshark/repos/extra-i686/PKGBUILD (from rev 154402, 
wireshark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-27 21:06:46 UTC (rev 154405)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guillaume at alaux dot net
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=(wireshark-cli wireshark-gtk)
+pkgbase=wireshark
+pkgver=1.6.6
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
+url=http://www.wireshark.org/;
+options=(!libtool)
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('61145ccd7684b3cfb159fc902fedfecf')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --with-ssl \
+  --with-zlib=yes \
+  --with-lua
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
+  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #wireshark uid group is 150
+  chgrp 150 ${pkgdir}/usr/bin/dumpcap
+  chmod 754 ${pkgdir}/usr/bin/dumpcap
+  rm ${pkgdir}/usr/bin/wireshark
+}
+
+package_wireshark-gtk() {
+  pkgdesc=A 

[arch-commits] Commit in wireshark/repos (12 files)

2012-01-13 Thread Ionut Biru
Date: Friday, January 13, 2012 @ 14:50:27
  Author: ibiru
Revision: 146574

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wireshark/repos/extra-i686/PKGBUILD
(from rev 146573, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 146573, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 146573, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 146573, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 146573, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 146573, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

+
 extra-i686/PKGBUILD|  114 +--
 extra-i686/wireshark-gtk.install   |   23 +++
 extra-i686/wireshark.install   |   36 +--
 extra-x86_64/PKGBUILD  |  114 +--
 extra-x86_64/wireshark-gtk.install |   23 +++
 extra-x86_64/wireshark.install |   36 +--
 6 files changed, 174 insertions(+), 172 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-13 19:44:25 UTC (rev 146573)
+++ extra-i686/PKGBUILD 2012-01-13 19:50:27 UTC (rev 146574)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guillaume at alaux dot net
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=(wireshark-cli wireshark-gtk)
-pkgbase=wireshark
-pkgver=1.6.4
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
-url=http://www.wireshark.org/;
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('a348521c514fcdd890d974f2a0b59db3')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm ${pkgdir}/usr/bin/wireshark
-}
-
-package_wireshark-gtk() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend
-  depends=('gtk2' 'wireshark-cli')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark $pkgdir/usr/bin/wireshark
-  for d in 16 32 48; do
-  install -Dm644 image/hi${d}-app-wireshark.png 
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-  install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
-}

Copied: wireshark/repos/extra-i686/PKGBUILD (from rev 146573, 
wireshark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-13 19:50:27 UTC (rev 146574)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guillaume at alaux dot net
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=(wireshark-cli wireshark-gtk)
+pkgbase=wireshark
+pkgver=1.6.5
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
+url=http://www.wireshark.org/;
+options=(!libtool)
+source=(http://www.wireshark.org/download/src/$pkgbase-$pkgver.tar.bz2)
+md5sums=('794948a10d387fc8e37d824ea11dbac9')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+
+  ./configure \
+  --prefix=/usr \
+  --with-ssl \
+  --with-zlib=yes \
+  --with-lua
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
+  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd $srcdir/$pkgbase-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  #wireshark uid group is 150
+  chgrp 150 $pkgdir/usr/bin/dumpcap
+  chmod 754 $pkgdir/usr/bin/dumpcap
+  rm $pkgdir/usr/bin/wireshark
+}
+
+package_wireshark-gtk() {
+  pkgdesc=A free network protocol analyzer for 

[arch-commits] Commit in wireshark/repos (12 files)

2011-11-19 Thread Guillaume Alaux
Date: Saturday, November 19, 2011 @ 06:40:12
  Author: guillaume
Revision: 142976

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wireshark/repos/extra-i686/PKGBUILD
(from rev 142975, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 142975, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 142975, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 142975, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 142975, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 142975, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

+
 extra-i686/PKGBUILD|  114 +--
 extra-i686/wireshark-gtk.install   |   22 +++---
 extra-i686/wireshark.install   |   36 +--
 extra-x86_64/PKGBUILD  |  114 +--
 extra-x86_64/wireshark-gtk.install |   22 +++---
 extra-x86_64/wireshark.install |   36 +--
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-19 11:39:26 UTC (rev 142975)
+++ extra-i686/PKGBUILD 2011-11-19 11:40:12 UTC (rev 142976)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guillaume at alaux dot net
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=(wireshark-cli wireshark-gtk)
-pkgbase=wireshark
-pkgver=1.6.3
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
-url=http://www.wireshark.org/;
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('5012c75c379ffd47fbcf395d9a6e417e')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm $pkgdir/usr/bin/wireshark
-}
-
-package_wireshark-gtk() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend
-  depends=('gtk2' 'wireshark-cli')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark $pkgdir/usr/bin/wireshark
-  for d in 16 32 48; do
-  install -Dm644 image/hi${d}-app-wireshark.png 
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-  install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
-}

Copied: wireshark/repos/extra-i686/PKGBUILD (from rev 142975, 
wireshark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-19 11:40:12 UTC (rev 142976)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guillaume at alaux dot net
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=(wireshark-cli wireshark-gtk)
+pkgbase=wireshark
+pkgver=1.6.4
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
+url=http://www.wireshark.org/;
+options=(!libtool)
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('a348521c514fcdd890d974f2a0b59db3')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --with-ssl \
+  --with-zlib=yes \
+  --with-lua
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
+  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #wireshark uid group is 150
+  chgrp 150 ${pkgdir}/usr/bin/dumpcap
+  chmod 754 ${pkgdir}/usr/bin/dumpcap
+  rm ${pkgdir}/usr/bin/wireshark
+}
+
+package_wireshark-gtk() {
+  pkgdesc=A free 

[arch-commits] Commit in wireshark/repos (12 files)

2011-11-02 Thread Guillaume Alaux
Date: Wednesday, November 2, 2011 @ 16:35:14
  Author: guillaume
Revision: 141895

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wireshark/repos/extra-i686/PKGBUILD
(from rev 141894, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 141894, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 141894, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 141894, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 141894, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 141894, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

+
 extra-i686/PKGBUILD|  114 +--
 extra-i686/wireshark-gtk.install   |   22 +++---
 extra-i686/wireshark.install   |   36 +--
 extra-x86_64/PKGBUILD  |  114 +--
 extra-x86_64/wireshark-gtk.install |   22 +++---
 extra-x86_64/wireshark.install |   36 +--
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-02 20:33:47 UTC (rev 141894)
+++ extra-i686/PKGBUILD 2011-11-02 20:35:14 UTC (rev 141895)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guillaume at alaux dot net
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=(wireshark-cli wireshark-gtk)
-pkgbase=wireshark
-pkgver=1.6.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
-url=http://www.wireshark.org/;
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('301677b5f8150265315632fb6247e06e')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm $pkgdir/usr/bin/wireshark
-}
-
-package_wireshark-gtk() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend
-  depends=('gtk2' 'wireshark-cli')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark $pkgdir/usr/bin/wireshark
-  for d in 16 32 48; do
-  install -Dm644 image/hi${d}-app-wireshark.png 
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-  install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
-}

Copied: wireshark/repos/extra-i686/PKGBUILD (from rev 141894, 
wireshark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-02 20:35:14 UTC (rev 141895)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guillaume at alaux dot net
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=(wireshark-cli wireshark-gtk)
+pkgbase=wireshark
+pkgver=1.6.3
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
+url=http://www.wireshark.org/;
+options=(!libtool)
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('5012c75c379ffd47fbcf395d9a6e417e')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --with-ssl \
+  --with-zlib=yes \
+  --with-lua
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
+  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #wireshark uid group is 150
+  chgrp 150 ${pkgdir}/usr/bin/dumpcap
+  chmod 754 ${pkgdir}/usr/bin/dumpcap
+  rm $pkgdir/usr/bin/wireshark
+}
+
+package_wireshark-gtk() {
+  pkgdesc=A free 

[arch-commits] Commit in wireshark/repos (12 files)

2011-09-09 Thread Guillaume Alaux
Date: Friday, September 9, 2011 @ 08:10:57
  Author: guillaume
Revision: 137559

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wireshark/repos/extra-i686/PKGBUILD
(from rev 137558, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 137558, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 137558, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 137558, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 137558, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 137558, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

+
 extra-i686/PKGBUILD|  114 +--
 extra-i686/wireshark-gtk.install   |   22 +++---
 extra-i686/wireshark.install   |   36 +--
 extra-x86_64/PKGBUILD  |  114 +--
 extra-x86_64/wireshark-gtk.install |   22 +++---
 extra-x86_64/wireshark.install |   36 +--
 6 files changed, 172 insertions(+), 172 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-09 12:09:37 UTC (rev 137558)
+++ extra-i686/PKGBUILD 2011-09-09 12:10:57 UTC (rev 137559)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guillaume at alaux dot net
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=(wireshark-cli wireshark-gtk)
-pkgbase=wireshark
-pkgver=1.6.1
-pkgrel=3
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
-url=http://www.wireshark.org/;
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('dc1e8c9800b64130674b120a183e2308')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
-  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm $pkgdir/usr/bin/wireshark
-}
-
-package_wireshark-gtk() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend
-  depends=('gtk2' 'wireshark-cli')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark $pkgdir/usr/bin/wireshark
-  for d in 16 32 48; do
-  install -Dm644 image/hi${d}-app-wireshark.png 
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-  install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
-}

Copied: wireshark/repos/extra-i686/PKGBUILD (from rev 137558, 
wireshark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-09 12:10:57 UTC (rev 137559)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guillaume at alaux dot net
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=(wireshark-cli wireshark-gtk)
+pkgbase=wireshark
+pkgver=1.6.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
+url=http://www.wireshark.org/;
+options=(!libtool)
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('301677b5f8150265315632fb6247e06e')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --with-ssl \
+  --with-zlib=yes \
+  --with-lua
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
+  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #wireshark uid group is 150
+  chgrp 150 ${pkgdir}/usr/bin/dumpcap
+  chmod 754 ${pkgdir}/usr/bin/dumpcap
+  rm $pkgdir/usr/bin/wireshark
+}
+
+package_wireshark-gtk() {
+  pkgdesc=A free network 

[arch-commits] Commit in wireshark/repos (12 files)

2011-08-27 Thread Ionut Biru
Date: Saturday, August 27, 2011 @ 04:38:05
  Author: ibiru
Revision: 136353

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wireshark/repos/extra-i686/PKGBUILD
(from rev 136352, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 136352, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 136352, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 136352, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 136352, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 136352, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

+
 extra-i686/PKGBUILD|  115 +--
 extra-i686/wireshark-gtk.install   |   22 +++---
 extra-i686/wireshark.install   |   36 +-
 extra-x86_64/PKGBUILD  |  115 +--
 extra-x86_64/wireshark-gtk.install |   22 +++---
 extra-x86_64/wireshark.install |   36 +-
 6 files changed, 172 insertions(+), 174 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-08-27 08:35:28 UTC (rev 136352)
+++ extra-i686/PKGBUILD 2011-08-27 08:38:05 UTC (rev 136353)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guillaume at alaux dot net
-# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
-pkgname=(wireshark-cli wireshark-gtk)
-pkgbase=wireshark
-pkgver=1.6.1
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libpcap' 'bash' 'gnutls' 'libcap' 
'lua')
-url=http://www.wireshark.org/;
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-md5sums=('dc1e8c9800b64130674b120a183e2308')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  export CFLAGS=-fno-unit-at-a-time ${CFLAGS}
-
-  ./configure \
-  --prefix=/usr \
-  --with-ssl \
-  --with-zlib=yes \
-  --with-lua
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
-  depends=('krb5' 'libpcap' 'bash' 'gnutls' 'libcap' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  #wireshark uid group is 150
-  chgrp 150 ${pkgdir}/usr/bin/dumpcap
-  chmod 754 ${pkgdir}/usr/bin/dumpcap
-  rm $pkgdir/usr/bin/wireshark
-}
-
-package_wireshark-gtk() {
-  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend
-  depends=('gtk2' 'wireshark-cli')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark $pkgdir/usr/bin/wireshark
-  for d in 16 32 48; do
-  install -Dm644 image/hi${d}-app-wireshark.png 
${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png
-  done
-  install -Dm644 wireshark.desktop 
${pkgdir}/usr/share/applications/wireshark.desktop
-}

Copied: wireshark/repos/extra-i686/PKGBUILD (from rev 136352, 
wireshark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-08-27 08:38:05 UTC (rev 136353)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guillaume at alaux dot net
+# Contributor: Florian Pritz bluewind at jabber dot ccc dot de
+pkgname=(wireshark-cli wireshark-gtk)
+pkgbase=wireshark
+pkgver=1.6.1
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 
'libgcrypt' 'lua')
+url=http://www.wireshark.org/;
+options=(!libtool)
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
+md5sums=('dc1e8c9800b64130674b120a183e2308')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --with-ssl \
+  --with-zlib=yes \
+  --with-lua
+  make all
+}
+
+package_wireshark-cli() {
+  pkgdesc=A free network protocol analyzer for Unix/Linux and Windows - CLI 
version
+  depends=('krb5' 'libcap' 'libpcap' 'bash' 'gnutls' 'libgcrypt' 'glib2' 'lua')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  #wireshark uid group is 150
+  chgrp 150 ${pkgdir}/usr/bin/dumpcap
+  chmod 754 ${pkgdir}/usr/bin/dumpcap
+  rm $pkgdir/usr/bin/wireshark
+}
+
+package_wireshark-gtk() {
+