[arch-commits] CVS update of extra/system/hwd (PKGBUILD hwd.install)

Aaron Griffin aaron at archlinux.org
Wed Nov 28 07:46:34 UTC 2007


    Date: Wednesday, November 28, 2007 @ 02:46:34
  Author: aaron
    Path: /home/cvs-extra/extra/system/hwd

Modified: PKGBUILD (1.13 -> 1.14) hwd.install (1.5 -> 1.6)

upgpkg: hwd 5.1.2-2
Fix depends and install file - thanks Markku


-------------+
 PKGBUILD    |   11 +++++------
 hwd.install |   11 ++++++++---
 2 files changed, 13 insertions(+), 9 deletions(-)


Index: extra/system/hwd/PKGBUILD
diff -u extra/system/hwd/PKGBUILD:1.13 extra/system/hwd/PKGBUILD:1.14
--- extra/system/hwd/PKGBUILD:1.13	Mon Nov 26 15:46:27 2007
+++ extra/system/hwd/PKGBUILD	Wed Nov 28 02:46:34 2007
@@ -1,16 +1,15 @@
-# $Id: PKGBUILD,v 1.13 2007/11/26 20:46:27 aaron Exp $
+# $Id: PKGBUILD,v 1.14 2007/11/28 07:46:34 aaron Exp $
 # Maintainer: damir <damir at archlinux.org>
-# TUR: Ben <ben at benmazer.net>
-# Contributor: Markku <rasat at bliss-solutions.org>
+# Contributor: Markku (rasat at Arch Linux Forums)
 
 pkgname=hwd
 pkgver=5.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Hardware detect for Arch Linux (devfs and udev)."
-arch=('i686' 'x86_64')
 url="http://user-contributions.org/projects/hwd/hwd.html"
+arch=('i686' 'x86_64')
 license=('GPL')
-depends=('bash' 'lshwd' 'ddcxinfo-arch' 'wget')
+depends=('bash' 'pciutils' 'usbutils' 'ddcxinfo-arch' 'wget')
 install=hwd.install
 source=(http://user-contributions.org/projects/hwd/src/$pkgname-$pkgver.bin.tar.gz)
 md5sums=('39de866b5f5bcf42ede9fd6bdc9415f0')
Index: extra/system/hwd/hwd.install
diff -u extra/system/hwd/hwd.install:1.5 extra/system/hwd/hwd.install:1.6
--- extra/system/hwd/hwd.install:1.5	Fri Feb 24 08:34:01 2006
+++ extra/system/hwd/hwd.install	Wed Nov 28 02:46:34 2007
@@ -1,6 +1,9 @@
 # arg 1:  the new package version
 post_install() {
-echo "Run 'hwd -u' to update pci, usb, and pcmcia tables."
+echo ""
+echo "lshwd dependency is replaced by pciutils and usbutils."
+echo ""
+echo "Run 'hwd -u' to update xorgtable, pci-, and usb.ids."
 echo ""
 }
 
@@ -8,14 +11,16 @@
 # arg 2:  the old package version
 post_upgrade() {
   /bin/true
-echo "Run 'hwd -u' to update pci, usb, and pcmcia tables."
+echo ""
+echo "lshwd dependency is replaced by pciutils and usbutils."
+echo ""
+echo "Run 'hwd -u' to update xorgtable, pci-, and usb.ids."
 echo ""
 
 }
 
 # arg 1:  the old package version
 pre_remove() {
-  rm /usr/man/man8/howto.8 >/dev/null 2>&1
   rm -R /etc/hwd >/dev/null 2>&1
 }
 




More information about the arch-commits mailing list