yad: update to 8.0

- patch: add `#include <locale.h>` for `browser.c`
(otherwise compile error on musl)
This commit is contained in:
Benjamin Slade 2021-02-17 14:53:44 -07:00 committed by Érico Nogueira Rolim
parent 6fb62e2a86
commit d7ee7d678f
2 changed files with 15 additions and 3 deletions

View file

@ -0,0 +1,11 @@
--- src/browser.c 2021-02-23 16:13:54.703468769 -0700
+++ src/browser.c.new 2021-02-23 16:14:36.647362079 -0700
@@ -18,7 +18,7 @@
*/
#include <config.h>
-
+#include <locale.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <gdk/gdkkeysyms.h>

View file

@ -1,17 +1,18 @@
# Template file for 'yad'
pkgname=yad
version=7.3
version=8.0
revision=1
build_style=gnu-configure
configure_args="--enable-icon-browser"
hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
makedepends="gtk+3-devel webkit2gtk-devel gtksourceview-devel gspell-devel"
short_desc="Yet Another Dialog"
short_desc="Yet Another Dialog - create/interact with GTK+ dialog boxes"
maintainer="Benjamin Slade <slade@lambda-y.net>"
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=5768ffacc29903f6735d397883eeb9f049061978b78e5a8b4be5c273a06193dc
checksum=5c9538b7f242de715249e9f7d30108c0706d23219b5b1bb85cfead6ae77abff3
pre_configure() {
autoreconf -ivf