From ccec582601d7277e42d7f6cccc098a714040a318 Mon Sep 17 00:00:00 2001 From: zenobit Date: Thu, 4 Jul 2024 12:07:40 +0200 Subject: [PATCH] yad: update to 14.1 --- srcpkgs/yad/patches/find-webkit2gtk.patch | 22 ---------------------- srcpkgs/yad/template | 6 +++--- 2 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 srcpkgs/yad/patches/find-webkit2gtk.patch diff --git a/srcpkgs/yad/patches/find-webkit2gtk.patch b/srcpkgs/yad/patches/find-webkit2gtk.patch deleted file mode 100644 index 39b7f0a76b3137..00000000000000 --- a/srcpkgs/yad/patches/find-webkit2gtk.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 1185fed36da8aaa2e06a8229ea308a63fe0a5c75 Mon Sep 17 00:00:00 2001 -From: oreo639 -Date: Sat, 24 Feb 2024 19:04:38 -0800 -Subject: [PATCH] allow building with webkit2gtk-4.1 - ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index 252cace..e6f72c5 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -34,7 +34,7 @@ AC_ARG_ENABLE([html], - [Build YAD with HTML widget])], - [build_html=$enableval], [build_html=yes]) - if test x$build_html = xyes; then -- PKG_CHECK_MODULES([HTML], [webkit2gtk-4.0], [have_html=yes], [have_html=no]) -+ PKG_CHECK_MODULES([HTML], [webkit2gtk-4.1], [have_html=yes], [PKG_CHECK_MODULES([HTML], [webkit2gtk-4.0], [have_html=yes], [have_html=no])]) - else - have_html=no - fi diff --git a/srcpkgs/yad/template b/srcpkgs/yad/template index 2b6935c79af3d5..53a0bc711aee66 100644 --- a/srcpkgs/yad/template +++ b/srcpkgs/yad/template @@ -1,7 +1,7 @@ # Template file for 'yad' pkgname=yad -version=13.0 -revision=2 +version=14.1 +revision=1 build_style=gnu-configure configure_args="--enable-icon-browser" hostmakedepends="automake gettext-devel glib-devel intltool pkg-config" @@ -12,7 +12,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/v1cont/yad" changelog="https://raw.githubusercontent.com/v1cont/yad/master/NEWS" distfiles="https://github.com/v1cont/yad/releases/download/v${version}/yad-${version}.tar.xz" -checksum=194198c4a58e20ceffd9a3206633c3726d962d7d4219edb77aeb748897403e34 +checksum=dde047a915cd8d3892c32b6ba031876f5cda673e01882c99613f043867c88133 pre_configure() { autoreconf -ivf