From dbfc3409590afdf79460f0b623217857902ce206 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 20 Dec 2018 23:06:24 -0200 Subject: [PATCH] fontmatrix: remove Dead upstream, depends on qt4 --- srcpkgs/fontmatrix/INSTALL.msg | 1 + srcpkgs/fontmatrix/patches/musl.patch | 11 ----------- srcpkgs/fontmatrix/template | 20 +++++--------------- 3 files changed, 6 insertions(+), 26 deletions(-) create mode 100644 srcpkgs/fontmatrix/INSTALL.msg delete mode 100644 srcpkgs/fontmatrix/patches/musl.patch diff --git a/srcpkgs/fontmatrix/INSTALL.msg b/srcpkgs/fontmatrix/INSTALL.msg new file mode 100644 index 00000000000..5e8867586df --- /dev/null +++ b/srcpkgs/fontmatrix/INSTALL.msg @@ -0,0 +1 @@ +fontmatrix is no longer provided by Void Linux, and will be fully removed from the repos on 2019/03/20 diff --git a/srcpkgs/fontmatrix/patches/musl.patch b/srcpkgs/fontmatrix/patches/musl.patch deleted file mode 100644 index 8acdf581457..00000000000 --- a/srcpkgs/fontmatrix/patches/musl.patch +++ /dev/null @@ -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 - #include - #include diff --git a/srcpkgs/fontmatrix/template b/srcpkgs/fontmatrix/template index 5784d8d85da..a206c4576a6 100644 --- a/srcpkgs/fontmatrix/template +++ b/srcpkgs/fontmatrix/template @@ -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 " -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