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

Andrea Scarpino andrea at archlinux.org
Sat Oct 3 12:34:08 UTC 2009


    Date: Saturday, October 3, 2009 @ 08:34:08
  Author: andrea
Revision: 53804

undo

Modified:
  kdebluetooth/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-03 12:33:28 UTC (rev 53803)
+++ PKGBUILD	2009-10-03 12:34:08 UTC (rev 53804)
@@ -3,29 +3,25 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: Thomas Baechler <thomas at archlinux.org>
 
-pkgname=kbluetooth
-pkgver=4.0.4beta1b
-_pkgver=0.4beta1b
-pkgrel=1
+pkgname=kdebluetooth
+pkgver=4.0.3
+_realver=0.3
+pkgrel=2
 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>=4.3.1' 'bluez>=4.54' 'obex-data-server>=0.4.4' 'hicolor-icon-theme')
+depends=('kdebase-workspace>=4.2.0-3' 'bluez' 'obex-data-server')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'perl')
 optdepends=('python')
-replaces=('kdebluetooth')
-conflicts=('kdebluetooth')
-install=kdebluetooth.install
-#source=(http://downloads.sourceforge.net/kde-bluetooth/${pkgname}4-${_pkgver}.tar.bz2)
-source=(http://www.kde-apps.org/CONTENT/content-files/112110-${pkgname}-${_pkgver}.tar.bz2)
-md5sums=('13d843289222a0b8ff4a62342cbb20be')
+source=(http://downloads.sourceforge.net/kde-bluetooth/${pkgname}4-${_realver}.tar.bz2)
+md5sums=('e37438e8e597abe9c684acaf3aa1bb39')
 
 build() {
   cd ${srcdir}
   mkdir build
   cd build
-  cmake ../${pkgname}-${_pkgver} \
+  cmake ../${pkgname}4-${_realver} \
         -DCMAKE_BUILD_TYPE=Release \
         -DCMAKE_INSTALL_PREFIX=/usr
   make || return 1




More information about the arch-commits mailing list