From d97cbd4b172460642081686661864c0c45ddde01 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 25 May 2021 14:27:58 +0300 Subject: [PATCH] xfce4-appfinder: remove intltool build time dependency It is not necessary to specify host build tools (installed by setup-ubuntu.sh) as build depends. --- x11-packages/xfce4-appfinder/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-packages/xfce4-appfinder/build.sh b/x11-packages/xfce4-appfinder/build.sh index bdbc5f00b..0bd24c778 100644 --- a/x11-packages/xfce4-appfinder/build.sh +++ b/x11-packages/xfce4-appfinder/build.sh @@ -6,4 +6,3 @@ TERMUX_PKG_VERSION=$_MAJOR_VERSION.1 TERMUX_PKG_SRCURL=https://archive.xfce.org/src/xfce/xfce4-appfinder/$_MAJOR_VERSION/xfce4-appfinder-$TERMUX_PKG_VERSION.tar.bz2 TERMUX_PKG_SHA256=bfe3e9bd92695014ee74a2fbb7f5fd1b4c29cf043c4a11598b8958324c81e7ec TERMUX_PKG_DEPENDS="glib, gtk3, libxfce4ui, garcon" -TERMUX_PKG_BUILD_DEPENDS="intltool"