Package Details: fontmatrix-git 0.6.0.r174.g8108e6e-1

Git Clone URL: https://aur.archlinux.org/fontmatrix-git.git (read-only, click to copy)
Package Base: fontmatrix-git
Description: Font manager for Linux
Upstream URL: https://github.com/fontmatrix-git/fontmatrix-git
Licenses: GPL
Conflicts: fontmatrix
Provides: fontmatrix
Submitter: alucryd
Maintainer: None
Last Packager: severach
Votes: 20
Popularity: 0.000000
First Submitted: 2014-04-01 07:49 (UTC)
Last Updated: 2019-01-18 03:57 (UTC)

Latest Comments

1 2 Next › Last »

kolewu commented on 2020-06-07 22:16 (UTC)

With the following changes the applications builds with qt5 (maybe some/all of the included libraries should be replaced by the system ones):

@@ -19,8 +19,8 @@ makedepends=('cmake' 'git' 'mesa')
 provides=("fontmatrix=${pkgver%%.r*}")
 conflicts=('fontmatrix')
 _srcdir="${pkgname%-*}"
-#source=('git+https://github.com/popolon/fontmatrix.git')
-source=('git+https://github.com/fontmatrix/fontmatrix.git')
+#source=('git+https://github.com/fontmatrix/fontmatrix.git')
+source=('git+https://github.com/fcoiffie/fontmatrix.git#branch=qt5')
 sha256sums=('SKIP')

 pkgver() {
@@ -40,9 +40,6 @@ build() {
   mkdir -p 'build'
   cd 'build'

-  declare -A _bits=([i686]='32' [x86_64]='64')
-  QTDIR='/usr' \
-  QMAKESPEC="/usr/share/qt/mkspecs/linux-g++-${_bits[${CARCH}]}" \
   cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr'
   make
   set +u

es20490446e commented on 2019-08-09 19:17 (UTC)

It doesn't seem to be working:

https://youtu.be/qJZEtopyoS0

es20490446e commented on 2019-08-09 18:55 (UTC)

qtwebkit takes several hours to build, while qtwebkit-bin provides the same software in seconds. I would use the second as dependency.

haawda commented on 2013-05-20 18:54 (UTC)

Done, without increasing pkgrel.

Markus00000 commented on 2013-05-20 09:38 (UTC)

The correct URL is http://fontmatrix.be/.

Ghost91 commented on 2012-07-22 16:36 (UTC)

I orphaned it, but I don't think these patches belong in the aur. You should try to contact the developers.

haawda commented on 2012-07-22 12:53 (UTC)

acvoight, the package is orphaned. You can take maintainership and upload your PKGBUILD right here.

<deleted-account> commented on 2012-07-22 02:56 (UTC)

Updated PKGBUILD, install file and two patches (typo fixes): http://dl.dropbox.com/u/7494096/fontmatrix-svn-1220-1.src.tar.gz

haawda commented on 2011-02-26 21:44 (UTC)

adopted, added install file.

ecraven commented on 2010-09-09 08:01 (UTC)

adopted the package, removed the erroneous line.