Merge pull request #15503 from Rmys/master

bluez
This commit is contained in:
Rmys
2024-11-29 23:59:08 +03:00
committed by GitHub
2 changed files with 21 additions and 1 deletions
@@ -0,0 +1,20 @@
--- a/Makefile.obexd
+++ b/Makefile.obexd
@@ -4,15 +4,14 @@
if SYSTEMD
systemduserunit_DATA += obexd/src/obex.service
-dbussessionbusdir = $(DBUS_SESSIONBUSDIR)
-dbussessionbus_DATA = obexd/src/org.bluez.obex.service
-
obexd-add-service-symlink:
$(LN_S) -f obex.service $(DESTDIR)$(SYSTEMD_USERUNITDIR)/dbus-org.bluez.obex.service
obexd-remove-service-symlink:
rm -f $(DESTDIR)$(SYSTEMD_USERUNITDIR)/dbus-org.bluez.obex.service
else
+dbussessionbusdir = $(DBUS_SESSIONBUSDIR)
+dbussessionbus_DATA = obexd/src/org.bluez.obex.service
obexd-add-service-symlink:
obexd-remove-service-symlink:
endif
+1 -1
View File
@@ -32,7 +32,7 @@
<Dependency>python3-Pygments</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">0001-Allow-using-obexd-without-systemd-in-the-user-session-r3.patch</Patch> -->
<Patch level="1">0001-Allow-using-obexd-without-systemd-in-the-user-session-r4.patch</Patch>
<!-- <Patch level="1">0001-Allow-using-obexd-without-systemd-in-the-user-session-r2.patch</Patch> -->
<!-- <Patch level="1">0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch</Patch> -->
<!-- <Patch level="1">0001-rfkill-Fix-reading-from-rfkill-socket.patch</Patch> -->