2016-12-31 13:16:31 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.freedesktop.org/wiki/Software/fontconfig/
|
2015-06-13 01:03:31 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Library for configuring and customizing font access"
|
2022-03-20 14:52:01 +01:00
|
|
|
TERMUX_PKG_LICENSE="MIT"
|
2020-12-20 14:16:34 +01:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2022-04-05 06:15:38 +02:00
|
|
|
TERMUX_PKG_VERSION=2.14.0
|
|
|
|
TERMUX_PKG_SRCURL=https://www.freedesktop.org/software/fontconfig/release/fontconfig-${TERMUX_PKG_VERSION}.tar.xz
|
|
|
|
TERMUX_PKG_SHA256=dcbeb84c9c74bbfdb133d535fe1c7bedc9f2221a8daf3914b984c44c520e9bac
|
2020-01-09 13:51:41 +01:00
|
|
|
TERMUX_PKG_DEPENDS="freetype, libxml2, libpng, libuuid, ttf-dejavu, zlib"
|
2019-07-20 10:42:33 +02:00
|
|
|
TERMUX_PKG_BREAKS="fontconfig-dev"
|
|
|
|
TERMUX_PKG_REPLACES="fontconfig-dev"
|
2017-07-26 14:21:12 +02:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
|
|
--enable-libxml2
|
|
|
|
--enable-iconv=no
|
|
|
|
--disable-docs
|
|
|
|
--with-default-fonts=/system/fonts
|
|
|
|
--with-add-fonts=$TERMUX_PREFIX/share/fonts
|
|
|
|
"
|