Commit Graph

3217 Commits

Author SHA1 Message Date
Andras Timar
af0e727b5d fix a typo (BN instead of BN_IN) 2012-04-14 14:24:06 +02:00
David Tardon
4d6a36dd0c renaming dlls makes little sense on windows 2012-04-13 16:27:18 +02:00
David Tardon
0a4ef46525 rhbz#809466 change soname of bundled redland libs 2012-04-13 10:27:10 +02:00
Rene Engelhard
28f6fedd11 actually add gid_File_Lib_CDRImport to gid_Module_Optional_Grfflt 2012-04-09 15:37:54 +02:00
Stephan Bergmann
7a56eef989 Clean up optional online update module
* The updatecheckui lib is part of that module; should its scp entry also be
marked ComponentCondition="ISCHECKFORPRODUCTUPDATES=1"?

* unpack_update (and other scripts as well?) need only be generated if
ENABLE_ONLINE_UPDATE.

* It is inconsistent that there is a distinct onlineupdate.xcd not merged into
main.xcd, while the updchk and updatecheckui component files are merged into
the global services.rdb.

* The updchk res file should also go into (a resource sub-module of) the
optional online update module.
2012-04-05 21:10:57 +02:00
Matúš Kukan
19b7edb9c6 fps_kde and fps_kde4 are no more 2012-04-03 02:09:09 +02:00
Andras Timar
45295f3cdc don't install 32-bit shell extensions on 64-bit Windows 2012-03-27 15:40:15 +02:00
Michael Stahl
9345437f36 .txt files don't need executable bits 2012-03-23 21:58:18 +01:00
Stephan Bergmann
b0c1c3060a Removed unused directories 2012-03-23 16:20:18 +01:00
Andras Timar
fb067f9bb2 replace OpenOffice.org to LibreOffice in registry keys 2012-03-23 11:45:18 +01:00
Tor Lillqvist
2a1171929e chmod -x 2012-03-21 13:00:45 +02:00
Andras Timar
d03aead7ed remove unused xpdinstaller module 2012-03-20 16:09:21 +01:00
Stephan Bergmann
c08e789d3a Copy/paste typo 2012-03-19 09:53:12 +01:00
David Tardon
28eaee81ac mingw: check for jpeg dll 2012-03-19 09:22:51 +01:00
David Tardon
9339da8659 mingw: check for system iconv dll
libxslt in Fedora mingw packages depends on it.
2012-03-19 09:22:51 +01:00
David Tardon
1f09f96e95 mingw: allow use of system zlib 2012-03-18 21:23:41 +01:00
David Tardon
1118f57582 mingw: avoid hardcoded dll versions and deps
The idea is to use libo_MINGW_CHECK_DLL for libs that must be available
(typically that would be the "main" library, e.g., libxml2 or libcurl)
and libo_MINGW_TRY_DLL for possible dependencies (that may not be the
same on different systems). All further references to the dlls are
exclusively through the configured variables or defines set from these
variables (e.g., instead of hardcoding libxml2-2.dll, use
$(MINGW_LIBXML2_DLL)).

The macros are documented in m4/mingw.m4 .

Files that must be changed when adding a new dll:
* configure.in
* config_host.mk.in
* external/mingw-dlls/makefile.mk
* scp2/source/ooo/makefile.mk
* scp2/source/ooo/mingw_dlls.scp
2012-03-18 21:23:40 +01:00
Michael Stahl
5142e628b5 fdo#47246: fpicker: merge fop library into fps:
Since nobody seems to know why these are separate, merge fop into fps.
In case this untested change doesn't work out it should be reverted :)
2012-03-14 16:23:55 +01:00
Fridrich Štrba
8b0be97f13 Define SYSTEM_LCMS2 in scp2 when appropriate 2012-03-09 13:56:18 +01:00
Fridrich Štrba
88b848092c Package lcms2 if internal one is used 2012-03-09 09:49:37 +01:00
Tor Lillqvist
37a6cf755a Check SOLAR_JAVA for gid_Shortcut_Lib_Hsqldb_2 2012-03-08 23:06:01 +02:00
Tor Lillqvist
c3fe8e2fd5 Obey DISABLE_SCRIPTING 2012-03-08 23:06:00 +02:00
Caolán McNamara
7ab0fad566 need to remove i18npaper from install lib list 2012-03-08 12:02:39 +00:00
Matúš Kukan
0138d85a6f fix library name 2012-03-07 15:32:43 +01:00
Andras Timar
5ce699f0c8 fdo#46508 use ISCHECKFORPRODUCTUPDATES property for online update
ISCHECKFORPRODUCTUPDATES is a de-facto standard for enabling or
disabling Online Update feature. We had this property but it was
unused for a long time. Now LibreOffice can be installed with
msiexec /i LibO<version>.msi ISCHECKFORPRODUCTUPDATES=0 in order
to disable Online Update feature.
2012-03-06 16:15:58 +01:00
Caolán McNamara
4564f9c207 Resolves: rhbz#799525 put flat odf mimetypes in xsltfilter.desktop 2012-03-06 12:39:38 +00:00
Andras Timar
05bc9c87a8 Add Bengali (India) UI translation 2012-03-06 11:59:36 +01:00
Andras Timar
bd2b353f66 add Amharic (am) UI translation 2012-02-29 16:04:56 +01:00
Petr Mladek
550cc3e9db pack libstdc++ and libgcc_s only in the new stdlibs subpackage (fdo#46658)
The older commit moved the gid's definition in the file list but it did not
move it in the module list.
2012-02-27 12:27:59 +01:00
Andras Timar
06dd0fda38 fdo#46377 BASISINSTALLLOCATION = INSTALLLOCATION 2012-02-24 11:46:39 +01:00
Korrawit Pruegsanusak
e10aed115b glib and gettext are only needed when ENABLE_LIBRSVG
Although 'gettext' is a 'cross_toolset' dependency, it seems irrelevant.
See http://lists.freedesktop.org/archives/libreoffice/2012-February/025771.html
2012-02-23 22:58:08 +07:00
Caolán McNamara
d5c14a99dc just link to HelpIndexer 2012-02-23 10:31:20 +00:00
Caolán McNamara
8f6321b775 use different OUString ctor for RTL_TEXTENCODING_UCS4 2012-02-23 10:31:19 +00:00
Caolán McNamara
15704e6319 bootstrap replacement c++ help component 2012-02-23 10:31:15 +00:00
Petr Mladek
98c5fe7cb9 Fix build of the optional stdlibs package on Linux 2012-02-22 15:12:44 +01:00
Jesús Corrius
1f6e33c7c3 Revert "Update header license for Fridrich", as the old license was a more accurate representation of reality.
This reverts commit 1dd5b99125.
2012-02-22 11:05:42 +01:00
Jesús Corrius
1dd5b99125 Update header license for Fridrich 2012-02-22 10:28:24 +01:00
Fridrich Štrba
91f255df4e Separate stdlib package (work in progress) 2012-02-22 10:12:42 +01:00
David Tardon
fcba36f109 move binfilter mime types into extra .desktop file 2012-02-21 12:40:36 +01:00
Riccardo Magliocchetti
e125c8fa82 Put HEADLESS definition under LIBO namespace
tml reminds us that use a generic and potentially clash-prone word
like HEADLESS as preprocessor defintion is pretty lame.
He suggests to put it under the already used LIBO namespace.
To sum it up let's do a s/HEADLESS/LIBO_HEADLESS/g.
2012-02-21 12:46:28 +02:00
Caolán McNamara
af9709c3cb remove adabas/adabasui 2012-02-19 13:38:45 +00:00
Riccardo Magliocchetti
2130deb2d1 Introduce headless switch for X / cairo / toolkit less build
The plan is to reduce dependencies to be easier to deploy
libreoffice server side in headless mode.
2012-02-17 16:44:56 +00:00
Rene Engelhard
d40a7f18a8 make gengal work again 2012-02-17 16:40:47 +01:00
Andras Timar
2786c354ce fdo#46167 fix path of shell extension dll in registry 2012-02-17 12:59:52 +01:00
David Tardon
096f2b849c merge feature/gbuild_java 2012-02-17 08:34:22 +01:00
Andras Timar
6327c6d49b put LibreOffice (start center) to Win7 Start menu instead of Base
As Asa Dotzler kindly pointed out in his blog, it was a bit
awkward to put Base - the less used application - into
frequently used program icon area of Windows 7 start menu. It was
not a design decision, Sbase preceded Soffice, that was all.
Let's use LibreOffice instead of Soffice, and voilà, problem solved.
2012-02-16 10:27:04 +01:00
Michael Stahl
9c4581a6b6 fdo#45530: scp2: java accessibilty bridge cleanup:
AFAIK java_uno_accessbridge.jar is only required on WNT.
Also remove the duplicate old definition of gid_File_Jar_Accessbridge
that was effectively disabled by 6fdde9acfd.
2012-02-15 13:17:19 +01:00
Masataka Shinke
fbe60c9622 fdo#45530: Accessibility does not work on WNT 2012-02-15 13:17:18 +01:00
Stephan Bergmann
2ea723e8ce Revert "Mac OS X uses .dylib and not .so for python modules."
This reverts commit b53a86a567.
Conflicts:
	scp2/source/python/file_python.scp

I assume that the file *shall* be named .so on Mac OS X after all, and that it
actually being named .dylib was a mistake introduced with
a09ce46818 and reverted with
0b1be1ce0e.
2012-02-06 15:53:46 +01:00
Norbert Thiebaud
2e954ee117 WITH_VC_REDIST does not need exporting. it is a SCPDEFS only info 2012-02-05 19:34:03 -06:00