File: 25_hime.conf

package info (click to toggle)
im-config 0.59
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,000 kB
  • sloc: sh: 469; makefile: 99
file content (19 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# vim: set sts=4 expandtab:
IM_CONFIG_SHORT="$(gettext "activate HIME Input Method Editor (hime)")"

IM_CONFIG_LONG="$(gettext "HIME Input Method Editor (hime)
 * Required for all: hime
 * Language specific input conversion support:
  * Traditional Chinese: hime-chewing
  * Japanese: hime-anthy
 * Application platform support:
  * GNOME/GTK: hime-gtk2-immodule, hime-gtk3-immodule
  * KDE/Qt: hime-qt5-immodule")"

package_auto () {
    package_status hime && package_status hime-gtk3-immodule
}

package_menu () {
    package_status hime || package_status hime-gtk3-immodule
}