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

Pierre Schmitz pierre at archlinux.org
Sun Jul 27 13:31:36 UTC 2008


    Date: Sunday, July 27, 2008 @ 09:31:36
  Author: pierre
Revision: 6703

Merged revisions 6695-6702 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/kdebluetooth/trunk

........
  r6702 | pierre | 2008-07-27 13:31:07 +0000 (So, 27 Jul 2008) | 2 lines
  
  upgpkg: kdebluetooth 4.0.1-1
      working arround dbscripts...
........

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

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)


Property changes on: kdebluetooth/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /kdebluetooth/trunk:1-6694
   + /kdebluetooth/trunk:1-6702

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-07-27 13:31:07 UTC (rev 6702)
+++ testing-x86_64/PKGBUILD	2008-07-27 13:31:36 UTC (rev 6703)
@@ -1,8 +1,9 @@
 # $Id$
 # Contributor: Giovanni Scafora <linuxmania at gmail.com>
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
-pkgname=kdebluetooth4
-pkgver=0.1
+pkgname=kdebluetooth
+pkgver=4.0.1
+_realver=0.1
 pkgrel=1
 pkgdesc="A collection of Bluetooth utilities and modules for KDE based on BlueZ"
 arch=('i686' 'x86_64')
@@ -10,16 +11,14 @@
 license=('GPL')
 depends=('kdebase-workspace')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
-replaces=('kdebluetooth')
-provides=('kdebluetooth')
-source=(http://downloads.sourceforge.net/sourceforge/kde-bluetooth/${pkgname}-${pkgver}.tar.bz2)
+source=(http://downloads.sourceforge.net/sourceforge/kde-bluetooth/kdebluetooth4-${_realver}.tar.bz2)
 md5sums=('7c6e5162d457fa594ecdd3f339ea8fc1')
 
 build() {
 	cd $srcdir
 	mkdir build
 	cd build
-	cmake ../${pkgname}-${pkgver} \
+	cmake ../kdebluetooth4-${_realver} \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr
 	make





More information about the arch-commits mailing list