dbus: Update to 1.7.10

This commit is contained in:
Alexpux
2014-01-18 18:44:14 +04:00
parent d1e8fe94b8
commit c833e9f090

View File

@@ -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
}