diff options
author | rh <rh@pkgsrc.org> | 2000-08-29 16:28:41 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-08-29 16:28:41 +0000 |
commit | 8f5bdddc6c287fcf2ea8492dca041149ae4b0811 (patch) | |
tree | ff57e3cc3cf5b97fadc9aa2492db7cd28d02b7ef /devel/bonobo/Makefile | |
parent | 459ac6c5deab8e111ab384813e8ec434db31fbc2 (diff) | |
download | pkgsrc-8f5bdddc6c287fcf2ea8492dca041149ae4b0811.tar.gz |
Update bonobo to 0.18. Changes include:
* Monikers, total re-write along with some standard
monikers, 'file', 'oafiid', 'item'
* Aggregate Object finalization bug nailed
* Switched to a single Oaf build (Gnorba is no longer
supported) cleaning loads of cruft, object activation
cleaned, bonobo-selector API shrunk
* Bonobo has been split into GUI-less and GUI versions of
Bonobo (bonobo, bonobox libraries to assist non-gui Bonobo
component development
* Property Bag Client - new more flexible helper
interface removing BonoboObjectClient
Bugs fixed:
* Bonobo-Widget bug nailed
* Evil, fatal, intermittent plug / socket unrealize bug
inherited from Gtk fixed
* UI handler bugs nailed
* Blocking problems in listners fixed
* Spec file sorted
* Updated docs/refcounting.txt and enforced inter object
ref counting policy globaly
* Various naming daftnesses cleaned
Diffstat (limited to 'devel/bonobo/Makefile')
-rw-r--r-- | devel/bonobo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 4d40dcce561..5a9c26f9004 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2000/07/16 19:50:12 rh Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/29 16:28:41 rh Exp $ # -DISTNAME= bonobo-0.15 +DISTNAME= bonobo-0.18 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=/unstable/sources/bonobo/} @@ -9,8 +9,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison -DEPENDS+= gdk-pixbuf-*:../../graphics/gdk-pixbuf -DEPENDS+= oaf-*:../../devel/oaf +DEPENDS+= gdk-pixbuf>=0.6.0:../../graphics/gdk-pixbuf +DEPENDS+= oaf>=0.5.0:../../devel/oaf DEPENDS+= gnome-print>=0.16:../../print/gnome-print USE_LIBTOOL= YES |