From 36ec3a70120f552a7b0699065e0fc22f5bcc4504 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 26 May 2019 19:39:45 +0300 Subject: [PATCH] xorg-mkfontscale: depend on findutils --- x11-packages/xorg-mkfontscale/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-packages/xorg-mkfontscale/build.sh b/x11-packages/xorg-mkfontscale/build.sh index ab1f9a85a..b156969aa 100644 --- a/x11-packages/xorg-mkfontscale/build.sh +++ b/x11-packages/xorg-mkfontscale/build.sh @@ -3,10 +3,10 @@ TERMUX_PKG_DESCRIPTION="Create an index of scalable font files for X" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="Leonid Plyushch " TERMUX_PKG_VERSION=1.2.1 -TERMUX_PKG_REVISION=2 +TERMUX_PKG_REVISION=3 TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/archive/individual/app/mkfontscale-${TERMUX_PKG_VERSION}.tar.bz2 TERMUX_PKG_SHA256=ca0495eb974a179dd742bfa6199d561bda1c8da4a0c5a667f21fd82aaab6bac7 -TERMUX_PKG_DEPENDS="freetype, libfontenc, zlib" +TERMUX_PKG_DEPENDS="findutils, freetype, libfontenc, zlib" TERMUX_PKG_BUILD_DEPENDS="xorg-util-macros, xorgproto" TERMUX_PKG_CONFLICTS="xorg-mkfontdir" TERMUX_PKG_REPLACES="xorg-mkfontdir"