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

Giovanni Scafora giovanni at archlinux.org
Thu Feb 5 19:48:40 UTC 2009


    Date: Thursday, February 5, 2009 @ 14:48:40
  Author: giovanni
Revision: 26309

upgpkg: kdebluetooth 4.0.3-2

Modified:
  kdebluetooth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-05 19:40:57 UTC (rev 26308)
+++ PKGBUILD	2009-02-05 19:48:40 UTC (rev 26309)
@@ -6,13 +6,14 @@
 pkgname=kdebluetooth
 pkgver=4.0.3
 _realver=0.3
-pkgrel=1
+pkgrel=2
 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>=4.2.0-3' 'bluez-libs')
-makedepends=('pkgconfig' 'cmake' 'automoc4')
+depends=('kdebase-workspace>=4.2.0-3' 'bluez' 'obex-data-server')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'perl')
+optdepends=('python')
 source=(http://downloads.sourceforge.net/kde-bluetooth/${pkgname}4-${_realver}.tar.bz2)
 md5sums=('e37438e8e597abe9c684acaf3aa1bb39')
 
@@ -23,6 +24,6 @@
   cmake ../${pkgname}4-${_realver} \
         -DCMAKE_BUILD_TYPE=Release \
         -DCMAKE_INSTALL_PREFIX=/usr
-  make
+  make || return 1
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list