summaryrefslogtreecommitdiffstats
path: root/source/n/bluez
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-10-15 20:58:56 +0000
committer Eric Hameleers <alien@slackware.com>2019-10-16 08:59:49 +0200
commit6cf09676315ded11c90f11f5137fa90bf3e260b3 (patch)
tree4167d625c21c2e88501d678729fee4584ee8b7c9 /source/n/bluez
parent6e7b66a8ed16321cec52c0c2b246e9f65aaf7fef (diff)
downloadcurrent-6cf09676315ded11c90f11f5137fa90bf3e260b3.tar.gz
current-6cf09676315ded11c90f11f5137fa90bf3e260b3.tar.xz
Tue Oct 15 20:58:56 UTC 201920191015205856
ap/ghostscript-9.50-x86_64-1.txz: Upgraded. d/icecream-1.3-x86_64-2.txz: Rebuilt. Have the profile scripts just check for -x /etc/rc.d/rc.iceccd, since pgrep with --ns $$ isn't working for non-root users. Thanks to Leopold E. Midha. d/python-pip-19.3-x86_64-1.txz: Upgraded. n/bluez-5.51-x86_64-2.txz: Rebuilt. Fixed path to obexd in org.bluez.obex.service. Thanks to Jean-Philippe Guillemin. x/xf86-video-ati-19.1.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/bluez')
-rw-r--r--source/n/bluez/bluez-5.51-obexd_without_systemd-1.patch (renamed from source/n/bluez/bluez-5.30-obexd_without_systemd-1.patch)2
-rwxr-xr-xsource/n/bluez/bluez.SlackBuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/source/n/bluez/bluez-5.30-obexd_without_systemd-1.patch b/source/n/bluez/bluez-5.51-obexd_without_systemd-1.patch
index fd2616178..21c99acc4 100644
--- a/source/n/bluez/bluez-5.30-obexd_without_systemd-1.patch
+++ b/source/n/bluez/bluez-5.51-obexd_without_systemd-1.patch
@@ -51,7 +51,7 @@ index 0000000..9c815f2
@@ -0,0 +1,4 @@
+[D-BUS Service]
+Name=org.bluez.obex
-+Exec=@libexecdir@/obexd
++Exec=@libexecdir@/bluetooth/obexd
+SystemdService=dbus-org.bluez.obex.service
--
1.8.3.1
diff --git a/source/n/bluez/bluez.SlackBuild b/source/n/bluez/bluez.SlackBuild
index bb4b64644..dd99028a3 100755
--- a/source/n/bluez/bluez.SlackBuild
+++ b/source/n/bluez/bluez.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=bluez
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -76,7 +76,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-zcat $CWD/bluez-5.30-obexd_without_systemd-1.patch.gz | patch -p1 --verbose || exit 1
+zcat $CWD/bluez-5.51-obexd_without_systemd-1.patch.gz | patch -p1 --verbose || exit 1
# Fix bluetoothd crashes:
zcat $CWD/refresh_adv_manager_for_non-LE_devices.diff.gz | patch -p1 --verbose || exit 1