zenity: Bump to 3.44.0

This commit is contained in:
Tee KOBAYASHI 2023-01-26 00:44:21 +09:00 committed by xtkoba
parent 38770d81ee
commit 6272b4495f
2 changed files with 11 additions and 2 deletions

View File

@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://gitlab.gnome.org/GNOME/zenity
TERMUX_PKG_DESCRIPTION="a rewrite of gdialog, the GNOME port of dialog"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
_MAJOR_VERSION=3.43
_MAJOR_VERSION=3.44
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.0
TERMUX_PKG_SRCURL=https://download.gnome.org/sources/zenity/${_MAJOR_VERSION}/zenity-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=b0d7ca1e0c1868fa18f05c210260d8a7be1f08ee13b7f5cfdbab9b61fa16f833
TERMUX_PKG_SHA256=c15582301ed90b9d42ce521dbccf99a989f22f12041bdd5279c6636da99ebf65
TERMUX_PKG_DEPENDS="gdk-pixbuf, glib, gtk3, libnotify, libx11, pango, webkit2gtk-4.1"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Dlibnotify=true

View File

@ -0,0 +1,9 @@
--- a/meson.build
+++ b/meson.build
@@ -110,6 +110,3 @@
subdir('po')
subdir('help')
-gnome.post_install(
- gtk_update_icon_cache: true,
-)