Package Details: fcitx5-mikan-git 1.6.4_r277d102-2

Git Clone URL: https://aur.archlinux.org/fcitx5-mikan-git.git (read-only, click to copy)
Package Base: fcitx5-mikan-git
Description: mikan input method for fcitx5
Upstream URL: https://github.com/mojyack/mikan
Licenses: MIT
Conflicts: fcitx5-mikan
Submitter: mojyack
Maintainer: mojyack
Last Packager: mojyack
Votes: 0
Popularity: 0.000000
First Submitted: 2021-02-13 01:00 (UTC)
Last Updated: 2024-12-23 04:21 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

nobutarou commented on 2026-06-16 16:12 (UTC)

makepkg fails.

> LANG=C makepkg
==> Making package: fcitx5-mikan-git 1.7.1_rf55334e-1 (Wed Jun 17 01:07:27 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating source git repo...
==> Validating source files with md5sums...
    source ... Skipped
==> Extracting sources...
  -> Creating working copy of source git repo...
Reset branch 'makepkg'
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
The Meson build system
Version: 1.11.1
Source dir: /aur/fcitx5-mikan-git/src/source
Build dir: /aur/fcitx5-mikan-git/src/source/release
Build type: native build
Project name: fcitx5-mikan
Project version: 1.7.1
C++ compiler for the host machine: c++ (gcc 16.1.1 "c++ (GCC) 16.1.1 20260430")
C++ linker for the host machine: c++ ld.bfd 2.46.0
Host machine cpu family: x86_64
Host machine cpu: x86_64

meson.build:7:2: ERROR: File src/spawn/process.cpp does not exist.

A full log can be found at /aur/fcitx5-mikan-git/src/source/release/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...

spawn folder is a broken symbolic link,

> cd src/source/src
> LANG=C ls -l spawn
lrwxrwxrwx 1 snob users 35 Jun 17 00:52 spawn -> ../submodules/process-spawn-cpp/src
> LANG=C ls ../submodule
ls: cannot access '../submodule': No such file or directory

phoepsilonix commented on 2023-03-10 14:50 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 0c3ac8f..c09aeb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: mojyack <mojyack at gmail.com>
 pkgname=fcitx5-mikan-git
-pkgver=1
+pkgver=1.6.1_r857e2e1
 pkgrel=1
 pkgdesc='mikan input method for fcitx5'
 arch=('x86_64')
@@ -20,6 +20,7 @@ pkgver() {

 build() {
     cd source
+    git submodule update --init
     meson setup release
     meson configure -Dprefix=/usr -Dlibdir=lib/fcitx5 -Ddictionary_path=share/mikan-im/dic -Dbuildtype=release release
     ninja -C release