Update to dbus-glib-0.82.

ok jasper@
This commit is contained in:
ajacoutot 2009-10-10 14:31:24 +00:00
parent 79a393a145
commit 9d70a2a67a
5 changed files with 15 additions and 26 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.13 2009/03/23 10:05:36 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.14 2009/10/10 14:31:24 ajacoutot Exp $
COMMENT= glib bindings for dbus message system
DISTNAME= dbus-glib-0.80
PKGNAME= ${DISTNAME}p0
SHARED_LIBS+= dbus-glib-1 4.1
DISTNAME= dbus-glib-0.82
SHARED_LIBS+= dbus-glib-1 4.2 # .3.0
CATEGORIES= x11
HOMEPAGE= http://dbus.freedesktop.org/

View File

@ -1,5 +1,5 @@
MD5 (dbus-glib-0.80.tar.gz) = hupguiEYobner+glf2pqGg==
RMD160 (dbus-glib-0.80.tar.gz) = gC3NxLfHqIBbBRt77fRAIv7OJ9I=
SHA1 (dbus-glib-0.80.tar.gz) = kn5D8tQpz/VHKrcmiCNH7AblP2s=
SHA256 (dbus-glib-0.80.tar.gz) = tTMLkbMTF1cQPaKzFH4hHnEhRHX113ZAAi6pu1h/ZFs=
SIZE (dbus-glib-0.80.tar.gz) = 688789
MD5 (dbus-glib-0.82.tar.gz) = qipFF94OkUS+O84s+M3ZJA==
RMD160 (dbus-glib-0.82.tar.gz) = VwZkVS3i1FXKSqJxRCQ745dOfXc=
SHA1 (dbus-glib-0.82.tar.gz) = itCc8TgQOCBIpoW8r8cvJSslOag=
SHA256 (dbus-glib-0.82.tar.gz) = 3fsGJ5c0G1xaIlVf/oATiVPMYaZ7qAVkeydG9Rm/veE=
SIZE (dbus-glib-0.82.tar.gz) = 674953

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.1 2009/03/23 10:05:36 ajacoutot Exp $
--- configure.orig Mon Mar 23 10:57:27 2009
+++ configure Mon Mar 23 10:57:42 2009
@@ -29496,7 +29496,6 @@ echo "
$OpenBSD: patch-configure,v 1.2 2009/10/10 14:31:24 ajacoutot Exp $
--- configure.orig Thu Jul 16 19:45:35 2009
+++ configure Sat Oct 10 14:52:54 2009
@@ -17150,7 +17150,6 @@ echo "
Building Gtk-doc docs: ${enable_gtk_doc}
Bash Completion: ${enable_bash_completion}
Gettext libs (empty OK): ${INTLLIBS}

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-dbus_dbus-gobject_c,v 1.1 2009/02/08 15:51:45 ajacoutot Exp $
--- dbus/dbus-gobject.c.orig Sat Feb 7 00:04:36 2009
+++ dbus/dbus-gobject.c Sat Feb 7 00:04:59 2009
@@ -2350,7 +2350,7 @@ dbus_g_method_return (DBusGMethodInvocation *context,
G_VALUE_COLLECT (&value, args, G_VALUE_NOCOPY_CONTENTS, &error);
if (error)
{
- g_warning(error);
+ g_warning("%s", error);
g_free (error);
}
_dbus_gvalue_marshal (&iter, &value);

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2009/03/23 10:05:36 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.8 2009/10/10 14:31:24 ajacoutot Exp $
%%SHARED%%
@bin bin/dbus-binding-tool
include/dbus-1.0/
@ -13,6 +13,7 @@ lib/libdbus-glib-1.la
lib/pkgconfig/
lib/pkgconfig/dbus-glib-1.pc
@bin libexec/dbus-bash-completion-helper
@man man/man1/dbus-binding-tool.1
share/examples/dbus-glib/
@sample ${SYSCONFDIR}/bash_completion.d/
share/examples/dbus-glib/dbus-bash-completion.sh