Package Details: fcitx5-mcbopomofo-git 2.7.r7.ed26e5e-1

Git Clone URL: https://aur.archlinux.org/fcitx5-mcbopomofo-git.git (read-only, click to copy)
Package Base: fcitx5-mcbopomofo-git
Description: McBopomofo for fcitx5
Upstream URL: https://github.com/openvanilla/fcitx5-mcbopomofo
Licenses: MIT
Conflicts: fcitx5-mcbopomofo
Provides: fcitx5-mcbopomofo
Submitter: xatierlike
Maintainer: xatierlike
Last Packager: xatierlike
Votes: 4
Popularity: 0.000065
First Submitted: 2022-03-27 19:43 (UTC)
Last Updated: 2024-04-11 08:31 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

xatierlike commented on 2024-04-10 17:26 (UTC)

@brli, I'd like to stay with PKGBUILD-vcs.proto default. I found that having the g prefix would confuse other users and not able to find the corresponding git commit hash.

brli commented on 2024-04-10 14:02 (UTC)

 pkgver() {
     cd "$srcdir/$_pkgname"
-    printf "%s" "$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
+    git describe --long --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
 }

to avoid warning about version change to a prefixed "g" before commit hash

brli commented on 2023-09-25 07:25 (UTC)

With change to official fcitx5 package, we should add fmt to depends, otherwise it won't build.