[arch-commits] Commit in nmap/trunk (PKGBUILD)

Hugo Doria hugo at archlinux.org
Sat Mar 21 00:42:43 UTC 2009


    Date: Friday, March 20, 2009 @ 20:42:42
  Author: hugo
Revision: 30584

upgpkg: nmap 4.76-4

Modified:
  nmap/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-21 00:40:34 UTC (rev 30583)
+++ PKGBUILD	2009-03-21 00:42:42 UTC (rev 30584)
@@ -3,7 +3,7 @@
 
 pkgname=nmap
 pkgver=4.76
-pkgrel=3
+pkgrel=4
 pkgdesc="A network exploration tool and security/port scanner"
 arch=('i686' 'x86_64')
 url="http://nmap.org"
@@ -19,6 +19,9 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
+  echo "TryExec=/usr/bin/pygtk-demo" >> zenmap/install_scripts/unix/zenmap.desktop || return 1
+  echo "TryExec=/usr/bin/pygtk-demo" >> zenmap/install_scripts/unix/zenmap-root.desktop || return 1
+
   ./configure --prefix=/usr --mandir=/usr/share/man \
     --libexecdir=/usr/lib
   make || return 1




More information about the arch-commits mailing list