[arch-commits] Commit in kdebluetooth/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed Feb 4 23:48:25 UTC 2009


    Date: Wednesday, February 4, 2009 @ 18:48:25
  Author: andrea
Revision: 26272

upgpkg: kdebluetooth 4.0.3-1

Modified:
  kdebluetooth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-04 23:39:24 UTC (rev 26271)
+++ PKGBUILD	2009-02-04 23:48:25 UTC (rev 26272)
@@ -6,14 +6,13 @@
 pkgname=kdebluetooth
 pkgver=4.0.3
 _realver=0.3
-pkgrel=2
+pkgrel=1
 pkgdesc="A collection of Bluetooth utilities and modules for KDE based on BlueZ"
 arch=('i686' 'x86_64')
 url="http://bluetooth.kmobiletools.org/"
 license=('GPL2')
-depends=('kdebase-workspace' 'bluez' 'obex-data-server')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'perl')
-optdepends=('python')
+depends=('kdebase-workspace' 'bluez-libs')
+makedepends=('pkgconfig' 'cmake' 'automoc4')
 source=(http://downloads.sourceforge.net/kde-bluetooth/${pkgname}4-${_realver}.tar.bz2)
 md5sums=('e37438e8e597abe9c684acaf3aa1bb39')
 
@@ -24,6 +23,6 @@
   cmake ../${pkgname}4-${_realver} \
         -DCMAKE_BUILD_TYPE=Release \
         -DCMAKE_INSTALL_PREFIX=/usr
-  make || return 1
+  make
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list