From c833e9f090b0da96d65df250e6944c8d99a3cf43 Mon Sep 17 00:00:00 2001 From: Alexpux Date: Sat, 18 Jan 2014 18:44:14 +0400 Subject: [PATCH] dbus: Update to 1.7.10 --- mingw-w64-dbus/PKGBUILD | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/mingw-w64-dbus/PKGBUILD b/mingw-w64-dbus/PKGBUILD index 81c85fe0fb..5a1ba5649e 100644 --- a/mingw-w64-dbus/PKGBUILD +++ b/mingw-w64-dbus/PKGBUILD @@ -3,17 +3,18 @@ _realname=dbus _mingw_suff=mingw-w64-${CARCH} pkgname="${_mingw_suff}-${_realname}" -pkgver=1.6.18 +pkgver=1.7.10 pkgrel=1 arch=('any') pkgdesc="Freedesktop.org message bus system (mingw-w64)" -depends=("${_mingw_suff}-winpthreads" "${_mingw_suff}-expat") -makedepends=("${_mingw_suff}-gcc" "${_mingw_suff}-pkg-config") +depends=("${_mingw_suff}-glib2" "${_mingw_suff}-winpthreads" "${_mingw_suff}-expat") +makedepends=("${_mingw_suff}-gcc" "${_mingw_suff}-pkg-config" "${_mingw_suff}-python2" "xmlto" ) options=('strip' 'staticlibs') license=("BSD") url="http://www.freedesktop.org/wiki/Software/dbus" -source=("http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz") -md5sums=('b02e9c95027a416987b81f9893831061') +source=("http://dbus.freedesktop.org/releases/dbus/${_realname}-${pkgver}.tar.gz"{,.asc}) +md5sums=('b92ade4ead4380b60329ef8179268c0a' + 'SKIP') prepare() { cd "${srcdir}"/dbus-${pkgver} @@ -31,10 +32,12 @@ build() { --target=${MINGW_CHOST} \ --build=${MINGW_CHOST} \ --prefix=${MINGW_PREFIX} \ - --with-xml=expat \ + --enable-xml-docs \ --disable-systemd \ --disable-tests \ - --disable-Werror + --disable-Werror \ + --enable-shared \ + --disable-static make }