Updated libbonoboui to 2.0.3.3. Changes since 2.0.3.2:
- bonobo/bonobo-file-selector-util.c (create_bonobo_selector): fix acute brokenness. - bonobo/bonobo-ui-component.c (ui_event), (impl_Bonobo_UIComponent_execVerb): 64bit safe va-list termination. - tests/test-ui.c (cb_do_popup): don't destroy popup immediately after popup. - bonobo/bonobo-ui-component.c (bonobo_ui_component_set_translate): don't segv later if we have a NULL / bogus xml string coming in. - Added am and be translations. - samples/controls/Makefile.am, samples/compound-doc/bonobo-hello/Makefile.am: Fix $(prefix)/lib -> $(libdir). - bonobo/bonobo-ui-init-gtk.c: Change POPT_ARG_STRING to POPT_ARG_INT for the screen argument - configure.in: require libxml - fixes breakage from removing it from bonobo-activation's pkg-config requirements.
This commit is contained in:
parent
9ca38c5183
commit
14b7bb2828
3 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2003/01/03 15:26:56 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2003/01/04 11:08:08 jmmv Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libbonoboui-2.0.3.2
|
||||
PKGREVISION= 1
|
||||
DISTNAME= libbonoboui-2.0.3.3
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonoboui/2.0/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -17,7 +16,6 @@ GNU_CONFIGURE= yes
|
|||
USE_BUILDLINK2= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNU_GETTEXT= yes
|
||||
USE_X11= yes
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2002/12/09 16:01:18 tron Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2003/01/04 11:08:08 jmmv Exp $
|
||||
bin/test-moniker
|
||||
include/libbonoboui-2.0/bonobo.h
|
||||
include/libbonoboui-2.0/bonobo/bonobo-canvas-component.h
|
||||
|
@ -45,8 +45,10 @@ lib/libglade/2.0/libbonobo.la
|
|||
lib/libglade/2.0/libbonobo.so
|
||||
lib/pkgconfig/libbonoboui-2.0.pc
|
||||
share/gnome-2.0/ui/Bonobo_Sample_Hello.xml
|
||||
${PKGLOCALEDIR}/locale/am/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/be/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/libbonoboui-2.0.mo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.2 2002/11/26 17:00:37 jmmv Exp $
|
||||
$NetBSD: distinfo,v 1.3 2003/01/04 11:08:08 jmmv Exp $
|
||||
|
||||
SHA1 (libbonoboui-2.0.3.2.tar.bz2) = 968c37e82a5c489983a7fc809be5b7814dccb00b
|
||||
Size (libbonoboui-2.0.3.2.tar.bz2) = 491878 bytes
|
||||
SHA1 (libbonoboui-2.0.3.3.tar.bz2) = c5a30a8b10279fbdc3f479c3d82d247afcd952a5
|
||||
Size (libbonoboui-2.0.3.3.tar.bz2) = 503322 bytes
|
||||
|
|
Loading…
Reference in a new issue