[Libreoffice-commits] .: Branch 'libreoffice-3-3' - patches/dev300

Kalman "" Szalai kami911 at kemper.freedesktop.org
Sat Dec 4 05:08:34 PST 2010


 patches/dev300/apply             |    3 --
 patches/dev300/speed-pagein.diff |   53 ---------------------------------------
 2 files changed, 56 deletions(-)

New commits:
commit cf3d0b4c2638ade21f651af75ff2e6865e292823
Author: Kalman Szalai - KAMI <kami911 at gmail.com>
Date:   Sat Dec 4 14:06:09 2010 +0100

    speed-pagein.diff removed, It seems Michael has integrated to the git repo
    
    Pagein types.rdb / services.rdb & the ui files removed
    i#57679, michael
    His commit is: 3beb456c47648aab812790a366aa872d8aad1886

diff --git a/patches/dev300/apply b/patches/dev300/apply
index 9d86691..e66f188 100755
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -186,9 +186,6 @@ icu-4.2.1.diff, cbosdo
 # add idl target to toplevel makefile
 makefile-idl-build.diff, noelpwer
 
-# Pagein types.rdb / services.rdb & the ui files
-speed-pagein.diff, i#57679, michael
-
 # Replace hunspell linked list implementation with hashed implementation
 # Reduces hunspell mem usage by more than half (3.7M to ~680K)
 # (even bigger savings on 64bit, and with dicts like the Czech one)
diff --git a/patches/dev300/speed-pagein.diff b/patches/dev300/speed-pagein.diff
deleted file mode 100644
index bce24cd..0000000
--- a/patches/dev300/speed-pagein.diff
+++ /dev/null
@@ -1,53 +0,0 @@
----
- desktop/source/pagein/makefile.mk |   36 +++++++++++++++++++++++++++++++++++-
- 1 files changed, 35 insertions(+), 1 deletions(-)
-
-diff --git desktop/source/pagein/makefile.mk desktop/source/pagein/makefile.mk
-index 01452a8..637f290 100644
---- desktop/source/pagein/makefile.mk
-+++ desktop/source/pagein/makefile.mk
-@@ -160,6 +160,40 @@ $(MISC)$/$(TARGET)-common : makefile.mk
-     @-echo $(DLLPRE)svl$(DFTDLLPOST)   >> $@
-     @-echo $(DLLPRE)vcl$(DFTDLLPOST)   >> $@
-     @-echo $(DLLPRE)tk$(DFTDLLPOST)    >> $@
--    @-echo $(DLLPRE)svt$(DFTDLLPOST)   >> $@
-+    @-echo types.rdb                   >> $@
-+    @-echo services.rdb                >> $@
-+# urgh ...
-+    @-echo oovbaapi.rdb                                         >> $@
-+    @-echo deployment$$(DLLPOSTFIX)$(UNODLLPOST)           >> $@
-+    @-echo $(DLLPRE)deploymentmisc$(DLLPOSTFIX)$(DLLPOST) >> $@
-+# omitted pieces (from writer startup ...) hopefully common
-+    @-echo $(DLLPRE)ucb1$(DLLPOST)               >> $@
-+    @-echo $(DLLPRE)xstor$(DLLPOST)              >> $@
-+    @-echo $(DLLPRE)package2$(DLLPOST)           >> $@
-+    @-echo $(DLLPRE)filterconfig1$(DLLPOST)      >> $@
-+    @-echo $(DLLPRE)uui$(DFTDLLPOST)             >> $@
-+    @-echo $(DLLPRE)lng$(DFTDLLPOST)             >> $@
-+    @-echo $(DLLPRE)svt$(DFTDLLPOST)             >> $@
-+    @-echo $(DLLPRE)spl$(DFTDLLPOST)             >> $@
-+    @-echo $(DLLPRE)basegfx$(DFTDLLPOST)         >> $@
-+    @-echo $(DLLPRE)avmedia$(DFTDLLPOST)         >> $@
-+    @-echo $(DLLPRE)dtransX11$(DFTDLLPOST)       >> $@
-+    @-echo $(DLLPRE)helplinker$(DFTDLLPOST)      >> $@
-+    @-echo $(DLLPRE)vclplug_gen$(DFTDLLPOST)     >> $@
-+    @-echo $(DLLPRE)icule$(ICUDLLPOST)           >> $@
-+    @-echo $(DLLPRE)icudata$(ICUDLLPOST)         >> $@
-+    @-echo sax$(UNODLLPOST)                      >> $@
-+    @-echo gconfbe1$(UNODLLPOST)                 >> $@
-+    @-echo fsstorage$(UNODLLPOST)                >> $@
-+    @-echo desktopbe$(UNODLLPOST)                >> $@
-+    @-echo localebe1$(UNODLLPOST)                >> $@
-+    @-echo ucpexpand1$(UNODLLPOST)               >> $@
-+# uno bits
-+    @-echo $(DLLPRE)reg$(DLLPOST)                >> $@
-+    @-echo $(DLLPRE)store$(DLLPOST)              >> $@
-+# stoc bits
-+    @-echo bootstrap$(UNODLLPOST)                >> $@
-+    @-echo reflection$(UNODLLPOST)               >> $@
-+    @-echo stocservices$(UNODLLPOST)             >> $@
-     @-echo $(DLLPRE)sfx$(DFTDLLPOST)   >> $@
-     @-echo $(DLLPRE)sofficeapp$(DLLPOST) >> $@
--- 
-1.7.0.1
-


More information about the Libreoffice-commits mailing list