[arch-commits] CVS update of extra/gnome/bluez-gnome (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Apr 22 16:45:20 UTC 2007


    Date: Sunday, April 22, 2007 @ 12:45:20
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/bluez-gnome

Modified: PKGBUILD (1.4 -> 1.5)

upgpkg: bluez-gnome 0.6-2
Move to /usr


----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)


Index: extra/gnome/bluez-gnome/PKGBUILD
diff -u extra/gnome/bluez-gnome/PKGBUILD:1.4 extra/gnome/bluez-gnome/PKGBUILD:1.5
--- extra/gnome/bluez-gnome/PKGBUILD:1.4	Mon Nov  6 08:04:02 2006
+++ extra/gnome/bluez-gnome/PKGBUILD	Sun Apr 22 12:45:20 2007
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD,v 1.4 2006/11/06 13:04:02 thomas Exp $
+# $Id: PKGBUILD,v 1.5 2007/04/22 16:45:20 jgc Exp $
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname=bluez-gnome
 pkgver=0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="bluetooth PIN helper application"
 arch=(i686 x86_64)
 url="http://www.bluez.org/"
-license="GPL"
-depends=('dbus-glib' 'gconf')
-source=(http://bluez.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
+license=('GPL')
+depends=('libnotify>=0.4.4' 'gconf>=2.18.0.1-2')
+options=('noemptydirs')
+source=(http://bluez.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz)
 md5sums=('54334e3d7af70846eb4916191e46081c')
-options=('NOEMPTYDIRS')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/opt/gnome
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --localstatedir=/var
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list