Github messages for voidlinux
 help / color / mirror / Atom feed
From: zen0bit <zen0bit@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] yad: update to 14.1
Date: Thu, 04 Jul 2024 17:22:17 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51109@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 457 bytes --]

There is a new pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/VUR yad
https://github.com/void-linux/void-packages/pull/51109

yad: update to 14.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

A patch file from https://github.com/void-linux/void-packages/pull/51109.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yad-51109.patch --]
[-- Type: text/x-diff, Size: 2323 bytes --]

From ccec582601d7277e42d7f6cccc098a714040a318 Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
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 <oreo6391@gmail.com>
-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

             reply	other threads:[~2024-07-04 15:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-04 15:22 zen0bit [this message]
2024-07-05 21:22 ` [PR PATCH] [Closed]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51109@inbox.vuxu.org \
    --to=zen0bit@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).