bluez: update to 4.101.
This commit is contained in:
parent
cec72b839b
commit
074052ad40
2 changed files with 3 additions and 12 deletions
|
@ -1,5 +0,0 @@
|
|||
[D-BUS Service]
|
||||
Name=org.bluez
|
||||
Exec=/bin/false
|
||||
User=root
|
||||
SystemdService=dbus-org.bluez.service
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bluez'
|
||||
pkgname=bluez
|
||||
version=4.100
|
||||
revision=2
|
||||
version=4.101
|
||||
revision=1
|
||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--libexecdir=/lib --enable-gstreamer --enable-dund
|
||||
|
@ -17,7 +17,7 @@ short_desc="Bluetooth tools and daemons"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.bluez.org/"
|
||||
license="GPL-2"
|
||||
checksum=5a2ac5fca9e496cb311ae0c2f2333e985bf5f504e77f1b45668fdede7e563a3b
|
||||
checksum=41f9578bef39b8c94a2d6ddeaa556afd22d136936d0f03100e422fe970a45a7d
|
||||
long_desc="
|
||||
This package contains tools and system daemons for using Bluetooth devices.
|
||||
|
||||
|
@ -34,10 +34,6 @@ conf_files="
|
|||
/etc/bluetooth/audio.conf
|
||||
/etc/bluetooth/serial.conf"
|
||||
|
||||
pre_build() {
|
||||
cp ${FILESDIR}/org.bluez.service src
|
||||
}
|
||||
|
||||
post_install() {
|
||||
for f in network input audio serial; do
|
||||
vinstall ${f}/${f}.conf 644 etc/bluetooth
|
||||
|
|
Loading…
Reference in a new issue