diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-03-30 21:09:01 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-03-30 21:09:01 +0000 |
commit | 6d4735616c5e02aab872b7d2aa56a9ad070ba625 (patch) | |
tree | 84a3bf5978587c4d8ba021259a3feb48464b7345 /devel/libbonoboui/Makefile | |
parent | 2c056b63d91accf795f33b9803b8139ef9240f65 (diff) | |
download | pkgsrc-6d4735616c5e02aab872b7d2aa56a9ad070ba625.tar.gz |
Update to 2.14.0:
libbonoboui 2.14.0
* Fix CORBA object leaks (Adriano Winter Bess)
* Fix bonobo-object-browser .desktop file
(Stephane Loeuillet and Vincent Untz
* Translation updates:
* Žygimantas Beručka (lt)
* Kjartan Maraas (nn)
* Subhransu Behera (or)
* Mişu Moldovan (ro)
libbonoboui 2.13.1
* Fix leaks introduced by the GOption argument handling code
(Christian Perch)
* Sync with latest libgnome (Christian Persch) [#326846]
libbonoboui 2.13.0
* Add support for GOption argument parsing in libgnome (Pawel Sliwowski, chpe) [#307312]
* Don't use deprecated gnome_i18n_get_language_list (Gustavo J. A. M. Carneiro)
* Translation updates:
* Khandakar Mujahidul Islam (bn)
* Jordi Mallach (ca)
* Iñaki Larrañaga Murgoitio (eu)
* Roozbeh Pournader (fa)
* Christophe Merlet (RedFox) (fr)
* Mohammad DAMT (id)
* Alessio Frusciante (it)
* Changwoo Ryu (ko)
* Erdal Ronahi (ku)
* Žygimantas Beručka (lt)
* Tino Meinen (nl)
* Afonso Celso Medina (pt_BR)
* Leonid Kanter (ru)
* Christian Rose (sv)
* Baris Cicek (tr)
* Clytie Siddall (vi)
Diffstat (limited to 'devel/libbonoboui/Makefile')
-rw-r--r-- | devel/libbonoboui/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/libbonoboui/Makefile b/devel/libbonoboui/Makefile index faae82858cf..0da0cdd323c 100644 --- a/devel/libbonoboui/Makefile +++ b/devel/libbonoboui/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.48 2006/03/06 00:18:11 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2006/03/30 21:09:01 jmmv Exp $ # -DISTNAME= libbonoboui-2.10.1 -PKGREVISION= 4 +DISTNAME= libbonoboui-2.14.0 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonoboui/2.10/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonoboui/2.14/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org @@ -23,7 +22,8 @@ PKGCONFIG_OVERRIDE= bonobo/libbonoboui-2.0.pc.in CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc -BUILDLINK_DEPENDS.libbonobo+= libbonobo>=2.10.1 +BUILDLINK_DEPENDS.libbonobo+= libbonobo>=2.14.0 +BUILDLINK_DEPENDS.libgnome+= libgnome>=2.13.7 .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/GConf2/buildlink3.mk" |