[arch-commits] Commit in wireshark/repos (extra-i686 extra-i686/PKGBUILD)

Hugo Doria hugo at archlinux.org
Mon Feb 9 18:23:41 UTC 2009


    Date: Monday, February 9, 2009 @ 13:23:41
  Author: hugo
Revision: 26567

Merged revisions 26566 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/wireshark/trunk

........
  r26566 | hugo | 2009-02-09 15:23:18 -0300 (Mon, 09 Feb 2009) | 2 lines
  
  upgpkg: wireshark 1.0.6-1
      Fixing FS#12530
........

Modified:
  wireshark/repos/extra-i686/	(properties)
  wireshark/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)


Property changes on: wireshark/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /wireshark/trunk:1-21973
   + /wireshark/trunk:1-26566

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-02-09 18:23:18 UTC (rev 26566)
+++ extra-i686/PKGBUILD	2009-02-09 18:23:41 UTC (rev 26567)
@@ -2,7 +2,7 @@
 # Maintainer: Hugo Doria <hugo at archlinux.org>
 
 pkgname=wireshark
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc="A free network protocol analyzer for Unix/Linux and Windows"
 arch=('i686' 'x86_64')
@@ -12,8 +12,10 @@
 url="http://www.wireshark.org/"
 replaces=('ethereal')
 options=(!libtool)
-source=(http://www.wireshark.org/download/src/${pkgname}-${pkgver}.tar.gz)
-md5sums=('99ac9a9d2c1445658039f1f34c89e3f6')
+source=(http://www.wireshark.org/download/src/${pkgname}-${pkgver}.tar.gz wireshark.desktop wireshark.png)
+md5sums=('29cf348676ae237189c13719dcabf858'
+         '504ede44c02b2a52f6cbd3bffdf93b8d'
+         'e771800a8c977fe223583a453bc27397')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -21,4 +23,7 @@
   ./configure --prefix=/usr --with-ssl || return 1
   make all || return 1
   make DESTDIR=${pkgdir} install || return 1
+
+  install -Dm644 ${srcdir}/wireshark.png ${pkgdir}/usr/share/icons/wireshark.png
+  install -Dm644 ${srcdir}/wireshark.desktop ${pkgdir}/usr/share/applications/wireshark.desktop
 }




More information about the arch-commits mailing list