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

Giovanni Scafora giovanni at archlinux.org
Thu Feb 5 18:15:24 UTC 2009


    Date: Thursday, February 5, 2009 @ 13:15:24
  Author: giovanni
Revision: 26304

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

................
  r26269 | andrea | 2009-02-04 15:36:22 -0800 (mer, 04 feb 2009) | 1 line
  
  upgpkg: kdebluetooth 4.0.3-2
................
  r26272 | andrea | 2009-02-04 15:48:25 -0800 (mer, 04 feb 2009) | 1 line
  
  upgpkg: kdebluetooth 4.0.3-1
................
  r26293 | giovanni | 2009-02-05 05:49:15 -0800 (gio, 05 feb 2009) | 9 lines
  
  Merged revisions 26272 via svnmerge from 
  svn+ssh://archlinux.org/srv/svn-packages/kdebluetooth/trunk
  
  ........
    r26272 | andrea | 2009-02-04 15:48:25 -0800 (mer, 04 feb 2009) | 1 line
    
    upgpkg: kdebluetooth 4.0.3-1
  ........
................
  r26294 | giovanni | 2009-02-05 05:52:01 -0800 (gio, 05 feb 2009) | 16 lines
  
  Merged revisions 26293 via svnmerge from 
  svn+ssh://archlinux.org/srv/svn-packages/kdebluetooth/trunk
  
  ................
    r26293 | giovanni | 2009-02-05 05:49:15 -0800 (gio, 05 feb 2009) | 9 lines
    
    Merged revisions 26272 via svnmerge from 
    svn+ssh://archlinux.org/srv/svn-packages/kdebluetooth/trunk
    
    ........
      r26272 | andrea | 2009-02-04 15:48:25 -0800 (mer, 04 feb 2009) | 1 line
      
      upgpkg: kdebluetooth 4.0.3-1
    ........
  ................
................

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

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


Property changes on: kdebluetooth/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /kdebluetooth/trunk:1-21849
   + /kdebluetooth/trunk:1-26303

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-02-05 18:00:30 UTC (rev 26303)
+++ extra-x86_64/PKGBUILD	2009-02-05 18:15:24 UTC (rev 26304)
@@ -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>=4.2.0-3' '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