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
|
@ -183,9 +183,9 @@ may also simplify input method development.")
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("glib" ,glib "bin")
|
("glib" ,glib "bin")
|
||||||
("libtool" ,libtool)))
|
("libtool" ,libtool)))
|
||||||
(synopsis "Chinese Pinyin and ZhuYin input methods for IBus")
|
(synopsis "Chinese pinyin and ZhuYin input methods for IBus")
|
||||||
(description
|
(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.")
|
ZhuYin (Bopomofo) input method based on libpinyin for IBus.")
|
||||||
(home-page "https://github.com/libpinyin/ibus-libpinyin")
|
(home-page "https://github.com/libpinyin/ibus-libpinyin")
|
||||||
(license gpl2+)))
|
(license gpl2+)))
|
||||||
|
@ -230,7 +230,7 @@ ZhuYin (Bopomofo) input method based on libpinyin for IBus.")
|
||||||
("autoconf" ,autoconf)
|
("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)))
|
("libtool" ,libtool)))
|
||||||
(synopsis "Library to handle Chinese Pinyin")
|
(synopsis "Library to handle Chinese pinyin")
|
||||||
(description
|
(description
|
||||||
"The libpinyin C++ library provides algorithms needed for sentence-based
|
"The libpinyin C++ library provides algorithms needed for sentence-based
|
||||||
Chinese pinyin input methods.")
|
Chinese pinyin input methods.")
|
||||||
|
|
Loading…
Reference in New Issue