[arch-commits] CVS update of extra/kde/kdebluetooth (PKGBUILD)

Eric Belanger eric at archlinux.org
Mon Jun 4 04:00:19 UTC 2007


    Date: Monday, June 4, 2007 @ 00:00:19
  Author: eric
    Path: /home/cvs-extra/extra/kde/kdebluetooth

Modified: PKGBUILD (1.3 -> 1.4)

added --without-xmms configure option to ensure it is not built against xmms in case it's installed


----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


Index: extra/kde/kdebluetooth/PKGBUILD
diff -u extra/kde/kdebluetooth/PKGBUILD:1.3 extra/kde/kdebluetooth/PKGBUILD:1.4
--- extra/kde/kdebluetooth/PKGBUILD:1.3	Sat Jun  2 03:55:34 2007
+++ extra/kde/kdebluetooth/PKGBUILD	Mon Jun  4 00:00:18 2007
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD,v 1.3 2007/06/02 07:55:34 thomas Exp $
+# $Id: PKGBUILD,v 1.4 2007/06/04 04:00:18 eric Exp $
 # Contributor: Giovanni Scafora <linuxmania at gmail.com>
 # Maintainer: Thomas B�hler <thomas at archlinux.org>
 pkgname=kdebluetooth
 pkgver=1.0_beta2
 pkgrel=2
 pkgdesc="A collection of Bluetooth utilities and modules for KDE based on BlueZ"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://bluetooth.kmobiletools.org/"
-license="GPL"
+license=('GPL')
 depends=('openobex>=1.2' 'kdelibs')
 makedepends=('bluez-utils' 'pkgconfig')
 source=(http://belnet.dl.sourceforge.net/sourceforge/kde-bluetooth/$pkgname-$pkgver.tar.bz2)
@@ -15,7 +15,7 @@
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure
+  ./configure  --prefix=/opt/kde --without-xmms
   sed -i -e "s:/etc/init.d/bluez-utils:/etc/rc.d/bluetooth:g" kdebluetooth/kbluetoothd/kcm_btpaired/pairedtab.cpp
   make || return 1
   make DESTDIR=$startdir/pkg install




More information about the arch-commits mailing list