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/libbonoboui/Makefile | |
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/libbonoboui/Makefile')
-rw-r--r-- | devel/libbonoboui/Makefile | 6 |
1 files changed, 2 insertions, 4 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 |