diff options
author | wiz <wiz@pkgsrc.org> | 2010-08-17 13:33:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-08-17 13:33:39 +0000 |
commit | e2d6752db29b6ce8b48220f2f4b2187c5d7a2526 (patch) | |
tree | c911d224477483d87dfbb588e31d7dd4d30c1357 /sysutils | |
parent | aa5784c37fa5c3cc0780e8ca73ac5a271ff54b80 (diff) | |
download | pkgsrc-e2d6752db29b6ce8b48220f2f4b2187c5d7a2526.tar.gz |
Update to 0.88:
0.88:
Astone Lin (1):
Allow duplicate object path registrations for different connections
Christian Dywan (1):
Refer to dbus_g_connection_flush rather than the plain dbus call
Colin Walters (3):
Disable test-profile on win32 for now
Respect property access flags for writing, allow disabling for reads
configure: Release 0.88
Dan Williams (2):
core: don't pass malformed error interface to dbus (rh#581794)
Fix lookup of regular properties when shadow properties are used
Danielle Madeley (6):
Bumping required GLib to 2.24 for GVariant
fd.o #28715: Add dbus_g_value_build_g_variant()
Tests for GValue-to-GVariant
Write a recursive equivalence function for testing the
equivalence of GVariants
Test test_g_variant_equivalent itself
Support DBUS_TYPE_G_SIGNATURE
Fridrich Strba (2):
Use AC_CANONICAL_HOST, not _TARGET
Don't use the identifier "interface" in public headers
Fridrich Strba (3):
Use EXEEXT so that we satisfy dependencies when cross-compiling
Fix linking of tests. On windows, undefined symbols are not
allowed and symbol lookup is sequencial
Put the G_OS_WIN32 check where it can be defined.
Guillaume Desmottes (1):
add mising DBUS_TYPE_G_* to the doc
Simon McVittie (6):
Bug 14579: remove pending call from hash table before cancelling it
Merge branch '14579-remove-before-cancel'
fd.o #27958: dbus_g_error_domain_register: rewrite the documentation
Add Libtool m4 to .gitignore
Add various tests etc. to .gitignore
Consolidate LDADD variables in tests/examples and make them more complete
Will Thompson (1):
Merge remote branch 'danni/gvalue-to-gvariant'
0.86:
Colin Walters (8):
Squash underscores and dashes in errors when converting to DBus errors
Remove dbus-glib-undocumented.txt from git
Revert "Squash underscores and dashes in errors when converting
to DBus errors"
Fix hyphenated error codes correctly
[configure.ac] Use AM_SILENT_RULES if available
Remove dbus-glib-undeclared.txt from git; it's a generated file
[dbus-gobject.c] Trivial compiler warning fixes
[configure] Release 0.86
Dan Williams (2):
core: allow duplicate property names on GInterfaces
core: performance optimization for object info lookup
Sven Herzberg (1):
turn the gtk-doc documentation into buildable shape
Will Thompson (1):
Free errors returned by method implementations
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dbus-glib/Makefile | 5 | ||||
-rw-r--r-- | sysutils/dbus-glib/PLIST | 5 | ||||
-rw-r--r-- | sysutils/dbus-glib/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/sysutils/dbus-glib/Makefile b/sysutils/dbus-glib/Makefile index e209905cdbe..2e5ee3ee2d7 100644 --- a/sysutils/dbus-glib/Makefile +++ b/sysutils/dbus-glib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2010/02/16 13:23:50 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2010/08/17 13:33:39 wiz Exp $ # -DISTNAME= dbus-glib-0.84 +DISTNAME= dbus-glib-0.88 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/ @@ -36,6 +36,7 @@ CONFIGURE_ARGS+= --with-xml=expat .include "options.mk" .include "../../devel/gettext-lib/buildlink3.mk" +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.24 .include "../../devel/glib2/buildlink3.mk" BUILDLINK_API_DEPENDS.dbus+= dbus>=1.1 .include "../../sysutils/dbus/buildlink3.mk" diff --git a/sysutils/dbus-glib/PLIST b/sysutils/dbus-glib/PLIST index 344d88e6db2..ba4d2cd8c04 100644 --- a/sysutils/dbus-glib/PLIST +++ b/sysutils/dbus-glib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2009/08/15 21:10:11 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2010/08/17 13:33:39 wiz Exp $ bin/dbus-binding-tool include/dbus-1.0/dbus/dbus-glib-bindings.h include/dbus-1.0/dbus/dbus-glib-error-enum.h @@ -14,13 +14,14 @@ share/gtk-doc/html/dbus-glib/ch01.html share/gtk-doc/html/dbus-glib/ch02.html share/gtk-doc/html/dbus-glib/ch03.html share/gtk-doc/html/dbus-glib/dbus-binding-tool.html -share/gtk-doc/html/dbus-glib/dbus-glib-DBus-GObject-related-functions.html +share/gtk-doc/html/dbus-glib/dbus-glib-DBus-GLib-low-level.html share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html share/gtk-doc/html/dbus-glib/dbus-glib-DBusGError.html share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMessage.html share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMethod.html share/gtk-doc/html/dbus-glib/dbus-glib-DBusGProxy.html share/gtk-doc/html/dbus-glib/dbus-glib-Specializable-GType-System.html +share/gtk-doc/html/dbus-glib/dbus-glib-dbus-gobject.html share/gtk-doc/html/dbus-glib/dbus-glib.devhelp share/gtk-doc/html/dbus-glib/dbus-glib.devhelp2 share/gtk-doc/html/dbus-glib/home.png diff --git a/sysutils/dbus-glib/distinfo b/sysutils/dbus-glib/distinfo index eaeea4d6112..45e7e72afdc 100644 --- a/sysutils/dbus-glib/distinfo +++ b/sysutils/dbus-glib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2010/02/16 13:23:50 wiz Exp $ +$NetBSD: distinfo,v 1.12 2010/08/17 13:33:39 wiz Exp $ -SHA1 (dbus-glib-0.84.tar.gz) = 94d06266aa9b851f46bcd6a774e54256d44d36e8 -RMD160 (dbus-glib-0.84.tar.gz) = 72fb9fb08822f421eec90b123fbbb9b3bc90ba68 -Size (dbus-glib-0.84.tar.gz) = 679310 bytes +SHA1 (dbus-glib-0.88.tar.gz) = 5e1d4a38acb38441a4708127522aa5223bf17842 +RMD160 (dbus-glib-0.88.tar.gz) = 43a25a7e449beda46498f02178d186a011783be3 +Size (dbus-glib-0.88.tar.gz) = 688611 bytes SHA1 (patch-aa) = 4b77f6d86f636d1e0bcdb1f2e0ad9d3bc438b07c |