fontmatrix: remove

Dead upstream, depends on qt4
This commit is contained in:
maxice8 2018-12-20 23:06:24 -02:00 committed by maxice8
parent 7033c85574
commit dbfc340959
3 changed files with 6 additions and 26 deletions

View file

@ -0,0 +1 @@
fontmatrix is no longer provided by Void Linux, and will be fully removed from the repos on 2019/03/20

View file

@ -1,11 +0,0 @@
--- src/fmutils.cpp.orig 2017-08-13 19:07:51.821535347 +0200
+++ src/fmutils.cpp 2017-08-13 19:05:51.995947873 +0200
@@ -12,7 +12,7 @@
#include "fmutils.h"
-#if !defined(_WIN32) && !defined(Q_OS_MAC)
+#if !defined(_WIN32) && !defined(Q_OS_MAC) && defined(__GLIBC__)
#include <execinfo.h>
#include <cxxabi.h>
#include <cstdlib>

View file

@ -1,19 +1,9 @@
# Template file for 'fontmatrix'
pkgname=fontmatrix
version=0.6.0.20171228
revision=1
_commit=8108e6ea8b5944a92d7f27c40509b8e890ddaff1
wrksrc="${pkgname}-${_commit}"
build_style=cmake
hostmakedepends="pkg-config"
makedepends="fontconfig-devel MesaLib-devel qt-webkit-devel"
short_desc="Free font collections manager"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-2.0-or-later"
revision=2
noarch=yes
build_style=meta
short_desc="Free font collections manager (removed package)"
license="metapackage"
homepage="https://github.com/fontmatrix/fontmatrix"
distfiles="https://github.com/fontmatrix/fontmatrix/archive/${_commit}.tar.gz"
checksum=1fa442e5bafb08265e1078d522ca0e8a8b864ab8544fb5ce4fd77ebb2f7bfc1d
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt-devel"
fi