dbus: Update to 1.9.6
This commit is contained in:
@@ -2,17 +2,21 @@
|
||||
|
||||
_realname=dbus
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=1.9.4
|
||||
pkgver=1.9.6
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
pkgdesc="Freedesktop.org message bus system (mingw-w64)"
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-glib2" "${MINGW_PACKAGE_PREFIX}-expat")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" "${MINGW_PACKAGE_PREFIX}-python2" "xmlto")
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-glib2"
|
||||
"${MINGW_PACKAGE_PREFIX}-expat")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
|
||||
"${MINGW_PACKAGE_PREFIX}-pkg-config"
|
||||
"${MINGW_PACKAGE_PREFIX}-python2"
|
||||
"xmlto")
|
||||
options=('strip' 'staticlibs')
|
||||
license=("BSD")
|
||||
url="http://www.freedesktop.org/wiki/Software/dbus"
|
||||
source=("http://dbus.freedesktop.org/releases/dbus/${_realname}-${pkgver}.tar.gz"{,.asc})
|
||||
md5sums=('beee7886e478911ff942a80e4afec303'
|
||||
md5sums=('5c64a166c72c50765d9c9cfbc696fac9'
|
||||
'SKIP')
|
||||
|
||||
prepare() {
|
||||
@@ -34,11 +38,11 @@ build() {
|
||||
--disable-Werror \
|
||||
--enable-shared \
|
||||
--enable-static
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/build-${MINGW_CHOST}"
|
||||
make DESTDIR=$pkgdir install
|
||||
find "${pkgdir}${MINGW_PREFIX}" -name '*.def' -o -name '*.exp' | xargs -rtl1 rm
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user