FS#79233 - [fcitx5] fmt should be makedepends

Attached to Project: Arch Linux
Opened by Rocket Aaron (rocket1184) - Friday, 28 July 2023, 15:29 GMT
Last edited by Jelle van der Waa (jelly) - Saturday, 02 September 2023, 10:46 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

According to fcitx5's cmake script: https://github.com/fcitx/fcitx5/blob/5.0.23/CMakeLists.txt#L104-L108
fcitx5 prefers to use fmt as header-only lib, and fmt should be makedepends.

fcitx5 also did not get rebuilt in fmt 10 upgrade, and after `pacman -Rdd fmt` fcitx5 still works fine.

Additional info:
* package version(s) fcitx5 5.0.23-2 fmt 10.0.0-1
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
This task depends upon

Closed by  Jelle van der Waa (jelly)
Saturday, 02 September 2023, 10:46 GMT
Reason for closing:  Fixed
Additional comments about closing:  5.1.0-2
Comment by Toolybird (Toolybird) - Friday, 28 July 2023, 23:40 GMT
$ namcap /var/cache/pacman/pkg/fcitx5-5.0.23-2-x86_64.pkg.tar.zst | grep fmt
fcitx5 W: Dependency included, but may not be needed ('fmt')

$ find-libdeps /var/cache/pacman/pkg/fcitx5-5.0.23-2-x86_64.pkg.tar.zst | grep fmt
<blank>

Loading...