Thank you. shaderc and git were added as makedepends to fcitx5-hazkey 0.2.1, which includes llama libraries
Search Criteria
Package Details: fcitx5-hazkey 0.2.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fcitx5-hazkey.git (read-only, click to copy) |
|---|---|
| Package Base: | fcitx5-hazkey |
| Description: | Japanese input method for fcitx5, powered by azooKey engine |
| Upstream URL: | https://hazkey.hiira.dev/ |
| Licenses: | MIT |
| Conflicts: | hazkey-server, hazkey-settings |
| Provides: | hazkey-server, hazkey-settings |
| Submitter: | hiira |
| Maintainer: | hiira |
| Last Packager: | hiira |
| Votes: | 2 |
| Popularity: | 0.75 |
| First Submitted: | 2024-06-17 12:31 (UTC) |
| Last Updated: | 2026-02-09 03:52 (UTC) |
Dependencies (10)
- fcitx5 (fcitx5-gitAUR)
- libprotobuf-lite.so (protobuf-21AUR, protobuf-gitAUR, protobuf)
- qt6-base (qt6-base-gitAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR) (make)
- shaderc (shaderc-gitAUR, shaderc-gitAUR) (make)
- swift-languageAUR (swift-language-gitAUR, swift-bin-developmentAUR, swiftly-binAUR, swift-binAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR) (optional) – Zenzai Vulkan Backend
Required by (0)
Sources (4)
Latest Comments
hiira commented on 2026-02-09 11:55 (UTC)
haxibami commented on 2025-12-13 16:32 (UTC)
Looks like shaderc and git are required to build this package (in a clean chroot environment).
hiira commented on 2025-11-09 13:44 (UTC) (edited on 2025-11-09 13:45 (UTC) by hiira)
Thank you, I've added vulkan-headers.
hiira commented on 2025-11-09 11:41 (UTC)
To resolve the "redefinition of <any trigonometric function>" error, comment out the math include section (below) in /usr/lib/swift/lib/swift_static/_FoundationCShims/_CStdlib.h.
//#if __has_include(<math.h>)
//#include <math.h>
//#endif
akku commented on 2025-11-09 08:45 (UTC)
vulkan-headers is required to build this package.
Pinned Comments
hiira commented on 2025-11-09 11:41 (UTC)
To resolve the "redefinition of <any trigonometric function>" error, comment out the
mathinclude section (below) in/usr/lib/swift/lib/swift_static/_FoundationCShims/_CStdlib.h.