diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-04 11:08:08 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-04 11:08:08 +0000 |
commit | 14b7bb28281dc78db3716ede0caccf5e8552742f (patch) | |
tree | db359e907e8ca9b282e3b7be44085b446e09a6f3 /devel | |
parent | 9ca38c51839f148df2e019d9f1f134aeab9777b2 (diff) | |
download | pkgsrc-14b7bb28281dc78db3716ede0caccf5e8552742f.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libbonoboui/Makefile | 6 | ||||
-rw-r--r-- | devel/libbonoboui/PLIST | 4 | ||||
-rw-r--r-- | devel/libbonoboui/distinfo | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/libbonoboui/Makefile b/devel/libbonoboui/Makefile index f872bfa13f6..449673a6892 100644 --- a/devel/libbonoboui/Makefile +++ b/devel/libbonoboui/Makefile @@ -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 diff --git a/devel/libbonoboui/PLIST b/devel/libbonoboui/PLIST index 9a98551984f..d647c289b37 100644 --- a/devel/libbonoboui/PLIST +++ b/devel/libbonoboui/PLIST @@ -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 diff --git a/devel/libbonoboui/distinfo b/devel/libbonoboui/distinfo index 9b9f268235e..78a8e3851b2 100644 --- a/devel/libbonoboui/distinfo +++ b/devel/libbonoboui/distinfo @@ -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 |