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

Giovanni Scafora giovanni at archlinux.org
Tue Dec 16 11:51:11 UTC 2008


    Date: Tuesday, December 16, 2008 @ 06:51:11
  Author: giovanni
Revision: 21849

upgpkg: kdebluetooth 4.0.2-2
    Rebuilt and some fixes

Modified:
  kdebluetooth/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-16 09:37:55 UTC (rev 21848)
+++ PKGBUILD	2008-12-16 11:51:11 UTC (rev 21849)
@@ -1,11 +1,11 @@
 # $Id$
-# Contributor: Giovanni Scafora <linuxmania at gmail.com>
-# Maintainer: Thomas Baechler <thomas at archlinux.org>
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Thomas Baechler <thomas at archlinux.org>
 
 pkgname=kdebluetooth
 pkgver=4.0.2
 _realver=0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of Bluetooth utilities and modules for KDE based on BlueZ"
 arch=('i686' 'x86_64')
 url="http://bluetooth.kmobiletools.org/"
@@ -16,12 +16,12 @@
 md5sums=('66abefaf0d7e7f9980071c8519e52574')
 
 build() {
-	cd $srcdir
-	mkdir build
-	cd build
-	cmake ../kdebluetooth4-${_realver} \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr
-	make
-	make DESTDIR=$pkgdir install
-}
\ No newline at end of file
+  cd $srcdir
+  mkdir build
+  cd build
+  cmake ../kdebluetooth4-${_realver} \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_PREFIX=/usr
+  make
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list