Search Criteria
Package Details: fcitx5-git r425.c2b3517-1
Git Clone URL: | https://aur.archlinux.org/fcitx5-git.git (read-only) |
---|---|
Package Base: | fcitx5-git |
Description: | Next generation of fcitx |
Upstream URL: | https://github.com/fcitx/fcitx5 |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | felixonmars |
Maintainer: | felixonmars (farseerfc, lilac) |
Last Packager: | lilac |
Votes: | 6 |
Popularity: | 0.55 |
First Submitted: | 2017-08-11 03:39 |
Last Updated: | 2019-11-14 12:47 |
Dependencies (16)
- cairo (cairo-dfb, cairo-minimal, cairo-ubuntu, cairo-glesv2-aarch64, cairo-infinality, cairo-git, cairo-infinality-remix)
- enchant (enchant-pure)
- fmt (fmt-git)
- gdk-pixbuf2 (gdk-pixbuf2-git)
- iso-codes
- libgl (nvidia-346xx-libgl, glshim-git, nvidia-libgl-352, catalyst-firepro, nvidia-libgl-llb, libhybris-ext-libgl-git, nvidia-tesla-libgl, nvidia-libgl-vulkan-developer-beta, catalyst-total, catalyst-libgl, catalyst-total-hd234k, mesa-grate-git, libhybris-libgl-git, mesa-hybris-libgl, mesa-libgl-noglvnd, catalyst-test, nvidia-340xx-utils, libglvnd-glesv2, swiftshader-git, amdgpu-pro-libgl, libglvnd-git, libglvnd)
- libxkbcommon-x11 (libxkbcommon-git)
- libxkbfile
- pango (pango-ubuntu, pango-git)
- systemd (eudev-git, systemd-cdown-git, systemd-light, systemd-git, systemd-selinux)
- wayland (wayland-git)
- wayland-protocols (wayland-protocols-git)
- xcb-imdkit-git
- xcb-util-wm
- extra-cmake-modules (extra-cmake-modules-git) (make)
- git (git-git) (make)
Required by (12)
- fcitx5-anthy-git
- fcitx5-chewing-git (requires fcitx5)
- fcitx5-chinese-addons-git
- fcitx5-gtk-git
- fcitx5-icons (requires fcitx5)
- fcitx5-m17n-git
- fcitx5-mozc-git
- fcitx5-qt4-git
- fcitx5-qt5-git
- fcitx5-rime-git
- libime-git
- libime-jyutping-git
Latest Comments
kasei commented on 2019-08-06 07:43
There is a new dependency, json-c, after https://gitlab.com/fcitx/fcitx5/commit/04cc37d21851dc1a866234d8127adbccca6a28d4 .
camlost commented on 2018-02-05 18:32
configure error:
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find Enchant (missing: ENCHANT_INCLUDE_DIR)
Call Stack (most recent call first): /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378(_FPHSA_FAILURE_MESSAGE)
cmake/FindEnchant.cmake:41 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:79 (find_package)
===============temporary fix================
installed enchant-pure and edit PKGBUILD like:
========================temporary fix, in PKGBUILD============================
cmake -DENCHANT_INCLUDE_DIR=/usr/include/enchant-2
compile successful
Daqu commented on 2017-10-20 05:11
good jobs!it works well
felixonmars commented on 2017-08-11 13:31
@wxg4net Did you install the chinese addons? You also need to ensure that fcitx5 is running.
wxg4net commented on 2017-08-11 12:30
follow 'https://blog.felixc.at/2017/08/lets-try-a-new-pinyin-input-method-that-might-be-slightly-better-than-sunpinyin/#more-1512'
installed successfully but can't change to chinese input method.
#### here's profile ####
export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx5
export GTK_IM_MODULE="fcitx5"
export QT_IM_MODULE="fcitx5"