Package Details: fontmatrix 0.9.100-3

Git Clone URL: https://aur.archlinux.org/fontmatrix.git (read-only, click to copy)
Package Base: fontmatrix
Description: Free font collections manager for Linux, Mac and Windows.
Upstream URL: https://github.com/fontmatrix/fontmatrix
Licenses: GPL
Submitter: michalm
Maintainer: lightdot
Last Packager: lightdot
Votes: 136
Popularity: 0.000000
First Submitted: 2008-01-21 20:01 (UTC)
Last Updated: 2025-09-05 18:40 (UTC)

Pinned Comments

lightdot commented on 2025-09-05 18:27 (UTC) (edited on 2025-09-05 18:36 (UTC) by lightdot)

For those who would prefer not to build qt5-webkit or cmake3 themselves, @FabioLolix has contributed prebuilt packages (link here). Especially the former is quite a build.

As for the Fontmatrix itself, the upstream project is archived and not actively developed anymore. I still find it very useful though, although it often crashes when attempting various small configuration adjustments. So be warned, don't expect it to work entirely without issues.

It goes without saying, if anyone has the time and is so inclined, the upstream project could use contributors and maintainers.

Latest Comments

1 2 3 4 5 6 7 Next › Last »

lightdot commented on 2025-09-05 18:27 (UTC) (edited on 2025-09-05 18:36 (UTC) by lightdot)

For those who would prefer not to build qt5-webkit or cmake3 themselves, @FabioLolix has contributed prebuilt packages (link here). Especially the former is quite a build.

As for the Fontmatrix itself, the upstream project is archived and not actively developed anymore. I still find it very useful though, although it often crashes when attempting various small configuration adjustments. So be warned, don't expect it to work entirely without issues.

It goes without saying, if anyone has the time and is so inclined, the upstream project could use contributors and maintainers.

dante-evil commented on 2025-09-05 11:55 (UTC)

Español:Este repositorio contiene un PKGBUILD probado y compilado que permite instalar y ejecutar correctamente Fonmtrix en sistemas Arch Linux y derivados. La versión aquí documentada ha sido verificada en entornos reproducibles, asegurando compatibilidad con cmake3-bin y flujos de compilación optimizados. Fonmtrix queda completamente funcional tras la instalación, listo para integrarse en entornos técnicos, creativos o pedagógicos.

English: This repository includes a tested and compiled PKGBUILD that enables proper installation and execution of Fonmtrix on Arch Linux and derivatives. The documented version has been verified in reproducible environments, ensuring compatibility with cmake3-bin and optimized build flows. Fonmtrix becomes fully functional after installation, ready to integrate into technical, creative, or educational environments. https://gist.github.com/LEONARDO-DANIEL/54c39e73f3ac69b68f03605fd47ece1d

lightdot commented on 2025-06-17 00:39 (UTC) (edited on 2025-06-20 21:49 (UTC) by lightdot)

At the moment, libxml2-legacy needs to be in the makedepends for the fontmatrix to build, since libxml2.so.2 is still required.

SanskritFritz commented on 2024-06-15 09:27 (UTC)

Has anyone tried to build Fontmatrix with qt6?

fow0ryl commented on 2024-06-03 11:22 (UTC)

fontmatrix did not work with qt6 because of conflicting dependencies

SanskritFritz commented on 2022-01-05 21:05 (UTC)

Thanks. I really should start using a clean chroot for building.

bardi commented on 2022-01-05 18:39 (UTC) (edited on 2022-01-05 18:40 (UTC) by bardi)

It fails to build without having qt5-tools installed.

By not providing "FindQt5LinguistTools.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5LinguistTools", but CMake did not find one.

SanskritFritz commented on 2021-12-30 15:23 (UTC) (edited on 2021-12-30 15:26 (UTC) by SanskritFritz)

I returned to the original dependency matrix, since

namcap fontmatrix-0.9.100-2-x86_64.pkg.tar.zst 
fontmatrix W: File name usr/share/fontmatrix/resources/Samples/ru/Гоголь contains non standard characters
fontmatrix W: Dependency mesa included but already satisfied
fontmatrix W: Dependency included and not needed ('qt5-svg')
fontmatrix W: Dependency included and not needed ('qt5-tools')
fontmatrix W: Dependency freetype2 included but already satisfied

SanskritFritz commented on 2021-12-30 14:20 (UTC)

Thanks for the heads-up, will fix this soon.

feufochmar commented on 2021-12-30 12:20 (UTC)

qt5-base should be listed in the depends list, not makedepends list. Also, qt5-webkit shouldn't be listed in makedepends (as it is already in depends). Also, when checking the CMakeLists.txt, you should add at least freetype2 in the depends list.