summaryrefslogtreecommitdiff
path: root/extra/libbluedevil
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /extra/libbluedevil
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'extra/libbluedevil')
-rw-r--r--extra/libbluedevil/PKGBUILD24
1 files changed, 15 insertions, 9 deletions
diff --git a/extra/libbluedevil/PKGBUILD b/extra/libbluedevil/PKGBUILD
index 1d9ea1538..bed209227 100644
--- a/extra/libbluedevil/PKGBUILD
+++ b/extra/libbluedevil/PKGBUILD
@@ -1,25 +1,31 @@
-# $Id: PKGBUILD 194548 2013-09-18 11:33:02Z tomegun $
+# $Id: PKGBUILD 202650 2013-12-23 08:20:14Z andrea $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=libbluedevil
-pkgver=1.9.4
-pkgrel=1
+pkgver=2.0rc1
+_pkgver=2.0-rc1
+pkgrel=2
+epoch=1
pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
arch=('i686' 'x86_64')
url="https://projects.kde.org/projects/playground/libs/libbluedevil"
license=('GPL')
-depends=('qt4' 'bluez4')
+depends=('qt4' 'bluez')
makedepends=('cmake')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-md5sums=('25d114ba52218f4cf44c7b4525399835')
+source=("http://download.kde.org/unstable/${pkgname}/${_pkgver}/src/${pkgname}-${_pkgver}.tar.xz")
+md5sums=('3883a20334ed210fb46077ebea163c0a')
-build() {
+prepare() {
mkdir build
+}
+
+build() {
cd build
- cmake ../${pkgname}-v${pkgver} \
+ cmake ../${pkgname}-${_pkgver} \
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
make
}