mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ibus: Don't capitalise pinyin.
* gnu/packages/ibus.scm (ibus-libpinyin, libpinyin)[synopis] [description]: Write `pinyin'.
This commit is contained in:
parent
01bd3b5edd
commit
1f7a84dcc6
1 changed files with 3 additions and 3 deletions
|
@ -183,9 +183,9 @@ (define-public ibus-libpinyin
|
|||
("automake" ,automake)
|
||||
("glib" ,glib "bin")
|
||||
("libtool" ,libtool)))
|
||||
(synopsis "Chinese Pinyin and ZhuYin input methods for IBus")
|
||||
(synopsis "Chinese pinyin and ZhuYin input methods for IBus")
|
||||
(description
|
||||
"This package includes a Chinese Pinyin input method and a Chinese
|
||||
"This package includes a Chinese pinyin input method and a Chinese
|
||||
ZhuYin (Bopomofo) input method based on libpinyin for IBus.")
|
||||
(home-page "https://github.com/libpinyin/ibus-libpinyin")
|
||||
(license gpl2+)))
|
||||
|
@ -230,7 +230,7 @@ (define-public libpinyin
|
|||
("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("libtool" ,libtool)))
|
||||
(synopsis "Library to handle Chinese Pinyin")
|
||||
(synopsis "Library to handle Chinese pinyin")
|
||||
(description
|
||||
"The libpinyin C++ library provides algorithms needed for sentence-based
|
||||
Chinese pinyin input methods.")
|
||||
|
|
Loading…
Reference in a new issue