NOTE
kime-bin doesn't have gtk4, qt6 immodule because it isn't included in official binary
if you want to use that please install kime package
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: | ime kime korean |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | riey |
Maintainer: | riey |
Last Packager: | riey |
Votes: | 1 |
Popularity: | 0.69 |
First Submitted: | 2021-02-06 16:14 |
Last Updated: | 2021-03-02 07:29 |
kime-bin doesn't have gtk4, qt6 immodule because it isn't included in official binary
if you want to use that please install kime package
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-02-20 05:13
NOTE
kime-bin doesn't have gtk4, qt6 immodule because it isn't included in official binary
if you want to use that please install kime package