From 4eff6c53b9310595ced0b52edd9ed77a2280c559 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 25 May 2021 14:28:35 +0300 Subject: [PATCH] xfce4-calculator-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-calculator-plugin/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-packages/xfce4-calculator-plugin/build.sh b/x11-packages/xfce4-calculator-plugin/build.sh index d181deffc..c6e07f607 100644 --- a/x11-packages/xfce4-calculator-plugin/build.sh +++ b/x11-packages/xfce4-calculator-plugin/build.sh @@ -6,4 +6,3 @@ TERMUX_PKG_VERSION=$_MAJOR_VERSION.1 TERMUX_PKG_SRCURL=https://archive.xfce.org/src/panel-plugins/xfce4-calculator-plugin/$_MAJOR_VERSION/xfce4-calculator-plugin-$TERMUX_PKG_VERSION.tar.bz2 TERMUX_PKG_SHA256=e4016a03c3ef4ebddd97e4135f5e304f80677033c98e19644b9989ec6f5ada81 TERMUX_PKG_DEPENDS="libxfce4ui, libxfce4util, xfce4-panel, gtk3" -TERMUX_PKG_BUILD_DEPENDS="intltool"