New package: fontmatrix-0.6.0.20171228 (#174)
This commit is contained in:
parent
7386b6f52c
commit
631d6b3463
2 changed files with 30 additions and 0 deletions
11
srcpkgs/fontmatrix/patches/musl.patch
Normal file
11
srcpkgs/fontmatrix/patches/musl.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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>
|
19
srcpkgs/fontmatrix/template
Normal file
19
srcpkgs/fontmatrix/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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"
|
||||
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
|
Loading…
Reference in a new issue