| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- Source: nimf
- Section: utils
- Priority: optional
- Maintainer: Kevin Kim <chaeya@gmail.com>
- Build-Depends: debhelper (>= 11),
- libglib2.0-dev (>= 2.54),
- pkgconf | pkg-config,
- intltool (>= 0.50.1),
- libgtk-3-dev,
- libgtk-3-bin,
- libgtk-4-dev,
- libgtk-4-bin,
- libgtk2.0-dev,
- qtbase5-dev,
- qtbase5-private-dev,
- qt6-base-dev,
- qt6-base-private-dev,
- libayatana-appindicator3-dev,
- librsvg2-bin,
- fonts-noto-cjk,
- libhangul-dev,
- libanthy-dev,
- anthy,
- librime-dev (>= 1.2.9),
- libxkbcommon-dev (>= 0.5.0),
- libwayland-dev,
- wayland-protocols,
- libxklavier-dev,
- libm17n-dev (>= 1.7.0),
- m17n-db (>= 1.7.0),
- gtk-doc-tools (>= 1.26)
- Standards-Version: 3.9.8
- Homepage: https://github.com/hamonikr/nimf
- Package: nimf
- Architecture: any
- Pre-Depends: ${misc:Pre-Depends}
- Depends: ${shlibs:Depends}, ${misc:Depends}, libnimf1 (= ${binary:Version})
- Recommends: im-config
- Suggests: fonts-noto-cjk | nimf-anthy | nimf-libhangul | nimf-m17n | nimf-rime
- Description: Input Method Framework
- Nimf is a lightweight, fast and extensible input method framework.
- .
- This package contains the essentials for Nimf.
- Package: libnimf1
- Section: libs
- Architecture: any
- Pre-Depends: ${misc:Pre-Depends}
- Depends: ${shlibs:Depends}, ${misc:Depends}
- Description: Input Method Framework (shared library)
- Nimf is a lightweight, fast and extensible input method framework.
- .
- This package contains the shared library.
- Package: nimf-dev
- Section: libdevel
- Architecture: any
- Depends: ${misc:Depends},
- libnimf1 (= ${binary:Version}),
- libglib2.0-dev
- Description: Input Method Framework (development file)
- Nimf is a lightweight, fast and extensible input method framework.
- .
- This package contains development files.
- Package: nimf-anthy
- Architecture: any
- Depends: ${shlibs:Depends}, ${misc:Depends}, nimf (= ${binary:Version}), anthy
- Suggests: fonts-noto-cjk
- Description: Japanese input module for Nimf, based on anthy
- Nimf is a lightweight, fast and extensible input method framework.
- .
- This package provides a Japanese input module based on anthy.
- Package: nimf-libhangul
- Architecture: any
- Depends: ${shlibs:Depends}, ${misc:Depends}, nimf (= ${binary:Version})
- Suggests: fonts-noto-cjk
- Description: Korean input module for Nimf, based on libhangul
- Nimf is a lightweight, fast and extensible input method framework.
- .
- This package provides a Korean input module based on libhangul.
- Package: nimf-m17n
- Architecture: any
- Depends: ${shlibs:Depends}, ${misc:Depends},
- libm17n-0 (>= 1.7.0), m17n-db (>= 1.7.0), nimf (= ${binary:Version})
- Suggests: fonts-noto-cjk
- Description: Multilingual input module for Nimf, based on m17n
- Nimf is a lightweight, fast and extensible input method framework.
- .
- This package provides multilingual input modules based on m17n.
- Package: nimf-rime
- Architecture: any
- Depends: ${shlibs:Depends}, ${misc:Depends}, nimf (= ${binary:Version})
- Recommends: librime-data
- Suggests: fonts-noto-cjk
- Description: Chinese input module for Nimf, based on rime
- Nimf is a lightweight, fast and extensible input method framework.
- .
- This package provides a Chinese input module based on rime.
- Package: qtbase-abi-5-15-3-dummy
- Architecture: any
- Depends: ${misc:Depends}
- Description: Dummy package for qtbase-abi-5-15-3
- This is a dummy package to satisfy dependencies for the qtbase-abi-5-15-3
- transition. It does not contain any files or functionality and can be safely
- removed once the transition is complete.
- Package: qtbase-abi-5-12-8-dummy
- Architecture: any
- Depends: ${misc:Depends}
- Description: Dummy package for qtbase-abi-5-12-8
- This is a dummy package to satisfy dependencies for the qtbase-abi-5-12-8
- transition. It does not contain any files or functionality and can be safely
- removed once the transition is complete.
|