summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2019-06-27 22:43:01 -0400
committerTed Alff2019-06-27 22:43:01 -0400
commita734ba3881088c2f0067fca2cc4c3285d68db878 (patch)
tree079e15989bba7ae9e1c1e06af746dc055a18dc07
parent7b9854b45d7f1a9d66e16af292d2383cac4d2093 (diff)
downloadaur-a734ba3881088c2f0067fca2cc4c3285d68db878.tar.gz
Bring in line with package in extra
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e57368d680f5..4cc543ea9b53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Jan 16 02:37:05 UTC 2019
pkgbase = bluez-utils-compat
pkgdesc = Development and debugging utilities for the bluetooth protocol stack. Includes deprecated tools.
pkgver = 5.50
- pkgrel = 3
+ pkgrel = 6
url = http://www.bluez.org/
arch = i686
arch = x86_64
@@ -13,14 +11,16 @@ pkgbase = bluez-utils-compat
arch = arm
arch = aarch64
license = GPL2
- makedepends = dbus
makedepends = libical
- makedepends = systemd
+ makedepends = alsa-lib
+ makedepends = ell
depends = dbus
depends = systemd
depends = glib2
+ optdepends = ell: for btpclient
provides = bluez-hcidump
provides = bluez-utils
+ provides = bluez-hcitool
conflicts = bluez-hcidump
conflicts = bluez-utils
conflicts = bluez-hcitool
@@ -29,6 +29,7 @@ pkgbase = bluez-utils-compat
source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.50.tar.xz
source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.50.tar.sign
source = refresh_adv_manager_for_non-LE_devices.diff::https://git.archlinux.org/svntogit/packages.git/plain/trunk/refresh_adv_manager_for_non-LE_devices.diff?h=packages/bluez
+ validpgpkeys = E932D120BC2AEC444E558F0106CA9F5D1DCF2659
sha256sums = 5ffcaae18bbb6155f1591be8c24898dc12f062075a40b538b745bfd477481911
sha256sums = SKIP
sha256sums = ae195834cdc9d3d1961ae3c49da6381c820883a5af580e61aebed05a3e911d48
diff --git a/PKGBUILD b/PKGBUILD
index b2ea61226b58..edf7cbe44202 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,17 @@
pkgname='bluez-utils-compat'
_pkgbase='bluez'
pkgver=5.50
-pkgrel=3
+pkgrel=6
url="http://www.bluez.org/"
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
license=('GPL2')
pkgdesc="Development and debugging utilities for the bluetooth protocol stack. Includes deprecated tools."
depends=('dbus' 'systemd' 'glib2')
+makedepends=('libical' 'alsa-lib' 'ell')
+optdepends=('ell: for btpclient')
conflicts=('bluez-hcidump' 'bluez-utils' 'bluez-hcitool')
-provides=('bluez-hcidump' 'bluez-utils')
+provides=('bluez-hcidump' 'bluez-utils' 'bluez-hcitool')
replaces=('bluez-hcidump' 'bluez<=4.101')
-makedepends=('dbus' 'libical' 'systemd')
source=("https://www.kernel.org/pub/linux/bluetooth/${_pkgbase}-${pkgver}.tar."{xz,sign}
'refresh_adv_manager_for_non-LE_devices.diff::https://git.archlinux.org/svntogit/packages.git/plain/trunk/refresh_adv_manager_for_non-LE_devices.diff?h=packages/bluez')
# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
@@ -38,7 +39,11 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib \
+ --with-dbusconfdir=/usr/share \
+ --enable-btpclient \
+ --enable-midi \
--enable-sixaxis \
+ --enable-mesh \
--enable-experimental \
--enable-library \
--enable-deprecated # to enable deprectated tools