[arch-commits] CVS update of extra/daemons/dhcdbd (PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Sep 3 11:34:30 UTC 2007


    Date: Monday, September 3, 2007 @ 07:34:30
  Author: jgc
    Path: /home/cvs-extra/extra/daemons/dhcdbd

Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: dhcdbd 3.0-1


----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


Index: extra/daemons/dhcdbd/PKGBUILD
diff -u extra/daemons/dhcdbd/PKGBUILD:1.8 extra/daemons/dhcdbd/PKGBUILD:1.9
--- extra/daemons/dhcdbd/PKGBUILD:1.8	Sun Jun 10 15:56:45 2007
+++ extra/daemons/dhcdbd/PKGBUILD	Mon Sep  3 07:34:29 2007
@@ -1,22 +1,24 @@
-# $Id: PKGBUILD,v 1.8 2007/06/10 19:56:45 jgc Exp $
+# $Id: PKGBUILD,v 1.9 2007/09/03 11:34:29 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Tor Krill <tor at krill.nu>
 
 pkgname=dhcdbd
-pkgver=2.8
+pkgver=3.0
 pkgrel=1
 pkgdesc="DHCP D-BUS daemon (dhcdbd) controls dhclient sessions with D-BUS, stores and presents DHCP options"
 arch=(i686 x86_64)
 license=('GPL')
-url="http://people.redhat.com/dcantrel/dhcdbd/"
+url="http://people.redhat.com/dcantrel/"
 depends=('dbus>=1.0.2-3' 'dhclient')
-source=(http://people.redhat.com/dcantrel/dhcdbd/${pkgname}-${pkgver}.tar.bz2
+source=(http://dcantrel.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2
         dhcdbd.script)
-md5sums=('c2c5a5c72182c3e88ae62eadb4874fc1'
+md5sums=('5316b1a0b3a3d53e972374627546d0bf'
          'db539f81ca440d7bc5ea69c83da91c8e')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
+  # Make compatible with dbus 1.0
+  sed -i -e 's/dbus_watch_get_unix_fd/dbus_watch_get_fd/g' src/dbus_service.c || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install
   mkdir -p ${startdir}/pkg/etc/rc.d/




More information about the arch-commits mailing list