diff options
author | rh <rh> | 2001-08-11 18:26:56 +0000 |
---|---|---|
committer | rh <rh> | 2001-08-11 18:26:56 +0000 |
commit | b2f5ff22ebe1495cef23eed113c662f01d0473e4 (patch) | |
tree | 2e0edf038d82e5a1e8f41ca4dbbb73bbc3cf4da4 /devel | |
parent | 8843a490b6c431058f2086d8240164224f599beb (diff) | |
download | pkgsrc-b2f5ff22ebe1495cef23eed113c662f01d0473e4.tar.gz |
Update bonobo to 1.0.7
Notable changes are:
* UI handler stuff:
* Key stroke handling fixage
* set/get prop acceleration
* default icon fixage
* prototype cleans
* Misc stuff
* re-entrancy fix in event_source_destroy
* moniker-extender-file fix
* item-container bug
* Portability fixes
* doc fixes
* updated tests
* config dialog rename
* fixed libefs linking
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bonobo/Makefile | 4 | ||||
-rw-r--r-- | devel/bonobo/distinfo | 7 | ||||
-rw-r--r-- | devel/bonobo/patches/patch-ac | 16 |
3 files changed, 5 insertions, 22 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 4a66e7118db..d2d9290cefe 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2001/06/11 06:34:26 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2001/08/11 18:26:56 rh Exp $ # -DISTNAME= bonobo-1.0.4 +DISTNAME= bonobo-1.0.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/bonobo/} diff --git a/devel/bonobo/distinfo b/devel/bonobo/distinfo index 38168202ee9..7db3d62a51e 100644 --- a/devel/bonobo/distinfo +++ b/devel/bonobo/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.5 2001/05/22 05:53:21 rh Exp $ +$NetBSD: distinfo,v 1.6 2001/08/11 18:26:56 rh Exp $ -SHA1 (bonobo-1.0.4.tar.gz) = ad69bfb5f355187bbb479672158da62577539413 -Size (bonobo-1.0.4.tar.gz) = 1463398 bytes +SHA1 (bonobo-1.0.7.tar.gz) = aaecf84d58fc16f3059f90164c3f8295726d0ee5 +Size (bonobo-1.0.7.tar.gz) = 1544408 bytes SHA1 (patch-aa) = abb08c79e9971e755f4fef72bce46a88e9299397 SHA1 (patch-ab) = dcb60df7c4eed7efbf8086135a9f1e6fdecc1d36 -SHA1 (patch-ac) = 8bb5ccbf3755172fc1b88ea8ff03f74839d30133 diff --git a/devel/bonobo/patches/patch-ac b/devel/bonobo/patches/patch-ac deleted file mode 100644 index 8d436fdf918..00000000000 --- a/devel/bonobo/patches/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2001/04/29 18:52:40 danw Exp $ - -libtool 1.2 needs to be outsmarted here, but what they're trying doesn't -work with libtool 1.4. - ---- storage-modules/Makefile.in.orig Sun Apr 29 14:34:04 2001 -+++ storage-modules/Makefile.in Sun Apr 29 14:34:15 2001 -@@ -166,7 +166,7 @@ - libstorage_efs_la_SOURCES = bonobo-storage-efs.c bonobo-storage-efs.h bonobo-stream-efs.c bonobo-stream-efs.h - - --libstorage_efs_la_LDFLAGS = $(common_ldflags) -L$(shell pwd)/$(top_builddir)/libefs/src/.libs -lefs -+libstorage_efs_la_LDFLAGS = $(common_ldflags) -L$(shell pwd)/$(top_builddir)/libefs/src -lefs - - - # |