bluez 5.40

This commit is contained in:
AlmAck 2016-06-09 00:16:18 +02:00
parent 04bec655f7
commit c542838d84
2 changed files with 6 additions and 14 deletions

View File

@ -3,7 +3,7 @@ source ../frameworks.conf
pkgname=bluez-qt
pkgver=${KFVersion}
pkgrel=1
pkgrel=2
pkgdesc='Qt wrapper for Bluez 5 DBus API'
arch=('x86_64')
url='https://projects.kde.org/projects/kde/workspace/bluez-qt'

View File

@ -1,27 +1,19 @@
pkgbase=bluez
pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins')
pkgver=5.35
pkgrel=2
pkgver=5.40
pkgrel=1
url="http://www.bluez.org/"
arch=('x86_64')
license=('GPL2')
makedepends=('dbus' 'libical' 'systemd')
source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.xz"
0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
bluetooth.modprobe)
# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
sha256sums=('1afee054644a8b1753ac98d7ad5cd95681a38f5c4cbb1b4bb3ceaa078bf8f0e2'
'896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
sha256sums=('dada8b812055afcad4546d9966f9a763e4723169e89706e2b240c7b7e998dc27'
'SKIP'
'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann <marcel@holtmann.org>
prepare() {
cd $pkgname-$pkgver
# patch not upstreamable for obex file transfer - FS#37773 taken from FC
# http://www.hadess.net/2013/11/bluetooth-file-sharing-obexpush-in.html
patch -Np1 -i ${srcdir}/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
autoreconf -vfi
}
build() {
cd ${pkgname}-${pkgver}