yad: update to 9.1.
This commit is contained in:
parent
64e2b33f3b
commit
e6d20a6621
2 changed files with 13 additions and 3 deletions
11
srcpkgs/yad/patches/tools.c.patch
Normal file
11
srcpkgs/yad/patches/tools.c.patch
Normal 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>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'yad'
|
# Template file for 'yad'
|
||||||
pkgname=yad
|
pkgname=yad
|
||||||
version=8.0
|
version=9.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-icon-browser"
|
configure_args="--enable-icon-browser"
|
||||||
|
@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/v1cont/yad"
|
homepage="https://github.com/v1cont/yad"
|
||||||
changelog="https://raw.githubusercontent.com/v1cont/yad/master/NEWS"
|
changelog="https://raw.githubusercontent.com/v1cont/yad/master/NEWS"
|
||||||
distfiles="https://github.com/v1cont/yad/releases/download/v${version}/yad-${version}.tar.xz"
|
distfiles="https://github.com/v1cont/yad/releases/download/v${version}/yad-${version}.tar.xz"
|
||||||
checksum=5c9538b7f242de715249e9f7d30108c0706d23219b5b1bb85cfead6ae77abff3
|
checksum=288142d338c055d3839083d8146c6f270bd5a17f78ff9cd2a3c41a8cf31a0e92
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
|
@ -22,5 +22,4 @@ pre_configure() {
|
||||||
post_install() {
|
post_install() {
|
||||||
# Avoid conflict with disputils
|
# Avoid conflict with disputils
|
||||||
mv "${DESTDIR}"/usr/bin/{,yad-}pfd
|
mv "${DESTDIR}"/usr/bin/{,yad-}pfd
|
||||||
mv "${DESTDIR}"/usr/share/man/man1/{,yad-}pfd.1
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue