[arch-commits] Commit in kdebluetooth/repos (extra-i686 extra-i686/PKGBUILD)

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


    Date: Wednesday, February 4, 2009 @ 18:53:48
  Author: andrea
Revision: 26273

Merged revisions 26269,26272 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/kdebluetooth/trunk

........
  r26269 | andrea | 2009-02-05 00:36:22 +0100 (Thu, 05 Feb 2009) | 1 line
  
  upgpkg: kdebluetooth 4.0.3-2
........
  r26272 | andrea | 2009-02-05 00:48:25 +0100 (Thu, 05 Feb 2009) | 1 line
  
  upgpkg: kdebluetooth 4.0.3-1
........

Modified:
  kdebluetooth/repos/extra-i686/	(properties)
  kdebluetooth/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)


Property changes on: kdebluetooth/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /kdebluetooth/trunk:1-21850
   + /kdebluetooth/trunk:1-26272

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-02-04 23:48:25 UTC (rev 26272)
+++ extra-i686/PKGBUILD	2009-02-04 23:53:48 UTC (rev 26273)
@@ -1,27 +1,28 @@
 # $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
-pkgrel=2
+pkgver=4.0.3
+_realver=0.3
+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')
+depends=('kdebase-workspace' 'bluez-libs')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
-source=(http://downloads.sourceforge.net/sourceforge/kde-bluetooth/kdebluetooth4-${_realver}.tar.bz2)
-md5sums=('66abefaf0d7e7f9980071c8519e52574')
+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 DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list