bluez: 5.52 -> 5.53

This commit is contained in:
Tim Biermann 2020-02-16 17:10:57 +01:00
parent e2574c3ab7
commit 5e731995e6
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 12 additions and 11 deletions

View File

@ -41,12 +41,15 @@ drwxr-xr-x root/root usr/lib/bluez/
drwxr-xr-x root/root usr/lib/bluez/bluetooth/
-rwxr-xr-x root/root usr/lib/bluez/bluetooth/bluetoothd
-rwxr-xr-x root/root usr/lib/libbluetooth.la
lrwxrwxrwx root/root usr/lib/libbluetooth.so -> libbluetooth.so.3.19.0
lrwxrwxrwx root/root usr/lib/libbluetooth.so.3 -> libbluetooth.so.3.19.0
-rwxr-xr-x root/root usr/lib/libbluetooth.so.3.19.0
lrwxrwxrwx root/root usr/lib/libbluetooth.so -> libbluetooth.so.3.19.1
lrwxrwxrwx root/root usr/lib/libbluetooth.so.3 -> libbluetooth.so.3.19.1
-rwxr-xr-x root/root usr/lib/libbluetooth.so.3.19.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/bluez.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/bluetoothd.8.gz
drwxr-xr-x root/root usr/share/zsh/
drwxr-xr-x root/root usr/share/zsh/site-functions/
-rw-r--r-- root/root usr/share/zsh/site-functions/_bluetoothctl

View File

@ -1,7 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39S9ZPZGRRaQdUjFaP99LmnPGbzk30T69q1c4dpRubObEntawpvLWAYUdQRqC0bdwKfrexs2Ks0SWqgo9AQoOQ8=
SHA256 (Pkgfile) = 100e19ca13e08609853880aef773fc27ede8037dc9984046723d68980b98baca
SHA256 (.footprint) = e8171a82438fad25dd08b145696fb4c521dc746d3e3c64ac0af8e74c8f1a5186
SHA256 (bluez-5.52.tar.xz) = f7144ce2039202cfac18ccb52426efea11c98e4f6e1bb8041bcb994b8378560a
RWSagIOpLGJF36hsH/NwFX+dHrJYaAOtf+yX9vsTJbz5HH4t/B1vzdamyE1DnH2F9GFCfCaK3GTOIF6Pgj6bDW6UQklYmcQRDA8=
SHA256 (Pkgfile) = 799a85f75a45a4c5dd0eed8b8f2501b5c25430ec37b80ccb67425dce7245faa4
SHA256 (.footprint) = 5853a56aff892c0b6eab76cfcaa7bb83c9f9e040a57dd618232141eee490e763
SHA256 (bluez-5.53.tar.xz) = 38aa2da8302fefad53116bb281a11968732a42eeb19c5fb3668342f39b7938bc
SHA256 (bluetoothd) = 16992d015e2efe3177ac8a6446225dc724ac0908759015da26d823b9eb5c4ca1
SHA256 (bluez-5.50-obexd_without_systemd-1.patch) = 20fb46baa7aed312b5e223fa4bf605f9cff76170ea9fa3b50825c267d5b8c573

View File

@ -4,10 +4,10 @@
# Depends on: alsa-lib dbus glib
name=bluez
version=5.52
version=5.53
release=1
source=(https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-$version.tar.xz
bluetoothd bluez-5.50-obexd_without_systemd-1.patch)
bluetoothd)
build() {
cd bluez-$version
@ -15,7 +15,6 @@ build() {
[[ -e /usr/lib/cups ]] && PKGMK_BLUEZ+=" --enable-cups" || PKGMK_BLUEZ+=" --disable-cups"
[[ -e /usr/lib/pkgconfig/libical.pc ]] && PKGMK_BLUEZ+=" --enable-obex" || PKGMK_BLUEZ+=" --disable-obex"
#patch -Np1 -i $SRC/bluez-5.50-obexd_without_systemd-1.patch
./configure $PKGMK_BLUEZ \
--prefix=/usr \
--sysconfdir=/etc \