ibus-table/add-engine-chinese_variants.py-to-engine-Makefile.in.patch
Mike FABIAN 17882b4e15 update to 1.5.0 and add patches for better simplified/traditional Chinese detection
- update to latest upstream 1.5.0  from Caius ‘kaio’ Chance’s repository
- add patches for better simplified/traditional Chinese detection
- Resolves: #857967 - simplified/traditional Chinese detection in ibus-table does not work well
2013-01-28 17:12:52 +01:00

13 lines
401 B
Diff

diff -ru ibus-table-1.5.0/engine/Makefile.in ibus-table-1.5.0/engine/Makefile.in
--- ibus-table-1.5.0/engine/Makefile.in 2013-01-28 15:43:30.000000000 +0100
+++ ibus-table-1.5.0/engine/Makefile.in 2013-01-28 17:10:33.749435024 +0100
@@ -254,6 +254,7 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
engine_table_PYTHON = \
+ chinese_variants.py \
factory.py \
main.py \
table.py \