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

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


    Date: Wednesday, February 4, 2009 @ 18:36:22
  Author: andrea
Revision: 26269

upgpkg: kdebluetooth 4.0.3-2

Modified:
  kdebluetooth/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-04 22:45:13 UTC (rev 26268)
+++ PKGBUILD	2009-02-04 23:36:22 UTC (rev 26269)
@@ -1,27 +1,29 @@
 # $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: Thomas Baechler <thomas at archlinux.org>
 
 pkgname=kdebluetooth
-pkgver=4.0.2
-_realver=0.2
+pkgver=4.0.3
+_realver=0.3
 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')
-makedepends=('pkgconfig' 'cmake' 'automoc4')
-source=(http://downloads.sourceforge.net/sourceforge/kde-bluetooth/kdebluetooth4-${_realver}.tar.bz2)
-md5sums=('66abefaf0d7e7f9980071c8519e52574')
+depends=('kdebase-workspace' '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')
 
 build() {
-  cd $srcdir
+  cd ${srcdir}
   mkdir build
   cd build
-  cmake ../kdebluetooth4-${_realver} \
+  cmake ../${pkgname}4-${_realver} \
         -DCMAKE_BUILD_TYPE=Release \
         -DCMAKE_INSTALL_PREFIX=/usr
-  make
-  make DESTDIR=$pkgdir install
+  make || return 1
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list