diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-05-04 10:22:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-05-04 10:31:32 +0300 |
commit | c1293a13b0e98eae5a2e12e59693bdfbf93b6dc9 (patch) | |
tree | 81fa53ce37af038308ab9f812eefc7953f44888c | |
parent | fb027f0f556c48e42a08059c8e92c3bfc0f52209 (diff) |
Add a distro-config file for LibreOffice Vanilla on the Mac App Store
In addition to the options in this file, the following are present in
our autogen.input for the 6.0 branch:
--disable-ccache
--enable-macosx-code-signing=<redacted>
--enable-macosx-package-signing=<redacted>
--with-external-tar=/Users/tml/lo/src
--with-lang=bg br ca ca-valencia cy cs da de el en-US en-GB es et eu fi fr ga gd gl hr hu id is it ja km lt lv nb nl nn pl pt\
pt-BR ro ru sk sl sv ta tr uk zh-CN zh-TW
--with-macosx-bundle-identifier=com.collabora.libreoffice-free
--with-product-name=LibreOffice Vanilla
--with-package-version=<depends on version>
--with-referenced-git=/Users/tml/lo/core
--without-parallelism
The language list is a guesstimate of what localisations are good
enough. Suggestions of languages that should be dropped (or added)
welcome.
(We don't want a language with immediately visible holes (in top level
menus or common dialogs) in the translation coverage. That is an
insult to a user who would want to use that language and worse than
not providing a localisation in that language at all. In my opinion.)
Change-Id: I0dd1c2848cd964f6bf9e17d95d1735b81b235b1c
-rw-r--r-- | distro-configs/LibreOfficeVanillaMacAppStore.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/distro-configs/LibreOfficeVanillaMacAppStore.conf b/distro-configs/LibreOfficeVanillaMacAppStore.conf new file mode 100644 index 000000000000..dfcf54f3c0e0 --- /dev/null +++ b/distro-configs/LibreOfficeVanillaMacAppStore.conf @@ -0,0 +1,23 @@ +--disable-ext-ct2n +--disable-ext-mariadb-connector +--disable-ext-numbertext +--disable-firebird-sdbc +--disable-lotuswordpro +--disable-lpsolve +--disable-neon +--disable-odk +--disable-online-update +--disable-pdfimport +--disable-postgresql-sdbc +--enable-extension-integration +--enable-macosx-sandbox +--enable-mpl-subset +--enable-readonly-installset +--enable-release-build +--enable-symbols +--with-help +--with-myspell-dicts +--with-theme=tango +--with-vendor=Collabora +--without-java +--without-package-format |