control 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. Source: nimf
  2. Section: utils
  3. Priority: optional
  4. Maintainer: Kevin Kim <chaeya@gmail.com>
  5. Build-Depends: debhelper (>= 11),
  6. libglib2.0-dev (>= 2.54),
  7. pkgconf | pkg-config,
  8. intltool (>= 0.50.1),
  9. libgtk-3-dev,
  10. libgtk-3-bin,
  11. libgtk-4-dev,
  12. libgtk-4-bin,
  13. libgtk2.0-dev,
  14. qtbase5-dev,
  15. qtbase5-private-dev,
  16. qt6-base-dev,
  17. qt6-base-private-dev,
  18. libayatana-appindicator3-dev,
  19. librsvg2-bin,
  20. fonts-noto-cjk,
  21. libhangul-dev,
  22. libanthy-dev,
  23. anthy,
  24. librime-dev (>= 1.2.9),
  25. libxkbcommon-dev (>= 0.5.0),
  26. libwayland-dev,
  27. wayland-protocols,
  28. libxklavier-dev,
  29. libm17n-dev (>= 1.7.0),
  30. m17n-db (>= 1.7.0),
  31. gtk-doc-tools (>= 1.26)
  32. Standards-Version: 3.9.8
  33. Homepage: https://github.com/hamonikr/nimf
  34. Package: nimf
  35. Architecture: any
  36. Pre-Depends: ${misc:Pre-Depends}
  37. Depends: ${shlibs:Depends}, ${misc:Depends}, libnimf1 (= ${binary:Version})
  38. Recommends: im-config
  39. Suggests: fonts-noto-cjk | nimf-anthy | nimf-libhangul | nimf-m17n | nimf-rime
  40. Description: Input Method Framework
  41. Nimf is a lightweight, fast and extensible input method framework.
  42. .
  43. This package contains the essentials for Nimf.
  44. Package: libnimf1
  45. Section: libs
  46. Architecture: any
  47. Pre-Depends: ${misc:Pre-Depends}
  48. Depends: ${shlibs:Depends}, ${misc:Depends}
  49. Description: Input Method Framework (shared library)
  50. Nimf is a lightweight, fast and extensible input method framework.
  51. .
  52. This package contains the shared library.
  53. Package: nimf-dev
  54. Section: libdevel
  55. Architecture: any
  56. Depends: ${misc:Depends},
  57. libnimf1 (= ${binary:Version}),
  58. libglib2.0-dev
  59. Description: Input Method Framework (development file)
  60. Nimf is a lightweight, fast and extensible input method framework.
  61. .
  62. This package contains development files.
  63. Package: nimf-anthy
  64. Architecture: any
  65. Depends: ${shlibs:Depends}, ${misc:Depends}, nimf (= ${binary:Version}), anthy
  66. Suggests: fonts-noto-cjk
  67. Description: Japanese input module for Nimf, based on anthy
  68. Nimf is a lightweight, fast and extensible input method framework.
  69. .
  70. This package provides a Japanese input module based on anthy.
  71. Package: nimf-libhangul
  72. Architecture: any
  73. Depends: ${shlibs:Depends}, ${misc:Depends}, nimf (= ${binary:Version})
  74. Suggests: fonts-noto-cjk
  75. Description: Korean input module for Nimf, based on libhangul
  76. Nimf is a lightweight, fast and extensible input method framework.
  77. .
  78. This package provides a Korean input module based on libhangul.
  79. Package: nimf-m17n
  80. Architecture: any
  81. Depends: ${shlibs:Depends}, ${misc:Depends},
  82. libm17n-0 (>= 1.7.0), m17n-db (>= 1.7.0), nimf (= ${binary:Version})
  83. Suggests: fonts-noto-cjk
  84. Description: Multilingual input module for Nimf, based on m17n
  85. Nimf is a lightweight, fast and extensible input method framework.
  86. .
  87. This package provides multilingual input modules based on m17n.
  88. Package: nimf-rime
  89. Architecture: any
  90. Depends: ${shlibs:Depends}, ${misc:Depends}, nimf (= ${binary:Version})
  91. Recommends: librime-data
  92. Suggests: fonts-noto-cjk
  93. Description: Chinese input module for Nimf, based on rime
  94. Nimf is a lightweight, fast and extensible input method framework.
  95. .
  96. This package provides a Chinese input module based on rime.
  97. Package: qtbase-abi-5-15-3-dummy
  98. Architecture: any
  99. Depends: ${misc:Depends}
  100. Description: Dummy package for qtbase-abi-5-15-3
  101. This is a dummy package to satisfy dependencies for the qtbase-abi-5-15-3
  102. transition. It does not contain any files or functionality and can be safely
  103. removed once the transition is complete.
  104. Package: qtbase-abi-5-12-8-dummy
  105. Architecture: any
  106. Depends: ${misc:Depends}
  107. Description: Dummy package for qtbase-abi-5-12-8
  108. This is a dummy package to satisfy dependencies for the qtbase-abi-5-12-8
  109. transition. It does not contain any files or functionality and can be safely
  110. removed once the transition is complete.