summaryrefslogtreecommitdiff
path: root/extras/Package_autocorr.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-08-23Resolves fdo#82985 Make generic autocorr files (German/Spanish/Italian)Julien Nabet1-3/+3
I applied a part of the fdo#79276 fix Change-Id: I4716c06bfd25efe45a19295e0f5fd7cd1b8b0568
2014-07-03Resolves fdo#79276 Add fallback system for autocorrection of French variantsJulien Nabet1-1/+1
1) Replace the creation of acor_fr-FR.dat by acor_fr.dat since there's no specific for variants of fr 2) Add a fallback system to use it Change-Id: Ia3e11fff0f266839dc148077b50c1b2f798d1c50 Reviewed-on: https://gerrit.libreoffice.org/9825 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-04Move AutoCorrection files to extras/source/autocorrLaurent Balland-Poirier1-1/+1
Move all files concerning AutoCorrection from extras/source/autotext/lang/{lang}/acor to extras/source/autocorr/lang/{lang} Update CustomTarget_autocorr.mk and Package_autocorr.mk Add missing mimetype files (hr, ja, ko, zh-CN and zh-TW) Change-Id: Ic33575d0ce9df294e8a809f7e1605238aaa55ec3 Reviewed-on: https://gerrit.libreoffice.org/9599 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-09Resolves: fdo#73544 rename acor_ca to acor-ca-ESCaolán McNamara1-1/+1
some more investigation into why bare language autocorrect files are accepted needed but this is a reasonably safe backportable to 4-2 fix Change-Id: Ia294219e3c9d98710c6727238cedc15b040b408d
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl1-2/+0
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
2013-09-23Try to fix cross-compilationTor Lillqvist1-1/+1
Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
2013-09-12renamed sh-* to sr-Latn-* and *-YU to *-CSEike Rathke1-4/+4
Change-Id: I442c4d1b8f1a03c19bd119144413c9ac316b4a4c
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann1-1/+1
Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X, where it is $(INSTDIR)/LibreOffice.app/Contents. Most stuff ends up there (so most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK- related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME). (And GeneratedPackage needed to be made more flexible, to allow for packages that go into either of those two places.) For Android and iOS, gb_INSTROOT probably still needs to be set. The most obvious missing thing yet to make instdir work for Mac OS X is the instdir/*/LibreOffice.app/Contents/ure/ vs. instdir/*/LibreOffice.app/Contents/ure-link/ split. Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist1-1/+1
Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
2013-06-28Add Romanian auto correct words. The testbuild works fine.Nagy Akos1-0/+1
Change-Id: Id2054b4907a1c799cb96ebea683fb000c4c79884 Reviewed-on: https://gerrit.libreoffice.org/4562 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-12Add Icelandic autocorrection support, Only SentenceExceptList.xml for now.Björgvin Ragnarsson1-0/+1
List of abbreviations is from https://is.wiktionary.org/wiki/Flokkur:%C3%8Dslenskar_skammstafanir Change-Id: Icaf8f611d0ceb46774e580ac1e8c3a57e786c28b Reviewed-on: https://gerrit.libreoffice.org/3862 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-05move autocorr.zip to packageDavid Tardon1-0/+59
Change-Id: Ia032d3cb3c41a654ab42b9fe5b2d79bc7ca713f1 Reviewed-on: https://gerrit.libreoffice.org/3150 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>