xfce4-genmon-plugin: Bump to 4.2.0

This commit is contained in:
Tee KOBAYASHI 2023-04-18 10:44:55 +09:00 committed by xtkoba
parent 92d03d9282
commit d045ae5710
1 changed files with 6 additions and 10 deletions

View File

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