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

2012-12-11 Thread Eric BĂ©langer
Date: Tuesday, December 11, 2012 @ 19:32:12
  Author: eric
Revision: 173181

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

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

+
 extra-i686/PKGBUILD|  156 +--
 extra-i686/enable_version.patch|   24 ++---
 extra-i686/wireshark-gtk.install   |   24 ++---
 extra-i686/wireshark.install   |   36 
 extra-x86_64/PKGBUILD  |  156 +--
 extra-x86_64/enable_version.patch  |   24 ++---
 extra-x86_64/wireshark-gtk.install |   24 ++---
 extra-x86_64/wireshark.install |   36 
 8 files changed, 240 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-12 00:32:10 UTC (rev 173180)
+++ extra-i686/PKGBUILD 2012-12-12 00:32:12 UTC (rev 173181)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.8.3
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('bison' 'flex' 'gtk2' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
- 'libgcrypt' 'lua' 'python' 'portaudio')
-url="http://www.wireshark.org/";
-options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-enable_version.patch)
-sha1sums=('3e1322eea5794c71de752b7923af9379bcc95299'
-  '9a56a9153b6903e508b0375cde4f6e57ffc544e6')
-
-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' 'lua' 
'portaudio')
-  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 173168, 
wir

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

2013-05-20 Thread Guillaume Alaux
Date: Monday, May 20, 2013 @ 16:35:40
  Author: guillaume
Revision: 186024

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

Added:
  wireshark/repos/extra-i686/02_enable-version.diff
(from rev 186023, wireshark/trunk/02_enable-version.diff)
  wireshark/repos/extra-i686/PKGBUILD
(from rev 186023, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 186023, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 186023, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/02_enable-version.diff
(from rev 186023, wireshark/trunk/02_enable-version.diff)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 186023, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 186023, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 186023, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/01_patch-automake-1.13.diff
  wireshark/repos/extra-i686/02_enable-version.diff
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/01_patch-automake-1.13.diff
  wireshark/repos/extra-x86_64/02_enable-version.diff
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

--+
 /02_enable-version.diff  |   22 
 /PKGBUILD|  154 +
 /wireshark-gtk.install   |   24 
 /wireshark.install   |   36 ++
 extra-i686/01_patch-automake-1.13.diff   |   11 --
 extra-i686/02_enable-version.diff|   11 --
 extra-i686/PKGBUILD  |   81 ---
 extra-i686/wireshark-gtk.install |   12 --
 extra-i686/wireshark.install |   18 ---
 extra-x86_64/01_patch-automake-1.13.diff |   11 --
 extra-x86_64/02_enable-version.diff  |   11 --
 extra-x86_64/PKGBUILD|   81 ---
 extra-x86_64/wireshark-gtk.install   |   12 --
 extra-x86_64/wireshark.install   |   18 ---
 14 files changed, 236 insertions(+), 266 deletions(-)

Deleted: extra-i686/01_patch-automake-1.13.diff
===
--- extra-i686/01_patch-automake-1.13.diff  2013-05-20 14:35:02 UTC (rev 
186023)
+++ extra-i686/01_patch-automake-1.13.diff  2013-05-20 14:35:40 UTC (rev 
186024)
@@ -1,11 +0,0 @@
 configure.in.init  2013-02-02 22:11:27.140322526 +0100
-+++ configure.in   2013-02-02 22:11:42.863854681 +0100
-@@ -1960,7 +1960,7 @@
- sinclude(asn1/Custom.m4) dnl
- ifdef(_CUSTOM_ASN1_AC_OUTPUT_,, define(_CUSTOM_ASN1_AC_OUTPUT_, )) dnl
- 
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
- AC_OUTPUT(
-   Makefile
-   doxygen.cfg

Deleted: extra-i686/02_enable-version.diff
===
--- extra-i686/02_enable-version.diff   2013-05-20 14:35:02 UTC (rev 186023)
+++ extra-i686/02_enable-version.diff   2013-05-20 14:35:40 UTC (rev 186024)
@@ -1,11 +0,0 @@
 configure.in.init  2013-02-02 22:11:42.863854681 +0100
-+++ configure.in   2013-02-02 22:13:40.888683191 +0100
-@@ -185,7 +185,7 @@
- [use GnuTLS library @<:@default=yes@:>@]),
-   with_gnutls="$withval", with_gnutls="yes")
- if test "x$with_gnutls" = "xyes"; then
--  PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 1.2.0 gnutls < 3],
-+  PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 1.2.0],
- [
- echo "GnuTLS found, enabling SSL decryption"
- AC_DEFINE(HAVE_LIBGNUTLS, 1, [Define to use GnuTLS library])

Copied: wireshark/repos/extra-i686/02_enable-version.diff (from rev 186023, 
wireshark/trunk/02_enable-version.diff)
===
--- extra-i686/02_enable-version.diff   (rev 0)
+++ extra-i686/02_enable-version.diff   2013-05-20 14:35:40 UTC (rev 186024)
@@ -0,0 +1,11 @@
+--- configure.in.init  2013-02-02 22:11:42.863854681 +0100
 configure.in   2013-02-02 22:13:40.888683191 +0100
+@@ -185,7 +185,7 @@
+ [use GnuTLS library @<:@default=yes@:>@]),
+   with_gnutls="$withval", with_gnutls="yes")
+ if test "x$with_gnutls" = "xyes"; then
+-  PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 1.2.0 gnutls < 3],
++  PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 1.2.0],
+ [
+ echo "GnuTLS found, enabling SSL decryption"
+ AC_DEFINE(HAVE_LIBGNUTLS, 1, [Define to use GnuTLS library])

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-20 14:35:02 UTC (rev 186023)
+++ extra-i686/PKGBUILD 2013-05-20 14:35:4

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

2013-02-02 Thread Guillaume Alaux
Date: Saturday, February 2, 2013 @ 22:34:52
  Author: guillaume
Revision: 176946

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

Added:
  wireshark/repos/extra-i686/01_patch-automake-1.13.diff
(from rev 176945, wireshark/trunk/01_patch-automake-1.13.diff)
  wireshark/repos/extra-i686/02_enable-version.diff
(from rev 176945, wireshark/trunk/02_enable-version.diff)
  wireshark/repos/extra-i686/PKGBUILD
(from rev 176945, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-i686/wireshark-gtk.install
(from rev 176945, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-i686/wireshark.install
(from rev 176945, wireshark/trunk/wireshark.install)
  wireshark/repos/extra-x86_64/01_patch-automake-1.13.diff
(from rev 176945, wireshark/trunk/01_patch-automake-1.13.diff)
  wireshark/repos/extra-x86_64/02_enable-version.diff
(from rev 176945, wireshark/trunk/02_enable-version.diff)
  wireshark/repos/extra-x86_64/PKGBUILD
(from rev 176945, wireshark/trunk/PKGBUILD)
  wireshark/repos/extra-x86_64/wireshark-gtk.install
(from rev 176945, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/extra-x86_64/wireshark.install
(from rev 176945, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/extra-i686/PKGBUILD
  wireshark/repos/extra-i686/enable_version.patch
  wireshark/repos/extra-i686/wireshark-gtk.install
  wireshark/repos/extra-i686/wireshark.install
  wireshark/repos/extra-x86_64/PKGBUILD
  wireshark/repos/extra-x86_64/enable_version.patch
  wireshark/repos/extra-x86_64/wireshark-gtk.install
  wireshark/repos/extra-x86_64/wireshark.install

--+
 extra-i686/01_patch-automake-1.13.diff   |   11 ++
 extra-i686/02_enable-version.diff|   11 ++
 extra-i686/PKGBUILD  |  159 ++---
 extra-i686/enable_version.patch  |   12 --
 extra-i686/wireshark-gtk.install |   24 ++--
 extra-i686/wireshark.install |   36 +++---
 extra-x86_64/01_patch-automake-1.13.diff |   11 ++
 extra-x86_64/02_enable-version.diff  |   11 ++
 extra-x86_64/PKGBUILD|  159 ++---
 extra-x86_64/enable_version.patch|   12 --
 extra-x86_64/wireshark-gtk.install   |   24 ++--
 extra-x86_64/wireshark.install   |   36 +++---
 12 files changed, 266 insertions(+), 240 deletions(-)

Copied: wireshark/repos/extra-i686/01_patch-automake-1.13.diff (from rev 
176945, wireshark/trunk/01_patch-automake-1.13.diff)
===
--- extra-i686/01_patch-automake-1.13.diff  (rev 0)
+++ extra-i686/01_patch-automake-1.13.diff  2013-02-02 21:34:52 UTC (rev 
176946)
@@ -0,0 +1,11 @@
+--- configure.in.init  2013-02-02 22:11:27.140322526 +0100
 configure.in   2013-02-02 22:11:42.863854681 +0100
+@@ -1960,7 +1960,7 @@
+ sinclude(asn1/Custom.m4) dnl
+ ifdef(_CUSTOM_ASN1_AC_OUTPUT_,, define(_CUSTOM_ASN1_AC_OUTPUT_, )) dnl
+ 
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AC_OUTPUT(
+   Makefile
+   doxygen.cfg

Copied: wireshark/repos/extra-i686/02_enable-version.diff (from rev 176945, 
wireshark/trunk/02_enable-version.diff)
===
--- extra-i686/02_enable-version.diff   (rev 0)
+++ extra-i686/02_enable-version.diff   2013-02-02 21:34:52 UTC (rev 176946)
@@ -0,0 +1,11 @@
+--- configure.in.init  2013-02-02 22:11:42.863854681 +0100
 configure.in   2013-02-02 22:13:40.888683191 +0100
+@@ -185,7 +185,7 @@
+ [use GnuTLS library @<:@default=yes@:>@]),
+   with_gnutls="$withval", with_gnutls="yes")
+ if test "x$with_gnutls" = "xyes"; then
+-  PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 1.2.0 gnutls < 3],
++  PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 1.2.0],
+ [
+ echo "GnuTLS found, enabling SSL decryption"
+ AC_DEFINE(HAVE_LIBGNUTLS, 1, [Define to use GnuTLS library])

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-02 21:33:29 UTC (rev 176945)
+++ extra-i686/PKGBUILD 2013-02-02 21:34:52 UTC (rev 176946)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.8.4
-pkgrel=2
-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}-${pkgve

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

2015-03-16 Thread Timothy Redaelli
Date: Monday, March 16, 2015 @ 12:51:43
  Author: tredaelli
Revision: 129359

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

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 129357, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/configure-pixmap-fix.diff
(from rev 129357, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-i686/wireshark-gtk.install
(from rev 129357, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-i686/wireshark-qt.install
(from rev 129357, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-i686/wireshark.install
(from rev 129357, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 129358, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/configure-pixmap-fix.diff
(from rev 129358, wireshark/trunk/configure-pixmap-fix.diff)
  wireshark/repos/community-x86_64/wireshark-gtk.install
(from rev 129358, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-x86_64/wireshark-qt.install
(from rev 129358, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 129358, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/wireshark-gtk.install
  wireshark/repos/community-i686/wireshark-qt.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-qt.install
  wireshark/repos/community-x86_64/wireshark.install

+
 /PKGBUILD  |  196 +++
 /wireshark-gtk.install |   24 +++
 /wireshark-qt.install  |   22 +++
 /wireshark.install |   36 
 community-i686/PKGBUILD|   95 -
 community-i686/configure-pixmap-fix.diff   |   14 +
 community-i686/wireshark-gtk.install   |   12 -
 community-i686/wireshark-qt.install|   11 -
 community-i686/wireshark.install   |   18 --
 community-x86_64/PKGBUILD  |   95 -
 community-x86_64/configure-pixmap-fix.diff |   14 +
 community-x86_64/wireshark-gtk.install |   12 -
 community-x86_64/wireshark-qt.install  |   11 -
 community-x86_64/wireshark.install |   18 --
 14 files changed, 306 insertions(+), 272 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-16 11:51:35 UTC (rev 129358)
+++ community-i686/PKGBUILD 2015-03-16 11:51:43 UTC (rev 129359)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=1.12.4
-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)
-sha1sums=('dbbd4090c02fe170f35b26fa26d8aba0b399c659')
-
-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,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 

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

2014-03-05 Thread Timothy Redaelli
Date: Wednesday, March 5, 2014 @ 16:19:49
  Author: tredaelli
Revision: 106522

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

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 106521, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/wireshark-1.10.3-gtk3.10-compile.patch
(from rev 106521, wireshark/trunk/wireshark-1.10.3-gtk3.10-compile.patch)
  wireshark/repos/community-i686/wireshark-1.10.5-fix-flow-crash.patch
(from rev 106521, wireshark/trunk/wireshark-1.10.5-fix-flow-crash.patch)
  wireshark/repos/community-i686/wireshark-gtk.install
(from rev 106521, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-i686/wireshark.install
(from rev 106521, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 106521, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/wireshark-1.10.3-gtk3.10-compile.patch
(from rev 106521, wireshark/trunk/wireshark-1.10.3-gtk3.10-compile.patch)
  wireshark/repos/community-x86_64/wireshark-1.10.5-fix-flow-crash.patch
(from rev 106521, wireshark/trunk/wireshark-1.10.5-fix-flow-crash.patch)
  wireshark/repos/community-x86_64/wireshark-gtk.install
(from rev 106521, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 106521, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/wireshark-1.10.3-gtk3.10-compile.patch
  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-1.10.3-gtk3.10-compile.patch
  wireshark/repos/community-x86_64/wireshark-gtk.install
  wireshark/repos/community-x86_64/wireshark.install

-+
 /PKGBUILD   |  174 ++
 /wireshark-1.10.3-gtk3.10-compile.patch |   24 +
 /wireshark-gtk.install  |   24 +
 /wireshark.install  |   36 ++
 community-i686/PKGBUILD |   84 --
 community-i686/wireshark-1.10.3-gtk3.10-compile.patch   |   12 
 community-i686/wireshark-1.10.5-fix-flow-crash.patch|   55 
 community-i686/wireshark-gtk.install|   12 
 community-i686/wireshark.install|   18 -
 community-x86_64/PKGBUILD   |   84 --
 community-x86_64/wireshark-1.10.3-gtk3.10-compile.patch |   12 
 community-x86_64/wireshark-1.10.5-fix-flow-crash.patch  |   55 
 community-x86_64/wireshark-gtk.install  |   12 
 community-x86_64/wireshark.install  |   18 -
 14 files changed, 368 insertions(+), 252 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-05 15:19:32 UTC (rev 106521)
+++ community-i686/PKGBUILD 2014-03-05 15:19:49 UTC (rev 106522)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.10.5
-pkgrel=3
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('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
-wireshark-1.10.3-gtk3.10-compile.patch)
-sha256sums=('a02190da9573dd381e7598277a31d0c63b05b2af9fe05ab6b7fc058bbea141f5'
-'45274cca58f0abdd3a560beb79a6f0bc8f35736426a1855ed048c9ad8e94f3c0')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  patch -p1 -i ${srcdir}/wireshark-1.10.3-gtk3.10-compile.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --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' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua' 'portaudio')
-  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"
-
-  # 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 
ws

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

2014-03-10 Thread Timothy Redaelli
Date: Monday, March 10, 2014 @ 12:29:59
  Author: tredaelli
Revision: 106919

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

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 106918, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/wireshark-1.10.5-fix-flow-crash.patch
(from rev 106918, wireshark/trunk/wireshark-1.10.5-fix-flow-crash.patch)
  wireshark/repos/community-i686/wireshark-gtk.install
(from rev 106918, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-i686/wireshark.install
(from rev 106918, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 106918, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/wireshark-1.10.5-fix-flow-crash.patch
(from rev 106918, wireshark/trunk/wireshark-1.10.5-fix-flow-crash.patch)
  wireshark/repos/community-x86_64/wireshark-gtk.install
(from rev 106918, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 106918, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/wireshark-1.10.3-gtk3.10-compile.patch
  wireshark/repos/community-i686/wireshark-1.10.5-fix-flow-crash.patch
  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-1.10.3-gtk3.10-compile.patch
  wireshark/repos/community-x86_64/wireshark-1.10.5-fix-flow-crash.patch
  wireshark/repos/community-x86_64/wireshark-gtk.install
  wireshark/repos/community-x86_64/wireshark.install

-+
 /PKGBUILD   |  168 ++
 /wireshark-1.10.5-fix-flow-crash.patch  |  110 +
 /wireshark-gtk.install  |   24 ++
 /wireshark.install  |   36 +++
 community-i686/PKGBUILD |   87 ---
 community-i686/wireshark-1.10.3-gtk3.10-compile.patch   |   12 -
 community-i686/wireshark-1.10.5-fix-flow-crash.patch|   55 
 community-i686/wireshark-gtk.install|   12 -
 community-i686/wireshark.install|   18 -
 community-x86_64/PKGBUILD   |   87 ---
 community-x86_64/wireshark-1.10.3-gtk3.10-compile.patch |   12 -
 community-x86_64/wireshark-1.10.5-fix-flow-crash.patch  |   55 
 community-x86_64/wireshark-gtk.install  |   12 -
 community-x86_64/wireshark.install  |   18 -
 14 files changed, 338 insertions(+), 368 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 11:29:45 UTC (rev 106918)
+++ community-i686/PKGBUILD 2014-03-10 11:29:59 UTC (rev 106919)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-gtk')
-pkgbase=wireshark
-pkgver=1.10.5
-pkgrel=4
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('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
-wireshark-1.10.3-gtk3.10-compile.patch
-wireshark-1.10.5-fix-flow-crash.patch)
-sha256sums=('a02190da9573dd381e7598277a31d0c63b05b2af9fe05ab6b7fc058bbea141f5'
-'45274cca58f0abdd3a560beb79a6f0bc8f35736426a1855ed048c9ad8e94f3c0'
-'de630c5dd1aa87749fd33c0f3f94a30215e122b1a7eb9bed213fad0fe3ea')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  patch -p1 -i "${srcdir}"/wireshark-1.10.3-gtk3.10-compile.patch
-  patch -p1 -i "${srcdir}"/wireshark-1.10.5-fix-flow-crash.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --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' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua' 
'portaudio')
-  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"
-
-  # 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