Package: omegat / 3.6.0.10+dfsg-3

Metadata

Package Version Patches format
omegat 3.6.0.10+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 extra jars in new location.patch | (download)

nbproject/project.properties | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 do not specify paths in class-path.

02 add bmsi.util.Diff.patch | (download)

src/bmsi/util/Diff.java | 940 940 + 0 - 0 !
1 file changed, 940 insertions(+)

 add bmsi.util.diff


03 location of help files.patch | (download)

src/org/omegat/help/Help.java | 2 1 + 1 - 0 !
src/org/omegat/util/OConsts.java | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 change location of help files.

04 load installed changelog.patch | (download)

src/org/omegat/help/Help.java | 6 5 + 1 - 0 !
src/org/omegat/util/FileUtil.java | 8 7 + 1 - 0 !
src/org/omegat/util/OConsts.java | 2 1 + 1 - 0 !
3 files changed, 13 insertions(+), 3 deletions(-)

 instead of changes.txt, load the changelog from the standard location


05 update dictzip.patch | (download)

src/org/omegat/core/dictionaries/StarDict.java | 11 4 + 7 - 0 !
1 file changed, 4 insertions(+), 7 deletions(-)

 adapt stardict.java to the current dictzip interface


06 use external hunspell.patch | (download)

build.xml | 4 0 + 4 - 0 !
src/org/omegat/core/spellchecker/SpellChecker.java | 3 2 + 1 - 0 !
src/org/omegat/core/spellchecker/SpellCheckerHunspell.java | 20 2 + 18 - 0 !
src/org/omegat/util/OConsts.java | 4 4 + 0 - 0 !
4 files changed, 8 insertions(+), 23 deletions(-)

 use debian's libhunspell.

07 do not load jmyspell.patch | (download)

src/org/omegat/core/spellchecker/SpellChecker.java | 7 0 + 7 - 0 !
src/org/omegat/core/spellchecker/SpellCheckerJMySpell.java | 71 0 + 71 - 0 !
2 files changed, 78 deletions(-)

 disable jmyspell loading.

JMySpell is not available on Debian. Ideally, we should patch upstream
to use it only if available, but for now we disable it entirely.

08 disable extra dependencies.patch | (download)

manifest-template.mf | 6 0 + 6 - 0 !
src/org/omegat/core/Core.java | 4 2 + 2 - 0 !
src/org/omegat/core/data/RealProject.java | 4 4 + 0 - 0 !
src/org/omegat/core/team/GITRemoteRepository.java | 601 0 + 601 - 0 !
src/org/omegat/core/team/RepositoryUtils.java | 2 2 + 0 - 0 !
src/org/omegat/core/team/SVNRemoteRepository.java | 363 0 + 363 - 0 !
src/org/omegat/gui/dialogs/NewTeamProject.java | 7 5 + 2 - 0 !
src/org/omegat/gui/main/ProjectUICommands.java | 6 2 + 4 - 0 !
src/org/omegat/languagetools/LanguageToolWrapper.java | 186 0 + 186 - 0 !
src/org/omegat/tokenizer/LuceneKoreanTokenizer.java | 68 0 + 68 - 0 !
src/org/omegat/tokenizer/TinySegmenterJapaneseTokenizer.java | 101 0 + 101 - 0 !
11 files changed, 15 insertions(+), 1333 deletions(-)

 strip missing dependencies

Make it possible to build OmegaT without Git/Subversion support and
also without SuperTMXMerge and LanguageTool.


09 tmxreader2.patch | (download)

src/org/omegat/util/TMXReader2.java | 9 5 + 4 - 0 !
1 file changed, 5 insertions(+), 4 deletions(-)

 correctly accept 3-letter lang code

Translations not loaded when first 2 letters of 3-character language codes are the same

https://sourceforge.net/p/omegat/bugs/845/