diff --git a/hardware/bluetooth/bluez/actions.py b/hardware/bluetooth/bluez/actions.py index fec489a174..234ddcb8de 100644 --- a/hardware/bluetooth/bluez/actions.py +++ b/hardware/bluetooth/bluez/actions.py @@ -40,7 +40,7 @@ def build(): autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s install-libexecPROGRAMS install-dbussessionbusDATA install-dbussystembusDATA install-dbusDATA install-man8" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s install-pkglibexecPROGRAMS install-dbussessionbusDATA install-dbussystembusDATA install-dbusDATA install-man8" % get.installDIR()) # Install conf files diff --git a/hardware/bluetooth/bluez/files/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch b/hardware/bluetooth/bluez/files/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch index 9f7c96e7b8..283e06a708 100644 --- a/hardware/bluetooth/bluez/files/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch +++ b/hardware/bluetooth/bluez/files/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch @@ -18,21 +18,22 @@ diff --git a/Makefile.obexd b/Makefile.obexd index 3760867..142e7c3 100644 --- a/Makefile.obexd +++ b/Makefile.obexd -@@ -2,12 +2,12 @@ +@@ -1,12 +1,13 @@ if SYSTEMD - systemduserunitdir = @SYSTEMD_USERUNITDIR@ + systemduserunitdir = $(SYSTEMD_USERUNITDIR) systemduserunit_DATA = obexd/src/obex.service +endif - - dbussessionbusdir = @DBUS_SESSIONBUSDIR@ + + dbussessionbusdir = $(DBUS_SESSIONBUSDIR) dbussessionbus_DATA = obexd/src/org.bluez.obex.service -endif - + -EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service ++ +EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in - - obex_plugindir = $(libdir)/obex/plugins - + + if OBEX + diff --git a/obexd/src/org.bluez.obex.service b/obexd/src/org.bluez.obex.service deleted file mode 100644 index a538088..0000000 diff --git a/hardware/bluetooth/bluez/pspec.xml b/hardware/bluetooth/bluez/pspec.xml index 7323a3276f..004b9d3279 100644 --- a/hardware/bluetooth/bluez/pspec.xml +++ b/hardware/bluetooth/bluez/pspec.xml @@ -14,7 +14,7 @@ app:console Official Linux Bluetooth protocol stack bluez contains the tools and libraries that provides support for the core Bluetooth layers and protocols. - https://www.kernel.org/pub/linux/bluetooth/bluez-5.50.tar.xz + https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.52.tar.xz cups-devel dbus-devel @@ -60,6 +60,7 @@ /var/lib/bluetooth /usr/share/alsa/bluetooth.conf /usr/share/dbus-1 + /usr/share/zsh /etc @@ -94,6 +95,13 @@ + + 2020-01-14 + 5.52 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2019-09-14 5.50