[arch-commits] Commit in nmap/trunk (PKGBUILD zenmap_pixmaps.patch)
Dan McGee
dan at archlinux.org
Sat May 10 02:36:27 UTC 2008
Date: Friday, May 9, 2008 @ 22:36:26
Author: dan
Revision: 1463
upgpkg: nmap 4.62-1
Modified:
nmap/trunk/PKGBUILD
nmap/trunk/zenmap_pixmaps.patch
----------------------+
PKGBUILD | 6 +++---
zenmap_pixmaps.patch | 13 ++++++-------
2 files changed, 9 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-05-09 02:21:11 UTC (rev 1462)
+++ PKGBUILD 2008-05-10 02:36:26 UTC (rev 1463)
@@ -2,7 +2,7 @@
# Maintainer: Dan McGee <dan at archlinux.org>
pkgname=nmap
-pkgver=4.60
+pkgver=4.62
pkgrel=1
pkgdesc="A network exploration tool and security/port scanner"
arch=(i686 x86_64)
@@ -34,5 +34,5 @@
install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
}
-md5sums=('084a1c7edded963d6082f8ca72ff8636'
- 'ff5513b71f055cfb8094ef8bf4c74008')
+md5sums=('f6fecb8990898ff2ecfd8f2c54f283f1'
+ '53f6f97ae707e8e7b2e4d38d1c6576a8')
Modified: zenmap_pixmaps.patch
===================================================================
--- zenmap_pixmaps.patch 2008-05-09 02:21:11 UTC (rev 1462)
+++ zenmap_pixmaps.patch 2008-05-10 02:36:26 UTC (rev 1463)
@@ -47,11 +47,10 @@
--- nmap-4.53.old/zenmap/zenmapCore/Paths.py 2008-02-26 22:53:56.000000000 -0600
+++ nmap-4.53/zenmap/zenmapCore/Paths.py 2008-02-26 22:56:11.000000000 -0600
@@ -45,7 +45,7 @@
- LOCALE_DIR = join(main_dir, "share", APP_NAME, "locale")
- MISC_DIR = join(main_dir, "share", APP_NAME, "misc")
- ICONS_DIR = join(main_dir, "share", "icons")
--PIXMAPS_DIR = join(main_dir, "share", "pixmaps")
-+PIXMAPS_DIR = join(main_dir, "share", "pixmaps", APP_NAME)
- DOCS_DIR = join(main_dir, "share", APP_NAME, "docs")
+ LOCALE_DIR = join(prefix, "share", APP_NAME, "locale")
+ MISC_DIR = join(prefix, "share", APP_NAME, "misc")
+ ICONS_DIR = join(prefix, "share", "icons")
+-PIXMAPS_DIR = join(prefix, "share", "pixmaps")
++PIXMAPS_DIR = join(prefix, "share", "pixmaps", APP_NAME)
+ DOCS_DIR = join(prefix, "share", APP_NAME, "docs")
-
More information about the arch-commits
mailing list