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

Giovanni Scafora giovanni at archlinux.org
Tue Dec 16 12:01:16 UTC 2008


    Date: Tuesday, December 16, 2008 @ 07:01:15
  Author: giovanni
Revision: 21851

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

........
  r21849 | giovanni | 2008-12-16 03:51:11 -0800 (mar, 16 dic 2008) | 2 lines
  
  upgpkg: kdebluetooth 4.0.2-2
      Rebuilt and some fixes
........

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

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


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

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-12-16 11:52:13 UTC (rev 21850)
+++ extra-i686/PKGBUILD	2008-12-16 12:01:15 UTC (rev 21851)
@@ -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