[arch-commits] Commit in kdebluetooth/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Sun Jul 27 13:31:07 UTC 2008
Date: Sunday, July 27, 2008 @ 09:31:07
Author: pierre
Revision: 6702
upgpkg: kdebluetooth 4.0.1-1
working arround dbscripts...
Modified:
kdebluetooth/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-07-27 13:29:59 UTC (rev 6701)
+++ PKGBUILD 2008-07-27 13:31:07 UTC (rev 6702)
@@ -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