changeset 1585:9bbf5054d894

upgrade package dbus
author Mark Brand <mabrand@mabrand.nl>
date Fri, 18 Feb 2011 13:14:48 +0100
parents 727f84d128a1
children 4f16f4e90e44
files src/dbus.mk
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dbus.mk	Thu Feb 17 09:26:30 2011 +0100
+++ b/src/dbus.mk	Fri Feb 18 13:14:48 2011 +0100
@@ -4,8 +4,8 @@
 # dbus
 PKG             := dbus
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.4.1
-$(PKG)_CHECKSUM := 112279ff58305027294fe0eb5bee600f68cf0b50
+$(PKG)_VERSION  := 1.4.4
+$(PKG)_CHECKSUM := 273d80445abadb6b440d9912322ae06985cb6923
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.gz
 $(PKG)_WEBSITE  := http://$(PKG).freedesktop.org/
@@ -29,6 +29,8 @@
         --disable-asserts \
         --disable-shared \
         --enable-static \
+        --disable-tests \
+        --disable-standalone-tests \
         --disable-silent-rules
     $(MAKE) -C '$(1)' -j '$(JOBS)' install
 endef