preload-hacks: Some patches to make it work.
[termux-packages] / packages / fontconfig / build.sh
index b2c7e81..93a9646 100644 (file)
@@ -1,9 +1,10 @@
 TERMUX_PKG_HOMEPAGE=https://www.freedesktop.org/wiki/Software/fontconfig/
 TERMUX_PKG_DESCRIPTION="Library for configuring and customizing font access"
-TERMUX_PKG_VERSION=2.12.4
-TERMUX_PKG_SHA256=668293fcc4b3c59765cdee5cee05941091c0879edcc24dfec5455ef83912e45c
+TERMUX_PKG_VERSION=2.12.6
+TERMUX_PKG_SHA256=cf0c30807d08f6a28ab46c61b8dbd55c97d2f292cf88f3a07d3384687f31f017
 TERMUX_PKG_SRCURL=https://www.freedesktop.org/software/fontconfig/release/fontconfig-${TERMUX_PKG_VERSION}.tar.bz2
 TERMUX_PKG_DEPENDS="freetype, libxml2, libpng"
+TERMUX_PKG_DEVPACKAGE_DEPENDS="freetype-dev, libxml2-dev"
 # TERMUX_PKG_BUILD_IN_SRC=yes
 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
 --enable-libxml2
@@ -12,3 +13,8 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
 --with-default-fonts=/system/fonts
 --with-add-fonts=$TERMUX_PREFIX/share/fonts
 "
+
+termux_step_pre_configure() {
+       # https://bugs.freedesktop.org/show_bug.cgi?id=101280
+       rm src/fcobjshash.h
+}