Search Criteria
Package Details: karukan-git 0.1.0.r54.g91d053c-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/karukan-git.git (read-only, click to copy) |
|---|---|
| Package Base: | karukan-git |
| Description: | Japanese Input Method System for Linux, Neural Kana-Kanji Conversion Engine + fcitx5 IME |
| Upstream URL: | https://github.com/togatoga/karukan |
| Licenses: | MIT OR Apache-2.0 |
| Conflicts: | karukan |
| Provides: | karukan |
| Submitter: | koh11235813 |
| Maintainer: | koh11235813 |
| Last Packager: | koh11235813 |
| Votes: | 2 |
| Popularity: | 0.81 |
| First Submitted: | 2026-07-01 14:05 (UTC) |
| Last Updated: | 2026-08-11 15:38 (UTC) |
Dependencies (11)
- fcitx5 (fcitx5-gitAUR, fcitx5-shorin-patched-gitAUR)
- oniguruma (oniguruma-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR, clang-static-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR, sonic-frameworks-cmake-modulesAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libxkbcommon (libxkbcommon-gitAUR) (make)
- patchelf (patchelf-gitAUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- fcitx5-configtool (fcitx5-configtool-gitAUR) (optional) – GUI configuration tool
Latest Comments
koh11235813 commented on 2026-08-11 22:54 (UTC)
I fixed below error with commit 59bb8f8
koh11235813 commented on 2026-08-04 13:30 (UTC)
Currently broken — fix ready, upload pending
makepkgfails inpkgver():Cause: upstream moved the fcitx5 frontend under
karukan-im/(PR #84), sokarukan-fcitx5/is nowkarukan-im/fcitx5/. This PKGBUILD still refers to the old layout inpkgver(),build()andpackage()— all three are stale;pkgver()just happens to be the first one hit.I have the fix ready, but AUR SSH access is currently disabled for maintenance, so I can't push it yet. It will go up as soon as SSH is back.
Until then you can build with:
Use
-C: an empty leftoversrc/karukan/karukan-fcitx5/from an earlier build is not removed byprepare()and can confuse things.Sorry for the breakage.