[Libreoffice-commits] .: Repository.mk

2012-04-13 Thread Caolán McNamara
 Repository.mk |1 -
 1 file changed, 1 deletion(-)

New commits:
commit cb5299e5ea3ea46ebdce93c18c20f190a2b7b16e
Author: Caolán McNamara caol...@redhat.com
Date:   Fri Apr 13 13:31:21 2012 +0100

already registered in RepositoryExternal.mk

diff --git a/Repository.mk b/Repository.mk
index 1e42341..52dee49 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -570,7 +570,6 @@ $(eval $(call 
gb_Helper_register_static_libraries,PLAINLIBS, \
 $(if $(filter $(OS),WNT), \
 odma_lib \
 ) \
-   z \
 ))
 
 ifeq ($(OS),WNT)
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Repository.mk

2012-03-18 Thread Matus Kukan
 Repository.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 46dbbe4bc1d53f1e38fc7c407f6d5b5ebb2ae708
Author: Matúš Kukan matus.ku...@gmail.com
Date:   Mon Mar 19 00:08:01 2012 +0100

emser belongs to OOOLIBS

diff --git a/Repository.mk b/Repository.mk
index 6f1b12c..8e9b6d9 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -205,6 +205,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
 editeng \
 egi \
 eme \
+emser \
 epb \
 epg \
 epp \
@@ -408,7 +409,6 @@ ifeq ($(OS),WNT)
 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
 dnd \
 dtrans \
-emser \
 fop \
 fps \
 ftransl \
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Repository.mk desktop/Executable_sbase.mk desktop/Executable_scalc.mk desktop/Executable_sdraw.mk desktop/Executable_simpress.mk desktop/Executable_smath.mk desktop/Executable

2012-03-14 Thread Michael Stahl
 Repository.mk|4 +++
 desktop/Executable_sbase.mk  |9 +++-
 desktop/Executable_scalc.mk  |9 +++-
 desktop/Executable_sdraw.mk  |9 +++-
 desktop/Executable_simpress.mk   |9 +++-
 desktop/Executable_smath.mk  |9 +++-
 desktop/Executable_sweb.mk   |9 +++-
 desktop/Executable_swriter.mk|9 +++-
 desktop/Module_desktop.mk|1 
 desktop/StaticLibrary_winlauncher.mk |   38 +++
 10 files changed, 71 insertions(+), 35 deletions(-)

New commits:
commit 5cc6398985181574b68ab15386176fb806386490
Author: Michael Stahl mst...@redhat.com
Date:   Wed Mar 14 12:30:53 2012 +0100

fdo#47246: desktop: factor out a winlauncher static library

diff --git a/Repository.mk b/Repository.mk
index ee6835c..351a365 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -83,6 +83,10 @@ $(eval $(call gb_Helper_register_executables,OOO,\
unopkgio \
 ))
 
+$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
+   winlauncher \
+))
+
 else
 
 $(eval $(call gb_Helper_register_executables,OOO,\
diff --git a/desktop/Executable_sbase.mk b/desktop/Executable_sbase.mk
index 37738a0..f3caf5b 100644
--- a/desktop/Executable_sbase.mk
+++ b/desktop/Executable_sbase.mk
@@ -29,10 +29,6 @@ $(eval $(call gb_Executable_Executable,sbase))
 
 $(eval $(call gb_Executable_set_targettype_gui,sbase,YES))
 
-$(eval $(call gb_Executable_set_include,sbase,\
-$$(INCLUDE) \
-))
-
 $(eval $(call gb_Executable_add_defs,sbase,\
 -DUNICODE \
 ))
@@ -41,8 +37,11 @@ $(eval $(call gb_Executable_add_linked_libs,sbase,\
 $(gb_STDLIBS) \
 ))
 
+$(eval $(call gb_Executable_add_linked_static_libs,sbase,\
+winlauncher \
+))
+
 $(eval $(call gb_Executable_add_noexception_objects,sbase,\
-desktop/win32/source/applauncher/launcher \
 desktop/win32/source/applauncher/sbase \
 ))
 
diff --git a/desktop/Executable_scalc.mk b/desktop/Executable_scalc.mk
index ec72742..3c9990b 100644
--- a/desktop/Executable_scalc.mk
+++ b/desktop/Executable_scalc.mk
@@ -29,10 +29,6 @@ $(eval $(call gb_Executable_Executable,scalc))
 
 $(eval $(call gb_Executable_set_targettype_gui,scalc,YES))
 
-$(eval $(call gb_Executable_set_include,scalc,\
-$$(INCLUDE) \
-))
-
 $(eval $(call gb_Executable_add_defs,scalc,\
 -DUNICODE \
 ))
@@ -41,8 +37,11 @@ $(eval $(call gb_Executable_add_linked_libs,scalc,\
 $(gb_STDLIBS) \
 ))
 
+$(eval $(call gb_Executable_add_linked_static_libs,scalc,\
+winlauncher \
+))
+
 $(eval $(call gb_Executable_add_noexception_objects,scalc,\
-desktop/win32/source/applauncher/launcher \
 desktop/win32/source/applauncher/scalc \
 ))
 
diff --git a/desktop/Executable_sdraw.mk b/desktop/Executable_sdraw.mk
index 24fec0e..dcea97d 100644
--- a/desktop/Executable_sdraw.mk
+++ b/desktop/Executable_sdraw.mk
@@ -29,10 +29,6 @@ $(eval $(call gb_Executable_Executable,sdraw))
 
 $(eval $(call gb_Executable_set_targettype_gui,sdraw,YES))
 
-$(eval $(call gb_Executable_set_include,sdraw,\
-$$(INCLUDE) \
-))
-
 $(eval $(call gb_Executable_add_defs,sdraw,\
 -DUNICODE \
 ))
@@ -41,8 +37,11 @@ $(eval $(call gb_Executable_add_linked_libs,sdraw,\
 $(gb_STDLIBS) \
 ))
 
+$(eval $(call gb_Executable_add_linked_static_libs,sdraw,\
+winlauncher \
+))
+
 $(eval $(call gb_Executable_add_noexception_objects,sdraw,\
-desktop/win32/source/applauncher/launcher \
 desktop/win32/source/applauncher/sdraw \
 ))
 
diff --git a/desktop/Executable_simpress.mk b/desktop/Executable_simpress.mk
index f0b7241..ab0cbc0 100644
--- a/desktop/Executable_simpress.mk
+++ b/desktop/Executable_simpress.mk
@@ -29,10 +29,6 @@ $(eval $(call gb_Executable_Executable,simpress))
 
 $(eval $(call gb_Executable_set_targettype_gui,simpress,YES))
 
-$(eval $(call gb_Executable_set_include,simpress,\
-$$(INCLUDE) \
-))
-
 $(eval $(call gb_Executable_add_defs,simpress,\
 -DUNICODE \
 ))
@@ -41,8 +37,11 @@ $(eval $(call gb_Executable_add_linked_libs,simpress,\
 $(gb_STDLIBS) \
 ))
 
+$(eval $(call gb_Executable_add_linked_static_libs,simpress,\
+winlauncher \
+))
+
 $(eval $(call gb_Executable_add_noexception_objects,simpress,\
-desktop/win32/source/applauncher/launcher \
 desktop/win32/source/applauncher/simpress \
 ))
 
diff --git a/desktop/Executable_smath.mk b/desktop/Executable_smath.mk
index ff73c2a..fe1607b 100644
--- a/desktop/Executable_smath.mk
+++ b/desktop/Executable_smath.mk
@@ -29,10 +29,6 @@ $(eval $(call gb_Executable_Executable,smath))
 
 $(eval $(call gb_Executable_set_targettype_gui,smath,YES))
 
-$(eval $(call gb_Executable_set_include,smath,\
-$$(INCLUDE) \
-))
-
 $(eval $(call gb_Executable_add_defs,smath,\
 -DUNICODE \
 ))
@@ -41,8 +37,11 @@ $(eval $(call gb_Executable_add_linked_libs,smath,\
 $(gb_STDLIBS) \
 ))
 
+$(eval $(call gb_Executable_add_linked_static_libs,smath,\
+winlauncher \
+))
+
 $(eval $(call 

[Libreoffice-commits] .: Repository.mk vcl/Library_vclplug_gtk3.mk vcl/Library_vclplug_svp.mk vcl/Module_vcl.mk vcl/StaticLibrary_headless.mk

2012-03-13 Thread Stephan Bergmann
 Repository.mk |1 
 vcl/Library_vclplug_gtk3.mk   |   11 +++-
 vcl/Library_vclplug_svp.mk|   11 +++-
 vcl/Module_vcl.mk |2 +
 vcl/StaticLibrary_headless.mk |   54 ++
 5 files changed, 65 insertions(+), 14 deletions(-)

New commits:
commit f33b3791edf7ae8eba979c16d3338ef7c0b4a768
Author: Stephan Bergmann sberg...@redhat.com
Date:   Tue Mar 13 18:36:02 2012 +0100

Related fdo#47246: Extract objects used in both svp and gtk3 plugins

diff --git a/Repository.mk b/Repository.mk
index 1b66b02..ee6835c 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -520,6 +520,7 @@ $(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
 $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
 basegfx_s \
 dtobj \
+headless \
 libeay32 \
 npsoenv \
 nputils \
diff --git a/vcl/Library_vclplug_gtk3.mk b/vcl/Library_vclplug_gtk3.mk
index d35787a..0cc3c23 100644
--- a/vcl/Library_vclplug_gtk3.mk
+++ b/vcl/Library_vclplug_gtk3.mk
@@ -111,13 +111,10 @@ $(eval $(call 
gb_Library_add_exception_objects,vclplug_gtk3,\
 vcl/unx/gtk3/gdi/gtk3salprn-gtk \
 vcl/unx/gtk3/window/gtk3gtkframe \
 vcl/unx/gtk3/window/gtk3gtkobject \
-vcl/headless/svpbmp \
-vcl/headless/svpdummies \
-vcl/headless/svpelement \
-vcl/headless/svpframe \
-vcl/headless/svpprn \
-vcl/headless/svptext \
-vcl/headless/svpvd \
+))
+
+$(eval $(call gb_Library_add_linked_static_libs,vclplug_gtk3,\
+headless \
 ))
 
 ifeq ($(OS),LINUX)
diff --git a/vcl/Library_vclplug_svp.mk b/vcl/Library_vclplug_svp.mk
index 8bb14d6..e0c5a00 100644
--- a/vcl/Library_vclplug_svp.mk
+++ b/vcl/Library_vclplug_svp.mk
@@ -71,16 +71,13 @@ $(eval $(call gb_Library_use_externals,vclplug_svp,\
 ))
 
 $(eval $(call gb_Library_add_exception_objects,vclplug_svp,\
-vcl/headless/svpbmp \
-vcl/headless/svpdummies \
-vcl/headless/svpelement \
-vcl/headless/svpframe \
 vcl/headless/svpgdi \
 vcl/headless/svpinst \
 vcl/headless/svpdata \
-vcl/headless/svpprn \
-vcl/headless/svptext \
-vcl/headless/svpvd \
+))
+
+$(eval $(call gb_Library_add_linked_static_libs,vclplug_svp,\
+headless \
 ))
 
 ifeq ($(OS),LINUX)
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index 7ec9395..dfd0e34 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -42,6 +42,7 @@ $(eval $(call gb_Module_add_targets,vcl,\
 Library_vclplug_svp \
 Library_vclplug_gen \
 Library_desktop_detector \
+StaticLibrary_headless \
 ))
 
 ifneq ($(ENABLE_GTK),)
@@ -70,6 +71,7 @@ endif
 ifeq ($(GUIBASE),headless)
 $(eval $(call gb_Module_add_targets,vcl,\
 Library_vclplug_svp \
+StaticLibrary_headless \
 ))
 endif
 
diff --git a/vcl/StaticLibrary_headless.mk b/vcl/StaticLibrary_headless.mk
new file mode 100644
index 000..bea6fed
--- /dev/null
+++ b/vcl/StaticLibrary_headless.mk
@@ -0,0 +1,54 @@
+##
+## Version: MPL 1.1 / GPLv3+ / LGPLv3+
+##
+## The contents of this file are subject to the Mozilla Public License Version
+## 1.1 (the License); you may not use this file except in compliance with
+## the License or as specified alternatively below. You may obtain a copy of
+## the License at http://www.mozilla.org/MPL/
+##
+## Software distributed under the License is distributed on an AS IS basis,
+## WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+## for the specific language governing rights and limitations under the
+## License.
+##
+## Major Contributor(s):
+## [ Copyright (C) 2012 Red Hat, Inc., Stephan Bergmann sberg...@redhat.com
+##   (initial developer) ]
+##
+## All Rights Reserved.
+##
+## For minor contributions see the git repository.
+##
+## Alternatively, the contents of this file may be used under the terms of
+## either the GNU General Public License Version 3 or later (the GPLv3+), or
+## the GNU Lesser General Public License Version 3 or later (the LGPLv3+),
+## in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+## instead of those above.
+##
+
+$(eval $(call gb_StaticLibrary_StaticLibrary,headless))
+
+$(eval $(call gb_StaticLibrary_add_api,headless,\
+offapi \
+udkapi \
+))
+
+$(eval $(call gb_StaticLibrary_add_cxxflags,headless,\
+$$(FREETYPE_CFLAGS) \
+))
+
+$(eval $(call gb_StaticLibrary_add_exception_objects,headless,\
+vcl/headless/svpbmp \
+vcl/headless/svpdummies \
+vcl/headless/svpelement \
+vcl/headless/svpframe \
+vcl/headless/svpprn \
+vcl/headless/svptext \
+vcl/headless/svpvd \
+))
+
+$(eval $(call gb_StaticLibrary_set_include,headless,\
+$$(INCLUDE) \
+-I$(SRCDIR)/vcl/inc \
+-I$(SRCDIR)/solenv/inc \
+))
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Repository.mk

2012-02-10 Thread Norbert Thiebaud
 Repository.mk |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

New commits:
commit 6996d7c2ebcf9320cda713e512e200bcbead4c6c
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Fri Feb 10 17:02:37 2012 -0600

Revert Repository.mk: move test libraries to PLAINLIBS_NONE

This reverts commit 6396ab80dbb0fd60536c42e9c66b568f1e31418a.
per the author's request

diff --git a/Repository.mk b/Repository.mk
index de2a1eb..5adc794 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -314,13 +314,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
 
 endif
 
-$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
-subsequenttest \
-test \
-unoexceptionprotector \
-unotest \
-))
-
 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
 sal_textenc \
 xmlreader \
@@ -351,6 +344,8 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
 sofficeapp \
 srtrs1 \
 store \
+subsequenttest \
+test \
 textconv_dict \
 ucb1 \
 ucpdav1 \
@@ -358,7 +353,9 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
 ucpftp1 \
 ucphier1 \
 ucppkg1 \
+unoexceptionprotector \
 unopkgapp \
+unotest \
 unsafe_uno \
 updchk \
 xmlsecurity \
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Repository.mk

2012-01-12 Thread Matus Kukan
 Repository.mk |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 68b08a11babb7274048ef836a078959d126c97b7
Author: Matúš Kukan matus.ku...@gmail.com
Date:   Thu Jan 12 18:33:33 2012 +0100

ops, also adapt registering of the executable

diff --git a/Repository.mk b/Repository.mk
index 38a52d5..ac24a61 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -101,9 +101,15 @@ endif
 
 endif
 
-ifneq ($(WITH_MOZILLA),NO)
+ifeq ($(ENABLE_NSPLUGIN),YES)
+$(eval $(call gb_Helper_register_executables,OOO,\
+nsplugin \
+))
+
+endif
+
+ifeq ($(WITH_MOZILLA),YES)
 $(eval $(call gb_Helper_register_executables,OOO,\
-   nsplugin \
 pluginapp.bin \
 ))
 $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Repository.mk

2012-01-10 Thread Michael Stahl
 Repository.mk |7 +++
 1 file changed, 7 insertions(+)

New commits:
commit b75ac42a1d27ddb3a8b7fe7f18126ae14049b4a4
Author: Michael Stahl mst...@redhat.com
Date:   Tue Jan 10 21:00:14 2012 +0100

Repository.mk: some special executable names on WNT

diff --git a/Repository.mk b/Repository.mk
index f030d16..419ff4f 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -76,10 +76,17 @@ $(eval $(call gb_Helper_register_executables,OOO,\
 
 else
 
+ifeq ($(OS_FOR_BUILD),WNT)
+$(eval $(call gb_Helper_register_executables,OOO,\
+   soffice_bin \
+   unopkg_bin \
+))
+else
 $(eval $(call gb_Helper_register_executables,OOO,\
soffice.bin \
unopkg.bin \
 ))
+endif
 
 ifeq ($(OS),MACOSX)
 
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Repository.mk

2012-01-10 Thread Norbert Thiebaud
 Repository.mk |  364 +-
 1 file changed, 182 insertions(+), 182 deletions(-)

New commits:
commit c48bac19685d3a66a9abeba8477e1b763a6b13bf
Author: Norbert Thiebaud nthieb...@gmail.com
Date:   Tue Jan 10 16:11:20 2012 -0600

cosmetic: clean-up tab/space mix.

diff --git a/Repository.mk b/Repository.mk
index 419ff4f..3cc7a38 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -79,25 +79,25 @@ else
 ifeq ($(OS_FOR_BUILD),WNT)
 $(eval $(call gb_Helper_register_executables,OOO,\
soffice_bin \
-   unopkg_bin \
+unopkg_bin \
 ))
 else
 $(eval $(call gb_Helper_register_executables,OOO,\
-   soffice.bin \
-   unopkg.bin \
+soffice.bin \
+unopkg.bin \
 ))
 endif
 
 ifeq ($(OS),MACOSX)
 
 $(eval $(call gb_Helper_register_executables,OOO,\
-   officeloader \
+officeloader \
 ))
 
 else
 
 $(eval $(call gb_Helper_register_executables,OOO,\
-   oosplash \
+oosplash \
 ))
 
 endif
@@ -107,10 +107,10 @@ endif
 ifneq ($(WITH_MOZILLA),NO)
 $(eval $(call gb_Helper_register_executables,OOO,\
nsplugin \
-   pluginapp.bin \
+pluginapp.bin \
 ))
 $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
-   pl \
+pl \
 ))
 endif # WITH_MOZILLA
 
@@ -124,31 +124,31 @@ $(eval $(call 
gb_Helper_register_libraries,PLAINLIBS_NONE, \
 endif
 
 $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
-   PptImporter \
-   abp \
-   adabas \
-   adabasui \
-   acc \
-   agg \
-   analysis \
-   animcore \
-   basctl \
-   basebmp \
-   bib \
-   canvastools \
-   communi \
-   date \
-   evtatt \
-   forui \
-   odbc \
-   odbcbase \
-   officebean \
-   oox \
-   ooxml \
-   sdbc \
+PptImporter \
+abp \
+adabas \
+adabasui \
+acc \
+agg \
+analysis \
+animcore \
+basctl \
+basebmp \
+bib \
+canvastools \
+communi \
+date \
+evtatt \
+forui \
+odbc \
+odbcbase \
+officebean \
+oox \
+ooxml \
+sdbc \
 AppleRemote \
 avmedia \
-   avmediaQuickTime \
+avmediaQuickTime \
 basegfx \
 chartcontroller \
 chartmodel \
@@ -160,7 +160,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
 dba \
 dbaxml \
 dbmm \
-   dbp \
+dbp \
 dbtools \
 dbu \
 deploymentmisc \
@@ -168,19 +168,19 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
 doctok \
 drawinglayer \
 editeng \
-   egi \
-   eme \
-   epb \
-   epg \
-   epp \
-   eps \
-   ept \
-   era \
-   eti \
-   exp \
-   filterconfig \
-   filtertracer \
-   flash \
+egi \
+eme \
+epb \
+epg \
+epp \
+eps \
+ept \
+era \
+eti \
+exp \
+filterconfig \
+filtertracer \
+flash \
 for \
 frm \
 fwe \
@@ -188,46 +188,46 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
 fwk \
 fwl \
 fwm \
-   guesslang \
+guesslang \
 helplinker \
 hwp \
-   hyphen \
+hyphen \
 i18npaper \
 i18nregexp \
-   icd \
-   icg \
-   idx \
-   ime \
-   ipb \
-   ipd \
-   ips \
-   ipt \
-   ipx \
-   ira \
-   itg \
-   iti \
+icd \
+icg \
+idx \
+ime \
+ipb \
+ipd \
+ips \
+ipt \
+ipx \
+ira \
+itg \
+iti \
 lng \
-   lnth \
-   log \
+lnth \
+log \
 lwpft \
-   MacOSXSpell \
+MacOSXSpell \
 merged \
 msfilter \
 msword \
-   msworks \
-   odfflatxml \
+msworks \
+odfflatxml \
 offacc \
-   pcr \
-   pdffilter \
-   placeware \
-   protocolhandler \
+pcr \
+pdffilter \
+placeware \
+protocolhandler \
 qstart_gtk \
-   res \
+res \
 resourcemodel \
 rpt \
 rptui \
 rptxml \
-   rtftok \
+rtftok \
 sax \
 sb \
 sc \
@@ -244,13 +244,13 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
 simplecm \
 sm \
 smd \
-   solver \
+solver \
 sot \
 spa \
-   spell \
+spell \
 spl \
 sts \
-   svgfilter \
+svgfilter \
 svl \
 svt \
 svx \
@@ -258,7 +258,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
 sw \
 swd \
 swui \
-   t602filter \
+t602filter \
 textconversiondlgs \
 tk \
 tl \
@@ -266,7 +266,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
 unoxml \
 updatecheckui \
 utl \
-   uui \
+uui \
 vbahelper \
 vcl \
 vclplug_gen \
@@ -275,19 +275,19 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
 vclplug_kde \
 vclplug_kde4 \
 vclplug_svp \
-   cdrimport \
-   visioimport \
-   wpft \
-   wpgimport \
+cdrimport \
+visioimport \
+wpft \
+wpgimport \

[Libreoffice-commits] .: Repository.mk

2011-12-19 Thread Stephan Bergmann
 Repository.mk |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4b7af200ed9d85f690be425b3a44f9696abe619e
Author: Stephan Bergmann sberg...@redhat.com
Date:   Mon Dec 19 12:15:21 2011 +0100

typesconfig missing from Repository.mk

diff --git a/Repository.mk b/Repository.mk
index 8447c5b..0927b30 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -41,6 +41,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \
 saxparser \
 so_checksum \
 svidl \
+typesconfig \
 xml2cmp \
 ))
 
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Repository.mk

2011-12-19 Thread Stephan Bergmann
 Repository.mk |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9a4dfa9f95cd142fe12e4d2e02226152a80baf17
Author: Stephan Bergmann sberg...@redhat.com
Date:   Mon Dec 19 12:51:27 2011 +0100

cppunittester missing from Repository.mk

diff --git a/Repository.mk b/Repository.mk
index 0927b30..c297edd 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -30,6 +30,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \
 bestreversemap \
 bmp \
 bmpsum \
+cppunit/cppunittester \
 g2g \
 gencoll_rule \
 genconv_dict \
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Repository.mk

2011-09-27 Thread Tor Lillqvist
 Repository.mk |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5e9b48bd17b7e360c35407ad56bf202ac4260277
Author: Tor Lillqvist t...@iki.fi
Date:   Tue Sep 27 15:30:38 2011 +0300

Add bestreversemap

diff --git a/Repository.mk b/Repository.mk
index a161c0e..73e591f 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -30,6 +30,7 @@ $(eval $(call gb_Helper_register_repository,SRCDIR))
 
 
 $(eval $(call gb_Helper_register_executables,NONE, \
+bestreversemap \
 bmp \
 bmpsum \
 g2g \
___
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits