[ooo-build-commit] .: officecfg/registry

Caolán McNamara caolan at kemper.freedesktop.org
Tue Oct 5 03:52:42 PDT 2010


 officecfg/registry/data/org/openoffice/Office/Paths.xcu   |    3 ++-
 officecfg/registry/data/org/openoffice/Office/makefile.mk |    2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 7d7b51c8c48b0b88eef65e1cf649b6dc85cd9f71
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Oct 5 11:06:19 2010 +0100

    add some configure options to control external libtextcat and libtextcat data

diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu b/officecfg/registry/data/org/openoffice/Office/Paths.xcu
index 8fef51c..686682f 100644
--- a/officecfg/registry/data/org/openoffice/Office/Paths.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Paths.xcu
@@ -169,7 +169,8 @@
 
                 <node oor:name="Fingerprint" oor:op="fuse" oor:mandatory="true">
                         <node oor:name="InternalPaths">
-                              <node oor:name="$(insturl)/share/fingerprint" oor:op="fuse" />
+                              <node install:module="internallibtextcatdata" oor:name="$(insturl)/share/fingerprint" oor:op="fuse"/>
+                              <node install:module="externallibtextcatdata" oor:name="${SYSTEM_LIBTEXTCAT_DATA}" oor:op="fuse"/>
                         </node>
                 </node>
 
diff --git a/officecfg/registry/data/org/openoffice/Office/makefile.mk b/officecfg/registry/data/org/openoffice/Office/makefile.mk
index e65b033..2af1e86 100644
--- a/officecfg/registry/data/org/openoffice/Office/makefile.mk
+++ b/officecfg/registry/data/org/openoffice/Office/makefile.mk
@@ -87,6 +87,8 @@ MODULEFILES= \
     Paths-macosx.xcu    \
     Paths-unxwnt.xcu    \
     Paths-unixdesktop.xcu \
+    Paths-internallibtextcatdata.xcu \
+    Paths-externallibtextcatdata.xcu \
     Writer-cjk.xcu \
     Impress-ogltrans.xcu \
     Embedding-calc.xcu   \


More information about the ooo-build-commit mailing list