commit
5eb578e1a4
2 changed files with 7 additions and 6 deletions
|
@ -8,12 +8,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=dbus
|
PKG_NAME:=dbus
|
||||||
PKG_VERSION:=1.12.12
|
PKG_VERSION:=1.13.12
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://dbus.freedesktop.org/releases/dbus/
|
PKG_SOURCE_URL:=https://dbus.freedesktop.org/releases/dbus
|
||||||
PKG_HASH:=9546f226011a1e5d9d77245fe5549ef25af4694053189d624d0d6ac127ecf5f8
|
PKG_HASH:=7588649b56dd257c6a5f85a8c45aa2dfdf9e99f4de3983710f452081ca43eca6
|
||||||
|
|
||||||
PKG_MAINTAINER:=
|
PKG_MAINTAINER:=
|
||||||
PKG_LICENSE:=AFL-2.1
|
PKG_LICENSE:=AFL-2.1
|
||||||
PKG_CPE_ID:=cpe:/a:freedesktop:dbus
|
PKG_CPE_ID:=cpe:/a:freedesktop:dbus
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# the dbus-lauch without x.
|
# the dbus-lauch without x.
|
||||||
|
|
||||||
if [ -f /usr/bin/dbus-launch-x ]; then
|
if [ -f /usr/bin/dbus-launch-x ]; then
|
||||||
exec /usr/bin/dbus-launch-x $@
|
exec /usr/bin/dbus-launch-x "$@"
|
||||||
else
|
else
|
||||||
exec /usr/bin/dbus-launch.real $@
|
exec /usr/bin/dbus-launch.real "$@"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue