1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740
|
# debian/control is generated automatically from control.in by running the clean target
Source: fcitx
Section: utils
Priority: optional
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Uploaders: Aron Xu <aron@debian.org>, YunQiang Su <syq@debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
extra-cmake-modules,
gobject-introspection,
iso-codes,
qtbase5-dev,
libcairo2-dev (>= 1.0),
libenchant-2-dev,
libgettextpo-dev,
libgirepository1.0-dev,
libgtk-3-dev,
libgtk2.0-dev,
libicu-dev,
libjson-c-dev,
libkvm-dev [kfreebsd-any],
liblua5.2-dev | liblua5.1-0-dev,
libopencc-dev (>= 1.0.1),
libpango1.0-dev (>= 1.0),
libpresage-dev (>= 0.9.1-1.1~),
libxkbfile-dev,
libxkbcommon-dev (>= 0.5.0~),
libxml2-dev,
uuid-dev,
x11proto-xinerama-dev,
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://github.com/fcitx/fcitx
Vcs-Git: https://salsa.debian.org/input-method-team/fcitx.git
Vcs-Browser: https://salsa.debian.org/input-method-team/fcitx
X-Ubuntu-Use-Langpack: yes
Package: fcitx
Architecture: all
Depends: fcitx-bin, fcitx-data, fcitx-modules, ${misc:Depends}
Recommends: fcitx-config-gtk | kde-config-fcitx,
fcitx-frontend-all | fcitx-frontend-fbterm,
fcitx-ui-classic | fcitx-ui-light,
im-config (>= 0.5)
Suggests: fcitx-m17n, fcitx-tools
Description: Flexible Input Method Framework
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This metapackage pulls in a set of components recommended for most desktop
users.
Package: fcitx-bin
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: fcitx-data, fcitx-modules
Suggests: fcitx (>= ${source:Upstream-Version})
Replaces:
fcitx (<< ${source:Upstream-Version}),
fcitx-libs-dev (<< ${source:Version}),
Breaks:
fcitx (<< ${source:Upstream-Version}),
fcitx-libs-dev (<< ${source:Version}),
Description: Flexible Input Method Framework - essential binaries
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides the essential executable binaries. If you are
looking for a working input experience, please install the package
"fcitx" instead.
Package: fcitx-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: fcitx-bin
Suggests: fcitx (>= ${source:Upstream-Version})
Replaces: fcitx (<< ${source:Upstream-Version})
Breaks: fcitx (<< ${source:Upstream-Version})
Description: Flexible Input Method Framework - essential data files
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides the essential data files. If you are looking for a
working input experience, please install the package "fcitx" instead.
Package: fcitx-libs
Architecture: all
Section: oldlibs
Depends: libfcitx-config4 (>= ${source:Version}),
libfcitx-core0 (>= ${source:Version}),
libfcitx-utils0 (>= ${source:Version}),
libfcitx-gclient1 (>= ${source:Version}),
${misc:Depends}
Suggests: fcitx (>= ${source:Upstream-Version})
Replaces: fcitx (<< ${source:Upstream-Version})
Breaks: fcitx (<< ${source:Upstream-Version})
Description: Flexible Input Method Framework - metapackage for libraries
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package depends on all public libraries of fcitx.
Package: libfcitx-config4
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: fcitx (>= ${source:Upstream-Version})
Replaces: fcitx (<< ${source:Upstream-Version}), fcitx-libs (<< 1:4.2.8.5-3)
Breaks: fcitx (<< ${source:Upstream-Version}), fcitx-libs (<< 1:4.2.8.5-3)
Description: Flexible Input Method Framework - configuration support library
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package contains the library file:
* libfcitx-config - support library for Fcitx configurations
Package: libfcitx-core0
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: fcitx (>= ${source:Upstream-Version})
Replaces: fcitx (<< ${source:Upstream-Version}), fcitx-libs (<< 1:4.2.8.5-3)
Breaks: fcitx (<< ${source:Upstream-Version}), fcitx-libs (<< 1:4.2.8.5-3)
Description: Flexible Input Method Framework - library of core functions
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package contains the library file:
* libfcitx-core - core functions of Fcitx
Package: libfcitx-utils0
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: fcitx (>= ${source:Upstream-Version})
Replaces: fcitx (<< ${source:Upstream-Version}), fcitx-libs (<< 1:4.2.8.5-3)
Breaks: fcitx (<< ${source:Upstream-Version}), fcitx-libs (<< 1:4.2.8.5-3)
Description: Flexible Input Method Framework - utility support library
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package contains the library file:
* libfcitx-utils - utility support library for Fcitx
Package: libfcitx-gclient1
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: fcitx (>= ${source:Upstream-Version})
Replaces: fcitx (<< ${source:Upstream-Version}),
fcitx-libs-gclient (<< 1:4.2.8.5-3)
Breaks: fcitx (<< ${source:Upstream-Version}),
fcitx-libs-gclient (<< 1:4.2.8.5-3)
Description: Flexible Input Method Framework - D-Bus client library for Glib
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package contains the following library:
* libfcitx-gclient - D-Bus client library for Glib
Package: fcitx-libs-dev
Architecture: any
Section: libdevel
Depends: fcitx-bin (>= ${source:Version}),
gir1.2-fcitx-1.0 (= ${binary:Version}),
libfcitx-config4 (= ${binary:Version}),
libfcitx-core0 (= ${binary:Version}),
libfcitx-gclient1 (= ${binary:Version}),
libfcitx-utils0 (= ${binary:Version}),
${misc:Depends}
Replaces: fcitx (<< ${source:Upstream-Version})
Breaks: fcitx (<< ${source:Upstream-Version})
Description: Flexible Input Method Framework - library development files
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides the library development files.
Package: gir1.2-fcitx-1.0
Architecture: any
Section: introspection
Depends: ${gir:Depends}, ${misc:Depends}
Suggests: fcitx (>= ${source:Upstream-Version})
Replaces: fcitx (<< ${source:Upstream-Version})
Breaks: fcitx (<< ${source:Upstream-Version})
Description: GObject introspection data for fcitx
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings.
Package: fcitx-ui-classic
Architecture: any
Depends: fcitx-module-x11, ${misc:Depends}, ${shlibs:Depends}
Recommends: fcitx (>= ${source:Upstream-Version}), zenity | kdialog
Replaces: fcitx (<< ${source:Upstream-Version}),
fcitx-hangul (<< 0.3.0),
fcitx-unikey (<< 0.2.0)
Breaks: fcitx (<< ${source:Upstream-Version}),
fcitx-hangul (<< 0.3.0),
fcitx-unikey (<< 0.2.0)
Description: Flexible Input Method Framework - Classic user interface
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides the classic user interface, which is suitable
for most users. It also provides the following skins:
* classic: Fcitx 3.x classic skin ported to new infrastructure
* dark: the dark skin fits for dark desktop theme
* default: the default skin
Package: fcitx-frontend-all
Architecture: all
Depends: ${misc:Depends}
Recommends: fcitx-frontend-gtk2,
fcitx-frontend-gtk3,
fcitx-frontend-qt5
Description: Flexible Input Method Framework - frontends metapackage
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This metapackage pulls in the following frontends:
* XIM protocol client
* GTK+ 2/3 IM Module
* Qt 5 IM Module
Package: fcitx-frontend-gtk2
Architecture: any
Depends: fcitx-module-dbus, ${misc:Depends}, ${shlibs:Depends}
Recommends: fcitx-frontend-gtk3
Description: Flexible Input Method Framework - GTK+ 2 IM Module frontend
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides the GTK+ 2 IM Module frontend, which is
recommended for all desktop users.
Package: fcitx-frontend-gtk3
Architecture: any
Depends: fcitx-module-dbus, ${misc:Depends}, ${shlibs:Depends}
Recommends: fcitx-frontend-gtk2
Description: Flexible Input Method Framework - GTK+ 3 IM Module frontend
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides the GTK+ 3 IM Module frontend, which is
recommended for all desktop users. This is the best solution if you are
looking for a better input experience with GTK+ 3 applications.
Package: fcitx-pinyin
Architecture: any
Depends: fcitx-bin,
fcitx-data (>= ${source:Upstream-Version}),
fcitx-modules,
${misc:Depends},
${shlibs:Depends}
Recommends: fcitx
Replaces: fcitx (<< ${source:Upstream-Version})
Breaks: fcitx (<< ${source:Upstream-Version})
Enhances: fcitx-table
Description: Flexible Input Method Framework - classic Pinyin engine
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides the classic Pinyin input method, which features
very short responding time by loading the whole dict into RAM during
activation.
Package: fcitx-qw
Architecture: any
Depends: fcitx-bin,
fcitx-data (>= ${source:Upstream-Version}),
fcitx-modules,
${misc:Depends},
${shlibs:Depends}
Recommends: fcitx
Replaces: fcitx (<< ${source:Upstream-Version})
Breaks: fcitx (<< ${source:Upstream-Version})
Description: Flexible Input Method Framework - QuWei engine
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides the QuWei input method.
Package: fcitx-table
Architecture: any
Depends: fcitx-bin,
fcitx-data (>= ${source:Upstream-Version}),
fcitx-modules,
${misc:Depends},
${shlibs:Depends}
Recommends: fcitx, fcitx-pinyin (>= ${source:Upstream-Version})
Replaces: fcitx (<< ${source:Upstream-Version})
Breaks: fcitx (<< ${source:Upstream-Version})
Suggests: fcitx-table-all
Description: Flexible Input Method Framework - table engine
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides the table engine. By using this engine, Fcitx can
support a large number of table-based input methods such as Wubi,
WubiPinyin, etc.
Package: fcitx-table-all
Architecture: all
Depends: ${misc:Depends}
Recommends: fcitx-table-bingchan,
fcitx-table-cangjie,
fcitx-table-dianbaoma,
fcitx-table-erbi,
fcitx-table-wanfeng,
fcitx-table-wbpy,
fcitx-table-wubi,
fcitx-table-ziranma
Description: Flexible Input Method Framework - tables metapackage
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This metapackage pulls in tables shipped with Fcitx main program:
* Cangjie
* Dianbaoma
* Erbi
* Bingchan
* Wanfeng
* WubiPinyin
* Wubi
* Ziranma
Package: fcitx-table-bingchan
Architecture: all
Depends: fcitx-table (>= 1:4.2.6), ${misc:Depends}
Description: Flexible Input Method Framework - Bingchan table
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides Bingchan table used by the Fcitx table engine.
Package: fcitx-table-cangjie
Architecture: all
Depends: fcitx-table (>= 1:4.2.6), ${misc:Depends}
Description: Flexible Input Method Framework - Cangjie table
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides Cangjie table used by the Fcitx table engine.
Package: fcitx-table-dianbaoma
Architecture: all
Depends: fcitx-table (>= 1:4.2.6), ${misc:Depends}
Description: Flexible Input Method Framework - Dianbaoma table
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides Dianbaoma table used by the Fcitx table engine.
Package: fcitx-table-erbi
Architecture: all
Depends: fcitx-table (>= 1:4.2.6), ${misc:Depends}
Description: Flexible Input Method Framework - Erbi table
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides Erbi table used by the Fcitx table engine.
Package: fcitx-table-wanfeng
Architecture: all
Depends: fcitx-table (>= 1:4.2.6), ${misc:Depends}
Description: Flexible Input Method Framework - Wanfeng table
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides Wanfeng table used by the Fcitx table engine.
Package: fcitx-table-wbpy
Architecture: all
Depends: fcitx-table (>= 1:4.2.6), ${misc:Depends}
Description: Flexible Input Method Framework - WubiPinyin table
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides WubiPinyin table used by the Fcitx table engine.
Package: fcitx-table-wubi
Architecture: all
Depends: fcitx-table (>= 1:4.2.6), ${misc:Depends}
Description: Flexible Input Method Framework - Wubi table
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides Wubi table used by the Fcitx table engine.
Package: fcitx-table-ziranma
Architecture: all
Depends: fcitx-table (>= 1:4.2.6), ${misc:Depends}
Description: Flexible Input Method Framework - Ziranma table
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides Ziranma table used by the Fcitx table engine.
Package: fcitx-modules
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libpresage1v5 (>= 0.9~), libenchant-2-2 (>= 2.2.7~)
Recommends: fcitx,
fcitx-module-dbus,
fcitx-module-kimpanel,
fcitx-module-lua,
fcitx-module-x11,
fcitx5-module-quickphrase-editor
Replaces: fcitx (<< ${source:Upstream-Version}),
fcitx-keyboard,
fcitx-module-quickphrase-editor,
fcitx-modules-x11 (<< 1:4.2.7)
Breaks: fcitx (<< ${source:Upstream-Version}),
fcitx-keyboard,
fcitx-module-quickphrase-editor,
fcitx-modules-x11 (<< 1:4.2.7)
Provides: fcitx-keyboard
Description: Flexible Input Method Framework - core modules
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package includes the following common modules:
* autoeng: automatically change to English mode while inputing specific string
* chttrans: convert Simplified Chinese text to Traditional
* fullwidthchar: full-width character input support
* ipcportal: compatibility layer for ofd.portal.Fcitx
* punc: punctuation conversion support
* quickphrase: conveniently input English or from user-defined simple table
* remote: change Fcitx state (deprecated, fcitx-remote uses D-Bus now)
* spell: spell check support
* keyboard: keyboard layout intergrate.
Package: fcitx-module-dbus
Architecture: any
Multi-Arch: foreign
Depends: fcitx-modules, ${misc:Depends}, ${shlibs:Depends}
Recommends: dbus-x11
Description: Flexible Input Method Framework - D-Bus module and IPC frontend
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides the D-Bus module and IPC interface which are directly
used by IM Modules and KIMPanel support for instance.
Package: fcitx-module-x11
Architecture: any
Depends: fcitx-modules, ${misc:Depends}, ${shlibs:Depends}
Description: Flexible Input Method Framework - X11 module and XIM frontend
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides the X11 module, X11 utilities used by other addons
such as fcitx-ui-classic, and is required for all desktop users. An Xlibs
based virtual keyboard module has been also included in this package for
it's an obvious feature needed by many desktop users.
.
XIM frontend (client) is placed in this package too because of its nature
of being the basic input protocol supported by X.
Package: fcitx-module-lua
Architecture: any
Depends: fcitx-modules, ${misc:Depends}, ${shlibs:Depends}
Description: Flexible Input Method Framework - Lua module
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides the Lua module, which enables users to extend their
usage with the Lua programming language.
Package: fcitx-module-kimpanel
Architecture: any
Multi-Arch: foreign
Depends: fcitx-module-dbus, ${misc:Depends}, ${shlibs:Depends}
Replaces: fcitx (<< ${source:Upstream-Version}), fcitx-ui-kimpanel
Provides: fcitx-ui-kimpanel
Breaks: fcitx (<< ${source:Upstream-Version})
Suggests: kdialog, plasma-widgets-kimpanel
Description: Flexible Input Method Framework - KIMPanel protocol module
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides the KIMPanel protocol module of Fcitx, which
implements a protocol to talk with D-Bus and is usually needed by the
plugin for environments like KIMPanel/(Q)KIMToy, GNOME Shell and Unity.
Package: fcitx-tools
Architecture: any
Depends: fcitx-bin (>= ${source:Upstream-Version}),
${misc:Depends},
${shlibs:Depends}
Suggests: fcitx
Replaces: fcitx (<< ${source:Upstream-Version})
Breaks: fcitx (<< ${source:Upstream-Version})
Description: Flexible Input Method Framework - various tools
Fcitx is an input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt5 IM Modules, support
for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly
API.
.
This package provides the following tools:
* createPYMB: create a Pinyin data file (.mb)
* mb2org: convert a .mb data file to .org file
* mb2txt: convert a .mb data file to text file
* readPYBase: read Pinyin base file
* readPYMB: read Pinyin data file (.mb)
* scel2org: convert scel data file (Sougou) to .org file
* txt2mb: convert text file to .mb data file
|