Log message:
ibus-table-chinese: update to 1.8.12.
Fixes build.
Release 1.8.12
- Add appdata.xml files
- Convert license tags to SPDX format
- Add .svg icon files for use in appdata.xml files
Release 1.8.11
- Improve punctuation support in jyutping.txt, cantonese.txt, cantonhk.txt, \
cantonyale.txt
(Resolves: https://github.com/mike-fabian/ibus-table-chinese/issues/7)
- Improve “improve_jyutping.py” to allow comments in the table
- Update of jyutping.txt for Unicode 15.0.0 final release
Release 1.8.10
- Improve punctuation support in cangjie5.txt, cangjie3.txt, cangjie-big.txt,
quick5.txt, quick3.txt, quick-classic.txt
(Resolves: https://github.com/kaio/ibus-table/issues/73)
(Resolves: https://github.com/mike-fabian/ibus-table/issues/121)
Release 1.8.9
- Add tones to Jyutping.txt table
(Resolves: https://github.com/mike-fabian/ibus-table-chinese/issues/6)
Tonal markers according to
https://github.com/rime/rime-cantonese/blob/main/README-en.md#tonal-markers
were added:
1. v: High level, e.g. siv → 詩; High level checked, e.g. sikv → 色
2. x: Medium rising, e.g. six → 史
3. q: Medium level, e.g. siq→ 試; Medium level checked, e.g. sekq → 錫
4. vv: Low falling, e.g. sivv → 時
5. xx: Low rising, e.g. sixx → 市
6. qq: Low level, e.g. siqq→ 事; Low level checked, e.g. sikqq → 食
Release 1.8.8
- Add PINYIN_MODE = TRUE to cangjie-big.txt, quick-classic.txt, and erbi.txt
- Make “Traditional Chinese only” the default for quick5
- Improve the quick5.txt table in a similar way the cangjie5.txt
table was recently improved
(Resolves: https://github.com/mike-fabian/ibus-table-chinese/issues/4)
- Build outside of the source tree
(Resolves: https://github.com/mike-fabian/ibus-table-chinese/issues/2)
Release 1.8.7
- Make “Traditional Chinese only” the default for cangjie5
(Resolves https://github.com/mike-fabian/ibus-table-chinese/issues/2)
Release 1.8.6
- Increase serial number of cangjie5.txt and erbi-qs.txt
Release 1.8.5
- add table_extra tag for auxiliary code
(Resolves: https://github.com/definite/ibus-table-chinese/pull/18)
Release 1.8.4
- Another improvement for cangjie5.txt
(Resolves: https://github.com/mike-fabian/ibus-table/issues/87_
- Updated README
(Includes: https://github.com/definite/ibus-table-chinese/pull/17)
- Correct a misplaced non-alphabetic symbol
(Includes: https://github.com/definite/ibus-table-chinese/pull/16)
- Simplify CMakeLists.txt to avoid requiring cmake-fedora
|
Log message:
Remove mk/find-prefix.mk usage from the inputmethod category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.
Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.
Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
|