diff options
author | rh <rh@pkgsrc.org> | 2002-01-16 00:03:21 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-01-16 00:03:21 +0000 |
commit | 7c4e5191b6e19a8b0293828abd4289ee15038078 (patch) | |
tree | 35146df1bd7bc93747c2524a2248c7f85b1e7759 /devel/bonobo | |
parent | 23c6568f79cd28b55885cecc88f411776136b5c7 (diff) | |
download | pkgsrc-7c4e5191b6e19a8b0293828abd4289ee15038078.tar.gz |
Update bonobo to 1.0.18. Changes are tons of bugfixes and speedups,
including
+ intelligent GdkPixbuf rendering
+ sensible pixbuf filtering
+ cache GdkPixbufs
+ cache X resources
+ UI handler algorithmic tweaks
Diffstat (limited to 'devel/bonobo')
-rw-r--r-- | devel/bonobo/Makefile | 4 | ||||
-rw-r--r-- | devel/bonobo/PLIST | 12 | ||||
-rw-r--r-- | devel/bonobo/distinfo | 6 |
3 files changed, 13 insertions, 9 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 322e162ee86..77be3736364 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2001/10/24 22:10:51 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2002/01/16 00:03:21 rh Exp $ # -DISTNAME= bonobo-1.0.9 +DISTNAME= bonobo-1.0.18 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/bonobo/} diff --git a/devel/bonobo/PLIST b/devel/bonobo/PLIST index 52855e4f120..8a4cff6408a 100644 --- a/devel/bonobo/PLIST +++ b/devel/bonobo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:22:33 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/01/16 00:03:22 rh Exp $ bin/bonobo-application-x-mines bin/bonobo-audio-ulaw bin/bonobo-echo @@ -17,9 +17,9 @@ bin/libefs-config bin/moniker-test bin/sample-container bin/sample-control-container -include/bonobo.h include/efs.h include/efs_error.h +include/gnome-1.0/bonobo.h include/gnome-1.0/bonobo/Bonobo.h include/gnome-1.0/bonobo/bonobo-arg.h include/gnome-1.0/bonobo/bonobo-async.h @@ -158,6 +158,7 @@ ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/bonobo.mo ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/bonobo.mo ${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/bonobo.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/bonobo.mo +${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/bonobo.mo ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/bonobo.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/bonobo.mo ${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/bonobo.mo @@ -166,6 +167,7 @@ ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/bonobo.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/bonobo.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/bonobo.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/bonobo.mo +${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/bonobo.mo ${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/bonobo.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/bonobo.mo ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/bonobo.mo @@ -193,13 +195,15 @@ share/oaf/Bonobo_Sample_Mines.oaf share/oaf/Bonobo_Sample_Paint.oaf share/oaf/Bonobo_Sample_Text.oaf share/oaf/Bonobo_Selector.oaf -@exec /bin/mkdir -p /usr/X11R6/share/gnome/bonobo/docs/audio_ulaw/C/images +@exec /bin/mkdir -p %D/share/gnome/ui +@dirrm share/gnome/ui +@exec /bin/mkdir -p %D/share/gnome/bonobo/docs/audio_ulaw/C/images @dirrm share/gnome/bonobo/docs/audio_ulaw/C/images @dirrm share/gnome/bonobo/docs/audio_ulaw/C @dirrm share/gnome/bonobo/docs/audio_ulaw @dirrm share/gnome/bonobo/docs @dirrm share/gnome/bonobo -@exec /bin/mkdir -p /usr/X11R6/share/bonobo/html/bonobo +@exec /bin/mkdir -p %D/share/bonobo/html/bonobo @dirrm share/bonobo/html/bonobo @dirrm share/bonobo/html @dirrm share/bonobo diff --git a/devel/bonobo/distinfo b/devel/bonobo/distinfo index 9f3c08b3ac7..06308b294c3 100644 --- a/devel/bonobo/distinfo +++ b/devel/bonobo/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2001/10/04 19:14:58 rh Exp $ +$NetBSD: distinfo,v 1.8 2002/01/16 00:03:22 rh Exp $ -SHA1 (bonobo-1.0.9.tar.gz) = 236fcb3b37932637870a41523b354735d35bb3d9 -Size (bonobo-1.0.9.tar.gz) = 1266185 bytes +SHA1 (bonobo-1.0.18.tar.gz) = e6f6790e0c0eb29a295163f643569e36896d27a0 +Size (bonobo-1.0.18.tar.gz) = 1279988 bytes SHA1 (patch-aa) = abb08c79e9971e755f4fef72bce46a88e9299397 SHA1 (patch-ab) = dcb60df7c4eed7efbf8086135a9f1e6fdecc1d36 |