Package Details: fontmatrix 0.9.100-2

Git Clone URL: https://aur.archlinux.org/fontmatrix.git (read-only, click to copy)
Package Base: fontmatrix
Description: Font manager for Linux
Upstream URL: https://github.com/fontmatrix/fontmatrix
Licenses: GPL
Submitter: michalm
Maintainer: SanskritFritz
Last Packager: SanskritFritz
Votes: 136
Popularity: 0.000002
First Submitted: 2008-01-21 20:01 (UTC)
Last Updated: 2022-01-05 21:08 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

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.

SanskritFritz commented on 2021-11-02 21:30 (UTC)

Updated. Hope you don't mind I didn't increase the pkgrel.

SanskritFritz commented on 2021-11-02 21:18 (UTC)

Thanks for this epic help too, will update the package soon :D

lightdot commented on 2021-11-02 21:06 (UTC) (edited on 2021-11-02 21:08 (UTC) by lightdot)

@SanskritFritz, what's so epic about it? Just try building the package in a clean chroot.

==> Starting build()...
CMake Warning (dev) at CMakeLists.txt:122:
  Syntax Warning in cmake code at column 25

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is GNU 11.1.0
-- The CXX compiler identification is GNU 11.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:4 (CMAKE_MINIMUM_REQUIRED):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Building Fontmatrix 0.9.100
-- Fontmatrix will be installed under /usr
CMake Error at CMakeLists.txt:112 (find_package):
  By not providing "FindQt5Svg.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt5Svg", but
  CMake did not find one.

  Could not find a package configuration file provided by "Qt5Svg" with any
  of the following names:

    Qt5SvgConfig.cmake
    qt5svg-config.cmake

  Add the installation prefix of "Qt5Svg" to CMAKE_PREFIX_PATH or set
  "Qt5Svg_DIR" to a directory containing one of the above files.  If "Qt5Svg"
  provides a separate development package or SDK, be sure it has been
  installed.


-- Configuring incomplete, errors occurred!
See also "/build/fontmatrix/src/fontmatrix-0.9.100/build/CMakeFiles/CMakeOutput.log".

SanskritFritz commented on 2021-11-01 17:09 (UTC)

That's an epic list of makedepends, where did you get it from?