The package currently fails to build because of an issue with the Qt6 module. Disabling the Qt6 flag in the PKGBUILD allows it to build successfully.
-DENABLE_QT6=OFF
| Git Clone URL: | https://aur.archlinux.org/kime-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | kime-bin |
| Description: | Korean IME |
| Upstream URL: | https://github.com/Riey/kime |
| Keywords: | hangul ime input kime korea korean wayland x11 xorg |
| Licenses: | GPL3 |
| Conflicts: | kime |
| Provides: | kime |
| Submitter: | riey |
| Maintainer: | riey (OctopusET) |
| Last Packager: | OctopusET |
| Votes: | 4 |
| Popularity: | 0.000403 |
| First Submitted: | 2021-02-06 16:14 (UTC) |
| Last Updated: | 2025-08-29 06:19 (UTC) |
The package currently fails to build because of an issue with the Qt6 module. Disabling the Qt6 flag in the PKGBUILD allows it to build successfully.
-DENABLE_QT6=OFF
kime-bin compile some codes despite of its name
because gtk or qt immodule binary can break when toolkit updated (especially qt)
and official binary doesn't include gtk4, qt6 module
also compile time is acceptable(< 10s)
it has a error with the message "install: cannot stat 'kime-eng-64x64.png': No such file or directory"
please change line 36, 37 to
install -Dm644 "$srcdir"/icons/kime-eng-64x64.png -t "${pkgdir}/usr/share/kime/icons"
install -Dm644 "$srcdir"/icons/kime-han-64x64.png -t "${pkgdir}/usr/share/kime/icons"
png files are still missing.
I just update to arch bin
somefiles ,including libkime-gtk4.so, are missing in the tar file.
Pinned Comments
riey commented on 2021-04-07 04:08 (UTC) (edited on 2021-04-07 04:13 (UTC) by riey)
kime-bin compile some codes despite of its name
because gtk or qt immodule binary can break when toolkit updated (especially qt)
and official binary doesn't include gtk4, qt6 module
also compile time is acceptable(< 10s)