dbus: update to 1.13.12

Ran scripts through shellcheck.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2020-04-18 01:42:03 -07:00
parent 030cc5570c
commit c73fd179e4
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
2 changed files with 7 additions and 6 deletions

View File

@ -8,12 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dbus
PKG_VERSION:=1.12.12
PKG_VERSION:=1.13.12
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://dbus.freedesktop.org/releases/dbus/
PKG_HASH:=9546f226011a1e5d9d77245fe5549ef25af4694053189d624d0d6ac127ecf5f8
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://dbus.freedesktop.org/releases/dbus
PKG_HASH:=7588649b56dd257c6a5f85a8c45aa2dfdf9e99f4de3983710f452081ca43eca6
PKG_MAINTAINER:=
PKG_LICENSE:=AFL-2.1
PKG_CPE_ID:=cpe:/a:freedesktop:dbus

View File

@ -6,7 +6,7 @@
# the dbus-lauch without x.
if [ -f /usr/bin/dbus-launch-x ]; then
exec /usr/bin/dbus-launch-x $@
exec /usr/bin/dbus-launch-x "$@"
else
exec /usr/bin/dbus-launch.real $@
exec /usr/bin/dbus-launch.real "$@"
fi