Package Details: kime-bin 3.1.1-2

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)

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)

Latest Comments

Ucloes commented on 2025-10-15 02:28 (UTC) (edited on 2025-10-15 02:29 (UTC) by Ucloes)

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

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)

nowy commented on 2021-02-15 09:21 (UTC) (edited on 2021-02-15 09:31 (UTC) by nowy)

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"

nowy commented on 2021-02-15 08:16 (UTC)

png files are still missing.

riey commented on 2021-02-15 07:49 (UTC)

I just update to arch bin

nowy commented on 2021-02-15 07:27 (UTC)

somefiles ,including libkime-gtk4.so, are missing in the tar file.