diff --git a/x11-packages/xfce4-genmon-plugin/build.sh b/x11-packages/xfce4-genmon-plugin/build.sh index fd8d1b5b86..9e25974c42 100644 --- a/x11-packages/xfce4-genmon-plugin/build.sh +++ b/x11-packages/xfce4-genmon-plugin/build.sh @@ -2,13 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin TERMUX_PKG_DESCRIPTION="Display cyclically run script or program output onto the panel" TERMUX_PKG_LICENSE="LGPL-2.1" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=4.1.1 -TERMUX_PKG_SRCURL=https://gitlab.xfce.org/panel-plugins/xfce4-genmon-plugin/-/archive/xfce4-genmon-plugin-${TERMUX_PKG_VERSION}/xfce4-genmon-plugin-xfce4-genmon-plugin-${TERMUX_PKG_VERSION}.tar -TERMUX_PKG_SHA256=727bb05022c5f25e83977311a1051dd3d211964c7d464fa14312e681198bc9cd -TERMUX_PKG_DEPENDS="hicolor-icon-theme, xfce4-panel" -TERMUX_PKG_BUILD_DEPENDS="intltool" - - -termux_step_pre_configure () { - NOCONFIGURE=1 ./autogen.sh -} +_MAJOR_VERSION=4.2 +TERMUX_PKG_VERSION=${_MAJOR_VERSION}.0 +TERMUX_PKG_SRCURL=https://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/${_MAJOR_VERSION}/xfce4-genmon-plugin-${TERMUX_PKG_VERSION}.tar.bz2 +TERMUX_PKG_SHA256=948d08ee5f2140847f109b531bc1d4cc6268496913ea7600d3c5ad89025a0362 +TERMUX_PKG_DEPENDS="atk, gdk-pixbuf, glib, gtk3, harfbuzz, libcairo, libxfce4ui, libxfce4util, pango, xfce4-panel, xfconf, zlib" +TERMUX_PKG_RECOMMENDS="hicolor-icon-theme"