yad: update to 9.1.

This commit is contained in:
UsernameRandomlyGenerated 2021-03-15 15:02:43 +01:00 committed by Érico Nogueira Rolim
parent 64e2b33f3b
commit e6d20a6621
2 changed files with 13 additions and 3 deletions

View File

@ -0,0 +1,11 @@
--- src/tools.c 2021-03-15 15:19:06.650948813 +0100
+++ src/tools.c.new 2021-03-15 15:14:18.580955373 +0100
@@ -18,7 +18,7 @@
*/
#include <config.h>
-
+#include <locale.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>

View File

@ -1,6 +1,6 @@
# Template file for 'yad'
pkgname=yad
version=8.0
version=9.1
revision=1
build_style=gnu-configure
configure_args="--enable-icon-browser"
@ -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=5c9538b7f242de715249e9f7d30108c0706d23219b5b1bb85cfead6ae77abff3
checksum=288142d338c055d3839083d8146c6f270bd5a17f78ff9cd2a3c41a8cf31a0e92
pre_configure() {
autoreconf -ivf
@ -22,5 +22,4 @@ pre_configure() {
post_install() {
# Avoid conflict with disputils
mv "${DESTDIR}"/usr/bin/{,yad-}pfd
mv "${DESTDIR}"/usr/share/man/man1/{,yad-}pfd.1
}