From 1d8d3d4d51a197f1e418925aebe22bc321080e4e Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 25 May 2021 14:29:43 +0300 Subject: [PATCH] xfce4-mailwatch-plugin: 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-mailwatch-plugin/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-packages/xfce4-mailwatch-plugin/build.sh b/x11-packages/xfce4-mailwatch-plugin/build.sh index 97336414d..beaec20c4 100644 --- a/x11-packages/xfce4-mailwatch-plugin/build.sh +++ b/x11-packages/xfce4-mailwatch-plugin/build.sh @@ -6,4 +6,3 @@ TERMUX_PKG_VERSION=$_MAJOR_VERSION.0 TERMUX_PKG_SRCURL=https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/$_MAJOR_VERSION/xfce4-mailwatch-plugin-$TERMUX_PKG_VERSION.tar.bz2 TERMUX_PKG_SHA256=20f91ebefd2880b27f421f773115b3740f67de2bf60feace3841bfd1a09cbe2e TERMUX_PKG_DEPENDS="glib, libxfce4ui, libxfce4util, xfce4-panel" -TERMUX_PKG_BUILD_DEPENDS="intltool"