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)
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: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2021-02-06 16:14 (UTC) |
Last Updated: | 2024-08-11 13:37 (UTC) |
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)