bluez-5.65

This commit is contained in:
Rmys
2022-07-26 12:05:38 +03:00
committed by GitHub
parent aa95956558
commit b9154a27dc
3 changed files with 19 additions and 9 deletions
+5 -2
View File
@@ -17,7 +17,6 @@ def setup():
autotools.configure("--localstatedir=/var \
--enable-sixaxis \
--enable-experimental \
--disable-android \
--enable-cups \
--enable-datafiles \
--enable-optimization \
@@ -27,6 +26,8 @@ def setup():
--enable-tools \
--enable-manpages \
--enable-monitor \
--enable-btpclient \
--enable-midi \
--enable-udev \
--enable-test \
--enable-testing \
@@ -43,7 +44,9 @@ def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s install-pkglibexecPROGRAMS install-dbussessionbusDATA install-dbussystembusDATA install-dbusDATA install-man8" % get.installDIR())
autotools.rawInstall("install-libLTLIBRARIES install-binPROGRAMS install-cupsPROGRAMS install-exec install-pkglibexecPROGRAMS install-pkgincludeHEADERS install-pluginLTLIBRARIES install-udevPROGRAMS install-dbussessionbusDATA install-dbussystembusDATA install-dbusDATA install-man8 DESTDIR=%s" % get.installDIR())
pisitools.dobin("tools/btpclient")
# Install conf files
@@ -23,16 +23,16 @@ index 3760867..142e7c3 100644
systemduserunitdir = $(SYSTEMD_USERUNITDIR)
systemduserunit_DATA = obexd/src/obex.service
+endif
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
diff --git a/obexd/src/org.bluez.obex.service b/obexd/src/org.bluez.obex.service
deleted file mode 100644
index a538088..0000000
@@ -53,6 +53,6 @@ index 0000000..9c815f2
+Name=org.bluez.obex
+Exec=@pkglibexecdir@/obexd
+SystemdService=dbus-org.bluez.obex.service
--
--
1.8.3.1
+9 -2
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Official Linux Bluetooth protocol stack</Summary>
<Description>bluez contains the tools and libraries that provides support for the core Bluetooth layers and protocols.</Description>
<Archive sha1sum="d05be90d02b037a6db21ff6d3b68ec1664680945" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.62.tar.xz</Archive>
<Archive sha1sum="fb7f236ea4b20fd8b10133e5f49aafcc259dfa1f" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.65.tar.xz</Archive>
<BuildDependencies>
<Dependency>docutils</Dependency>
<Dependency>alsa-lib-devel</Dependency>
@@ -32,7 +32,7 @@
<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> -->
<Patch level="1">0002-Use-g_memdup2-everywhere.patch</Patch>
<!-- <Patch level="1">0002-Use-g_memdup2-everywhere.patch</Patch> -->
<!-- <Patch level="1">0005-media-rename-local-function-conflicting-with-pause-2.patch</Patch> -->
</Patches>
</Source>
@@ -93,6 +93,13 @@
</Files>
</Package>
<History>
<Update release="14">
<Date>2022-07-26</Date>
<Version>5.65</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2021-11-10</Date>
<Version>5.62</Version>