bluez: update to 5.58.

Requested by paper42:
- add logging to services
- add experimental build option
This commit is contained in:
Érico Rolim 2021-02-26 17:19:43 -03:00 committed by Érico Nogueira
parent f3f918345b
commit c3da80732c
5 changed files with 13 additions and 7 deletions

View file

@ -0,0 +1 @@
/usr/bin/vlogger

View file

@ -1,3 +1,4 @@
#!/bin/sh
sv check dbus >/dev/null || exit 1
exec /usr/libexec/bluetooth/bluetooth-meshd --nodetach >/dev/null
exec 2>&1
exec /usr/libexec/bluetooth/bluetooth-meshd --nodetach

View file

@ -0,0 +1 @@
/usr/bin/vlogger

View file

@ -1,3 +1,4 @@
#!/bin/sh
sv check dbus >/dev/null || exit 1
exec /usr/libexec/bluetooth/bluetoothd -n >/dev/null
exec 2>&1
exec /usr/libexec/bluetooth/bluetoothd -n

View file

@ -1,11 +1,12 @@
# Template file for 'bluez'
pkgname=bluez
version=5.55
version=5.58
revision=1
build_style=gnu-configure
configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
--enable-sixaxis --enable-threads --enable-library --enable-deprecated
--enable-external-ell $(vopt_enable mesh) $(vopt_enable nfc)"
--enable-external-ell $(vopt_enable mesh) $(vopt_enable nfc)
$(vopt_enable experimental)"
hostmakedepends="automake flex libtool pkg-config"
makedepends="cups-devel eudev-libudev-devel libglib-devel libical-devel
readline-devel ell-devel $(vopt_if mesh json-c-devel)"
@ -14,19 +15,20 @@ maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="http://www.bluez.org/"
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
checksum=8863717113c4897e2ad3271fc808ea245319e6fd95eed2e934fae8e0894e9b88
checksum=c8065e75a5eb67236849ef68a354b1700540305a8c88ef0a0fd6288f19daf1f1
conf_files="/etc/bluetooth/main.conf"
system_groups="bluetooth"
build_options="mesh nfc"
patch_args="-Np1"
build_options="mesh nfc experimental"
if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" musl-legacy-compat"
fi
post_patch() {
# Use system ell
rm -rf ell/*
rm -r ell/*
}
pre_configure() {