dbus-glib: update to dbus-glib-0.110

This commit is contained in:
MilhouseVH 2020-01-25 21:07:51 +00:00
parent d44bd5ac56
commit d4e4825b24
2 changed files with 7 additions and 6 deletions

View File

@ -1,9 +1,10 @@
# SPDX-License-Identifier: GPL-2.0-or-later # SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) # Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="dbus-glib" PKG_NAME="dbus-glib"
PKG_VERSION="0.108" PKG_VERSION="0.110"
PKG_SHA256="9f340c7e2352e9cdf113893ca77ca9075d9f8d5e81476bf2bf361099383c602c" PKG_SHA256="7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://freedesktop.org/wiki/Software/dbus" PKG_SITE="https://freedesktop.org/wiki/Software/dbus"
PKG_URL="https://dbus.freedesktop.org/releases/dbus-glib/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="https://dbus.freedesktop.org/releases/dbus-glib/$PKG_NAME-$PKG_VERSION.tar.gz"

View File

@ -16,10 +16,10 @@ index dd76c7e..78cb56f 100644
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4
GLIB_PC=dbus-glib-1.pc GLIB_PC=dbus-glib-1.pc
-SUBDIRS=dbus tools test doc -SUBDIRS = dbus-gmain dbus tools test doc
-DIST_SUBDIRS=dbus tools test doc m4 -DIST_SUBDIRS = dbus-gmain dbus tools test doc m4
+SUBDIRS=dbus test doc +SUBDIRS = dbus-gmain dbus test doc
+DIST_SUBDIRS=dbus test doc m4 +DIST_SUBDIRS = dbus-gmain dbus test doc m4
pkgconfigdir = $(libdir)/pkgconfig pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(GLIB_PC) pkgconfig_DATA = $(GLIB_PC)