summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-16 07:23:05 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-16 07:23:05 +0800
commit1651b7d60da5114355180e637f2f9e6ec4cefead (patch)
tree3630d731e28ca19aa28be49feca5494c6f283c53 /devel
parent604c25d6405334a83ea468f765d91578bf0e850f (diff)
downloadmarcuscom-ports-1651b7d60da5114355180e637f2f9e6ec4cefead.tar
marcuscom-ports-1651b7d60da5114355180e637f2f9e6ec4cefead.tar.gz
marcuscom-ports-1651b7d60da5114355180e637f2f9e6ec4cefead.tar.bz2
marcuscom-ports-1651b7d60da5114355180e637f2f9e6ec4cefead.tar.lz
marcuscom-ports-1651b7d60da5114355180e637f2f9e6ec4cefead.tar.xz
marcuscom-ports-1651b7d60da5114355180e637f2f9e6ec4cefead.tar.zst
marcuscom-ports-1651b7d60da5114355180e637f2f9e6ec4cefead.zip
- Update to 2.13.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5143 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/libbonobo/Makefile34
-rw-r--r--devel/libbonobo/distinfo3
-rw-r--r--devel/libbonobo/files/patch-Makefile.in11
-rw-r--r--devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-fork-server.c21
-rw-r--r--devel/libbonobo/files/patch-server::Makefile.in11
-rw-r--r--devel/libbonobo/files/patch-server::activation-server-main.c11
-rw-r--r--devel/libbonobo/files/patch-utils::bonobo-slay.in21
-rw-r--r--devel/libbonobo/pkg-descr5
-rw-r--r--devel/libbonobo/pkg-plist265
9 files changed, 382 insertions, 0 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile
new file mode 100644
index 000000000..5e14b66df
--- /dev/null
+++ b/devel/libbonobo/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: libbonobo
+# Date Created: 14 February 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= libbonobo
+PORTVERSION= 2.13.0
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.13
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A component and compound document system for GNOME2
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_BISON= yes
+INSTALLS_SHLIB= yes
+USE_LIBTOOL_VER=15
+USE_PERL5= yes
+USE_GNOME= gnomehack intlhack libxml2 orbit2
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
+ --disable-gtk-doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale
+
+MAN1= bonobo-activation-server.1
+
+.include <bsd.port.mk>
diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo
new file mode 100644
index 000000000..9b5462507
--- /dev/null
+++ b/devel/libbonobo/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/libbonobo-2.13.0.tar.bz2) = 34046c6880f4c90e47a1acae34b74d26
+SHA256 (gnome2/libbonobo-2.13.0.tar.bz2) = f30c3375da8c74bf6ab3e45d765656e9e03d5b251787242be3b0baa43f28ce56
+SIZE (gnome2/libbonobo-2.13.0.tar.bz2) = 1365024
diff --git a/devel/libbonobo/files/patch-Makefile.in b/devel/libbonobo/files/patch-Makefile.in
new file mode 100644
index 000000000..e8a60bd28
--- /dev/null
+++ b/devel/libbonobo/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Wed May 7 13:42:52 2003
++++ Makefile.in Wed May 7 13:43:30 2003
+@@ -149,7 +149,7 @@
+ SUBDIRS = \
+ idl bonobo-activation bonobo \
+ activation-server monikers \
+- utils samples tests doc po
++ utils samples doc po
+
+
+ libincludedir = $(includedir)/libbonobo-2.0
diff --git a/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-fork-server.c b/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-fork-server.c
new file mode 100644
index 000000000..ced10add3
--- /dev/null
+++ b/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-fork-server.c
@@ -0,0 +1,21 @@
+--- bonobo-activation/bonobo-activation-fork-server.c.orig Fri Sep 9 17:20:15 2005
++++ bonobo-activation/bonobo-activation-fork-server.c Fri Sep 9 17:31:52 2005
+@@ -359,10 +359,18 @@
+ g_source_destroy (source);
+ g_source_unref (source);
+
++ g_io_channel_shutdown (ai.ioc, FALSE, NULL);
+ g_io_channel_unref (ai.ioc);
+
+ if (use_new_loop)
+ g_main_context_unref (context);
++
++ close (iopipes[1]);
++
++ g_strfreev(newenv);
++
++ if (fd_arg != 0)
++ g_free ((char *) cmd[fd_arg]);
+
+ return CORBA_OBJECT_NIL;
+ }
diff --git a/devel/libbonobo/files/patch-server::Makefile.in b/devel/libbonobo/files/patch-server::Makefile.in
new file mode 100644
index 000000000..f07320f9b
--- /dev/null
+++ b/devel/libbonobo/files/patch-server::Makefile.in
@@ -0,0 +1,11 @@
+--- activation-server/Makefile.in.orig Fri Aug 19 16:24:14 2005
++++ activation-server/Makefile.in Fri Aug 19 16:25:12 2005
+@@ -225,7 +225,7 @@
+ -I$(top_builddir)/bonobo-activation \
+ -I$(top_srcdir)/bonobo-activation \
+ -DPREFIX=\""$(prefix)"\" \
+- -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers\" \
++ -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers:${X11BASE}/libdata/bonobo/servers:${LOCALBASE}/libdata/bonobo/servers\" \
+ -DSERVER_LOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" \
+ $(SERVER_CFLAGS) \
+ -DSERVER_CONFDIR=\"$(sysconfdir)\" \
diff --git a/devel/libbonobo/files/patch-server::activation-server-main.c b/devel/libbonobo/files/patch-server::activation-server-main.c
new file mode 100644
index 000000000..0f7e7cd3f
--- /dev/null
+++ b/devel/libbonobo/files/patch-server::activation-server-main.c
@@ -0,0 +1,11 @@
+--- activation-server/activation-server-main.c.orig Fri Apr 15 20:37:07 2005
++++ activation-server/activation-server-main.c Fri Aug 19 16:27:59 2005
+@@ -197,7 +197,7 @@ build_src_dir (void)
+ g_string_append (gnome_od_source_dir,
+ gnome_dirs[i]);
+ g_string_append (gnome_od_source_dir,
+- "/lib/bonobo/servers" G_SEARCHPATH_SEPARATOR_S);
++ "/libdata/bonobo/servers" G_SEARCHPATH_SEPARATOR_S);
+ }
+ g_strfreev (gnome_dirs);
+ g_string_append (real_od_source_dir,
diff --git a/devel/libbonobo/files/patch-utils::bonobo-slay.in b/devel/libbonobo/files/patch-utils::bonobo-slay.in
new file mode 100644
index 000000000..44212a041
--- /dev/null
+++ b/devel/libbonobo/files/patch-utils::bonobo-slay.in
@@ -0,0 +1,21 @@
+--- utils/bonobo-slay.in.orig Mon Mar 11 12:16:43 2002
++++ utils/bonobo-slay.in Tue Apr 2 18:30:30 2002
+@@ -56,15 +56,15 @@
+
+ # get Bonobo files
+ #
+-@bonobo_dirs = ( "@prefix@/lib/bonobo/servers" );
++@bonobo_dirs = ( "@prefix@/libdata/bonobo/servers" );
+ foreach $dir (split(':', $ENV{'BONOBO_ACTIVATION_INFO_PATH'})) {
+ if (-d $dir) {
+ push @bonobo_dirs, $dir;
+ }
+ }
+ foreach $dir (split(':', $ENV{'GNOME2_PATH'})) {
+- if (-d "$dir/lib/bonobo/servers") {
+- push @bonobo_dirs, "$dir/lib/bonobo/servers";
++ if (-d "$dir/libdata/bonobo/servers") {
++ push @bonobo_dirs, "$dir/libdata/bonobo/servers";
+ }
+ }
+
diff --git a/devel/libbonobo/pkg-descr b/devel/libbonobo/pkg-descr
new file mode 100644
index 000000000..c555fab9a
--- /dev/null
+++ b/devel/libbonobo/pkg-descr
@@ -0,0 +1,5 @@
+Bonobo is a set of language- and system-independant CORBA interfaces
+for creating reusable components and controls, and for creating
+compound documents.
+
+WWW: http://www.gnome.org/
diff --git a/devel/libbonobo/pkg-plist b/devel/libbonobo/pkg-plist
new file mode 100644
index 000000000..67472e619
--- /dev/null
+++ b/devel/libbonobo/pkg-plist
@@ -0,0 +1,265 @@
+bin/activation-client
+bin/bonobo-slay
+bin/echo-client-2
+etc/bonobo-activation/bonobo-activation-config.xml
+include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h
+include/bonobo-activation-2.0/bonobo-activation/Bonobo_GenericFactory.h
+include/bonobo-activation-2.0/bonobo-activation/Bonobo_Unknown.h
+include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-activate.h
+include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-async.h
+include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-init.h
+include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-register.h
+include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-server-info.h
+include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-shlib.h
+include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-version.h
+include/bonobo-activation-2.0/bonobo-activation/bonobo-activation.h
+include/libbonobo-2.0/bonobo/Bonobo.h
+include/libbonobo-2.0/bonobo/bonobo-arg.h
+include/libbonobo-2.0/bonobo/bonobo-app-client.h
+include/libbonobo-2.0/bonobo/bonobo-application.h
+include/libbonobo-2.0/bonobo/bonobo-context.h
+include/libbonobo-2.0/bonobo/bonobo-event-source.h
+include/libbonobo-2.0/bonobo/bonobo-exception.h
+include/libbonobo-2.0/bonobo/bonobo-foreign-object.h
+include/libbonobo-2.0/bonobo/bonobo-generic-factory.h
+include/libbonobo-2.0/bonobo/bonobo-i18n.h
+include/libbonobo-2.0/bonobo/bonobo-item-container.h
+include/libbonobo-2.0/bonobo/bonobo-item-handler.h
+include/libbonobo-2.0/bonobo/bonobo-listener.h
+include/libbonobo-2.0/bonobo/bonobo-macros.h
+include/libbonobo-2.0/bonobo/bonobo-main.h
+include/libbonobo-2.0/bonobo/bonobo-moniker-extender.h
+include/libbonobo-2.0/bonobo/bonobo-moniker-simple.h
+include/libbonobo-2.0/bonobo/bonobo-moniker-util.h
+include/libbonobo-2.0/bonobo/bonobo-moniker.h
+include/libbonobo-2.0/bonobo/bonobo-object.h
+include/libbonobo-2.0/bonobo/bonobo-persist-client.h
+include/libbonobo-2.0/bonobo/bonobo-persist-file.h
+include/libbonobo-2.0/bonobo/bonobo-persist-stream.h
+include/libbonobo-2.0/bonobo/bonobo-persist.h
+include/libbonobo-2.0/bonobo/bonobo-property-bag-client.h
+include/libbonobo-2.0/bonobo/bonobo-property-bag.h
+include/libbonobo-2.0/bonobo/bonobo-shlib-factory.h
+include/libbonobo-2.0/bonobo/bonobo-storage-memory.h
+include/libbonobo-2.0/bonobo/bonobo-storage.h
+include/libbonobo-2.0/bonobo/bonobo-stream-client.h
+include/libbonobo-2.0/bonobo/bonobo-stream-memory.h
+include/libbonobo-2.0/bonobo/bonobo-stream.h
+include/libbonobo-2.0/bonobo/bonobo-types.h
+include/libbonobo-2.0/bonobo/bonobo-xobject.h
+include/libbonobo-2.0/libbonobo.h
+lib/bonobo-2.0/samples/bonobo-echo-2
+lib/bonobo/monikers/libmoniker_std_2.so
+lib/libbonobo-2.a
+lib/libbonobo-2.so
+lib/libbonobo-2.so.0
+lib/libbonobo-activation.a
+lib/libbonobo-activation.so
+lib/libbonobo-activation.so.4
+lib/orbit-2.0/Bonobo_module.so
+libdata/bonobo/servers/Bonobo_CosNaming_NamingContext.server
+libdata/bonobo/servers/Bonobo_Moniker_std.server
+libdata/bonobo/servers/Bonobo_Sample_Echo.server
+libdata/pkgconfig/bonobo-activation-2.0.pc
+libdata/pkgconfig/libbonobo-2.0.pc
+libexec/bonobo-activation-server
+sbin/bonobo-activation-sysconf
+share/doc/bonobo-activation/api-reference.html
+share/doc/bonobo-activation/architecture.html
+share/doc/bonobo-activation/async-activation.html
+share/doc/bonobo-activation/attribute-tag.html
+share/doc/bonobo-activation/bonobo-activation-Debugging.html
+share/doc/bonobo-activation/bonobo-activation-Initialization.html
+share/doc/bonobo-activation/bonobo-activation-Query-and-Activation.html
+share/doc/bonobo-activation/bonobo-activation-Registration.html
+share/doc/bonobo-activation/bonobo-activation-Utilities.html
+share/doc/bonobo-activation/bonobo-activation.devhelp
+share/doc/bonobo-activation/bonobo-activation.png
+share/doc/bonobo-activation/checklist.html
+share/doc/bonobo-activation/configuring.html
+share/doc/bonobo-activation/home.png
+share/doc/bonobo-activation/index.html
+share/doc/bonobo-activation/index.sgml
+share/doc/bonobo-activation/left.png
+share/doc/bonobo-activation/lgpl.html
+share/doc/bonobo-activation/migrating.html
+share/doc/bonobo-activation/query-langage.html
+share/doc/bonobo-activation/query-syntax.html
+share/doc/bonobo-activation/right.png
+share/doc/bonobo-activation/server-arch.html
+share/doc/bonobo-activation/server-xml-reference.html
+share/doc/bonobo-activation/style.css
+share/doc/bonobo-activation/terms.html
+share/doc/bonobo-activation/tutorial.html
+share/doc/bonobo-activation/up.png
+%%DOCSDIR%%/debugging.html
+%%DOCSDIR%%/factories.html
+%%DOCSDIR%%/general.html
+%%DOCSDIR%%/home.png
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/index.sgml
+%%DOCSDIR%%/left.png
+%%DOCSDIR%%/libbonobo-bonobo-app-client.html
+%%DOCSDIR%%/libbonobo-bonobo-application.html
+%%DOCSDIR%%/libbonobo-bonobo-arg.html
+%%DOCSDIR%%/libbonobo-bonobo-config-database.html
+%%DOCSDIR%%/libbonobo-bonobo-context.html
+%%DOCSDIR%%/libbonobo-bonobo-event-source.html
+%%DOCSDIR%%/libbonobo-bonobo-exception.html
+%%DOCSDIR%%/libbonobo-bonobo-generic-factory.html
+%%DOCSDIR%%/libbonobo-bonobo-i18n.html
+%%DOCSDIR%%/libbonobo-bonobo-item-container.html
+%%DOCSDIR%%/libbonobo-bonobo-item-handler.html
+%%DOCSDIR%%/libbonobo-bonobo-listener.html
+%%DOCSDIR%%/libbonobo-bonobo-main.html
+%%DOCSDIR%%/libbonobo-bonobo-moniker-context.html
+%%DOCSDIR%%/libbonobo-bonobo-moniker-extender.html
+%%DOCSDIR%%/libbonobo-bonobo-moniker-simple.html
+%%DOCSDIR%%/libbonobo-bonobo-moniker-util.html
+%%DOCSDIR%%/libbonobo-bonobo-moniker.html
+%%DOCSDIR%%/libbonobo-bonobo-object.html
+%%DOCSDIR%%/libbonobo-bonobo-persist-client.html
+%%DOCSDIR%%/libbonobo-bonobo-persist-file.html
+%%DOCSDIR%%/libbonobo-bonobo-persist-stream.html
+%%DOCSDIR%%/libbonobo-bonobo-persist.html
+%%DOCSDIR%%/libbonobo-bonobo-property-bag-client.html
+%%DOCSDIR%%/libbonobo-bonobo-property-bag.html
+%%DOCSDIR%%/libbonobo-bonobo-running-context.html
+%%DOCSDIR%%/libbonobo-bonobo-shlib-factory.html
+%%DOCSDIR%%/libbonobo-bonobo-shutdown.html
+%%DOCSDIR%%/libbonobo-bonobo-storage-memory.html
+%%DOCSDIR%%/libbonobo-bonobo-storage.html
+%%DOCSDIR%%/libbonobo-bonobo-stream-client.html
+%%DOCSDIR%%/libbonobo-bonobo-stream-memory.html
+%%DOCSDIR%%/libbonobo-bonobo-types.html
+%%DOCSDIR%%/libbonobo-faq.html
+%%DOCSDIR%%/libbonobo.devhelp
+%%DOCSDIR%%/misc.html
+%%DOCSDIR%%/monikers-overview.html
+%%DOCSDIR%%/monikers.html
+%%DOCSDIR%%/persist-file.png
+%%DOCSDIR%%/persist-storage.png
+%%DOCSDIR%%/persist-stream.png
+%%DOCSDIR%%/persist.html
+%%DOCSDIR%%/persist.png
+%%DOCSDIR%%/properties.html
+%%DOCSDIR%%/property-bags.html
+%%DOCSDIR%%/refcounting.html
+%%DOCSDIR%%/right.png
+%%DOCSDIR%%/running-context.png
+%%DOCSDIR%%/storage.png
+%%DOCSDIR%%/stream.png
+%%DOCSDIR%%/streams.html
+%%DOCSDIR%%/style.css
+%%DOCSDIR%%/unknown.png
+%%DOCSDIR%%/up.png
+share/idl/bonobo-2.0/Bonobo.idl
+share/idl/bonobo-2.0/Bonobo_Application.idl
+share/idl/bonobo-2.0/Bonobo_Canvas.idl
+share/idl/bonobo-2.0/Bonobo_Clipboard.idl
+share/idl/bonobo-2.0/Bonobo_Context.idl
+share/idl/bonobo-2.0/Bonobo_Control.idl
+share/idl/bonobo-2.0/Bonobo_Embeddable.idl
+share/idl/bonobo-2.0/Bonobo_Exception.idl
+share/idl/bonobo-2.0/Bonobo_Gdk.idl
+share/idl/bonobo-2.0/Bonobo_ItemContainer.idl
+share/idl/bonobo-2.0/Bonobo_Listener.idl
+share/idl/bonobo-2.0/Bonobo_Moniker.idl
+share/idl/bonobo-2.0/Bonobo_Persist.idl
+share/idl/bonobo-2.0/Bonobo_Print.idl
+share/idl/bonobo-2.0/Bonobo_Property.idl
+share/idl/bonobo-2.0/Bonobo_Sample_Echo.idl
+share/idl/bonobo-2.0/Bonobo_Storage.idl
+share/idl/bonobo-2.0/Bonobo_UI.idl
+share/idl/bonobo-2.0/Bonobo_Zoomable.idl
+share/idl/bonobo-activation-2.0/Bonobo_ActivationContext.idl
+share/idl/bonobo-activation-2.0/Bonobo_Activation_types.idl
+share/idl/bonobo-activation-2.0/Bonobo_GenericFactory.idl
+share/idl/bonobo-activation-2.0/Bonobo_ObjectDirectory.idl
+share/idl/bonobo-activation-2.0/Bonobo_Unknown.idl
+share/locale/am/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/ar/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/az/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/be/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/bg/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/bn/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/bs/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/ca/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/cs/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/cy/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/da/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/de/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/el/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/en_CA/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/en_GB/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/eo/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/es/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/et/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/eu/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/fa/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/fi/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/fr/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/ga/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/gl/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/gu/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/he/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/hi/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/hr/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/hu/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/id/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/is/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/it/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/ja/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/ko/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/ku/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/li/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/lt/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/lv/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/mk/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/ml/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/mn/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/ms/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/nb/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/ne/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/nl/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/nn/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/no/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/pa/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/pl/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/pt/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/pt_BR/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/ro/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/ru/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/rw/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/sk/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/sl/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/sq/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/sr/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/sr@Latn/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/sv/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/ta/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/tr/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/uk/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/vi/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/wa/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/xh/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/yi/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/zh_CN/LC_MESSAGES/libbonobo-2.0.mo
+share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo
+@dirrm share/idl/bonobo-activation-2.0
+@dirrm share/idl/bonobo-2.0
+@dirrm %%DOCSDIR%%
+@dirrm share/doc/bonobo-activation
+@dirrm libdata/bonobo/servers
+@dirrm libdata/bonobo
+@dirrm lib/bonobo-2.0/samples
+@dirrm lib/bonobo-2.0
+@dirrm include/libbonobo-2.0/bonobo
+@dirrm include/libbonobo-2.0
+@dirrm include/bonobo-activation-2.0/bonobo-activation
+@dirrm include/bonobo-activation-2.0
+@dirrm etc/bonobo-activation
+@unexec /bin/rmdir %D/lib/bonobo/monikers 2>/dev/null || /usr/bin/true
+@unexec /bin/rmdir %D/lib/bonobo 2>/dev/null || /usr/bin/true
+@unexec /bin/rmdir %D/share/locale/li/LC_MESSAGES 2>/dev/null || /usr/bin/true
+@unexec /bin/rmdir %D/share/locale/li 2>/dev/null || /usr/bin/true