diff options
author | tron <tron@pkgsrc.org> | 2001-09-25 05:23:35 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-09-25 05:23:35 +0000 |
commit | 67a22da877c62c2ed320096ad830d4af44a410ea (patch) | |
tree | f53fc49cd1ca37be08770376d777cbfeb2d42451 | |
parent | 733d9b3fd85239318b8a2547246afbe237f78510 (diff) | |
download | pkgsrc-67a22da877c62c2ed320096ad830d4af44a410ea.tar.gz |
Update "bonobo-conf" package to version 0.11. Changes since version 0.10:
- tests/Makefile.am: Remove the gconf test as it fails.
- tests/Makefile.am: Build test-xml-strings and add it to the
test suite.
- tests/test-xml-strings.c: Regression test for xml strings.
- bonobo-conf/bonobo-config-utils.c (encode_simple_value): Use
bonobo_ui_util_encode_str() to encode the string to hex as a
workaround for UTF-8 (and 8bit) strings.
(decode_simple_value): Decode here.
- acinclude.m4: Removed. This wasn't used anymore, but it contains
code which doesn't work with autoconf 2.52
(AM_FUNC_ERROR_AT_LINE).
- configure.in: Added "es" to ALL_LINGUAS.
-rw-r--r-- | devel/bonobo-conf/Makefile | 6 | ||||
-rw-r--r-- | devel/bonobo-conf/distinfo | 6 | ||||
-rw-r--r-- | devel/bonobo-conf/pkg/PLIST | 18 |
3 files changed, 14 insertions, 16 deletions
diff --git a/devel/bonobo-conf/Makefile b/devel/bonobo-conf/Makefile index 9b6010f41fb..6521191a126 100644 --- a/devel/bonobo-conf/Makefile +++ b/devel/bonobo-conf/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/08/11 13:45:43 rh Exp $ -# +# $NetBSD: Makefile,v 1.2 2001/09/25 05:23:35 tron Exp $ -DISTNAME= bonobo-conf-0.10 +DISTNAME= bonobo-conf-0.11 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/bonobo-conf/} -EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ diff --git a/devel/bonobo-conf/distinfo b/devel/bonobo-conf/distinfo index 2f52a67b836..b95de1b3e78 100644 --- a/devel/bonobo-conf/distinfo +++ b/devel/bonobo-conf/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/08/11 13:45:43 rh Exp $ +$NetBSD: distinfo,v 1.2 2001/09/25 05:23:35 tron Exp $ -SHA1 (bonobo-conf-0.10.tar.bz2) = f3692d62a72b0e85b5ff3052c1df128a05f01477 -Size (bonobo-conf-0.10.tar.bz2) = 327195 bytes +SHA1 (bonobo-conf-0.11.tar.gz) = cec714d0c097eada65a5301ee2bbb5814763a1bd +Size (bonobo-conf-0.11.tar.gz) = 434857 bytes diff --git a/devel/bonobo-conf/pkg/PLIST b/devel/bonobo-conf/pkg/PLIST index 96996534545..bc0088ab351 100644 --- a/devel/bonobo-conf/pkg/PLIST +++ b/devel/bonobo-conf/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/11 13:45:43 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/09/25 05:23:36 tron Exp $ bin/bonobo-moniker-xmldb bin/cedit include/bonobo-conf/Bonobo_Config.h @@ -29,13 +29,14 @@ lib/libbonobo_conf.so.0.0 share/doc/bonobo-conf/bonobo-conf.pdf share/doc/bonobo-conf/bonobo-conf.sgml share/idl/Bonobo_Config.idl -share/locale/de/LC_MESSAGES/bonobo-conf.mo -share/locale/it/LC_MESSAGES/bonobo-conf.mo -share/locale/nn/LC_MESSAGES/bonobo-conf.mo -share/locale/no/LC_MESSAGES/bonobo-conf.mo -share/locale/pl/LC_MESSAGES/bonobo-conf.mo -share/locale/sv/LC_MESSAGES/bonobo-conf.mo -share/locale/zh_TW.Big5/LC_MESSAGES/bonobo-conf.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/bonobo-conf.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/bonobo-conf.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/bonobo-conf.mo +${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/bonobo-conf.mo +${PKGLOCALEDIR}/locale/no/LC_MESSAGES/bonobo-conf.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/bonobo-conf.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/bonobo-conf.mo +${PKGLOCALEDIR}/locale/zh_TW.Big5/LC_MESSAGES/bonobo-conf.mo share/oaf/Bonobo_Moniker_config.oaf share/oaf/Bonobo_Moniker_gconf.oaf share/oaf/Bonobo_Moniker_xmldb.oaf @@ -44,5 +45,4 @@ share/oaf/Bonobo_Moniker_xmldb.oaf @dirrm share/bonobo-conf/html/bonobo-conf @dirrm share/bonobo-conf/html @dirrm share/bonobo-conf -@dirrm lib/bonobo/monikers @dirrm include/bonobo-conf |