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.
This commit is contained in:
Leonid Pliushch 2021-05-25 14:28:35 +03:00 committed by Yaksh Bariya
parent d97cbd4b17
commit 4eff6c53b9
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 0 additions and 1 deletions

View File

@ -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"