Package Details: wlime-git r3.ce3544d-1

Git Clone URL: https://aur.archlinux.org/wlime-git.git (read-only, click to copy)
Package Base: wlime-git
Description: fullscreen arcade-style cjk input method for hyprland
Upstream URL: https://github.com/eam/wlime
Licenses: GPL-3.0-or-later
Conflicts: wlime
Provides: wlime
Submitter: eam
Maintainer: eam
Last Packager: eam
Votes: 0
Popularity: 0.000000
First Submitted: 2026-04-08 21:12 (UTC)
Last Updated: 2026-04-09 21:49 (UTC)

Latest Comments

eam commented on 2026-04-09 21:50 (UTC)

Added wlr-protocols, thanks for the heads up!

Rush commented on 2026-04-09 17:25 (UTC) (edited on 2026-04-09 17:26 (UTC) by Rush)

Seems like it's missing a (make?) dependency for wlr-protocols, I had the following error when attempting to build it:

==> Making package: wlime-git r3.ce3544d-1 (Thu 09 Apr 2026 07:18:07 PM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating wlime git repo...
==> Validating source files with sha256sums...
    wlime ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of wlime git repo...
Cloning into 'wlime'...
done.
==> Starting pkgver()...
==> Updated version: wlime-git r12.c32a139-1
==> Sources are ready.
==> Making package: wlime-git r12.c32a139-1 (Thu 09 Apr 2026 07:18:09 PM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Starting build()...
+ exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_pie=true -D python.bytecompile=1 /home/rush/.cache/yay/wlime-git/src/wlime build --prefix=/usr --buildtype=release
The Meson build system
Version: 1.10.2
Source dir: /home/rush/.cache/yay/wlime-git/src/wlime
Build dir: /home/rush/.cache/yay/wlime-git/src/build
Build type: native build
Project name: wlime
Project version: 0.1.0
C compiler for the host machine: /usr/sbin/ccache cc (gcc 15.2.1 "cc (GCC) 15.2.1 20260209")
C linker for the host machine: cc ld.bfd 2.46
C++ compiler for the host machine: /usr/sbin/ccache c++ (gcc 15.2.1 "c++ (GCC) 15.2.1 20260209")
C++ linker for the host machine: c++ ld.bfd 2.46
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: YES (/usr/sbin/pkg-config) 2.5.1
Run-time dependency wayland-client found: YES 1.24.0
Program wayland-scanner found: YES (/usr/sbin/wayland-scanner)
Run-time dependency gtk+-3.0 found: YES 3.24.52
Run-time dependency gtk-layer-shell-0 found: YES 0.10.0
Run-time dependency xkbcommon found: YES 1.13.1
Run-time dependency cairo found: YES 1.18.4
Run-time dependency libpinyin found: YES 2.10.3
Found CMake: /usr/sbin/cmake (4.3.1)
Run-time dependency libhangul found: NO (tried pkgconfig and cmake)
Run-time dependency anthy found: NO (tried pkgconfig and cmake)
Run-time dependency rime found: NO (tried pkgconfig and cmake)

wlime/meson.build:44:22: ERROR: File /usr/share/wlr-protocols/unstable/wlr-layer-shell-unstable-v1.xml does not exist.

A full log can be found at /home/rush/.cache/yay/wlime-git/src/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: wlime-git-exit status 4

Installing wlr-protocols solved it.