From 0fbe866ae432a3de5775d5ea8940b263dceac3cf Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Mon, 15 Mar 2021 15:02:43 +0100 Subject: [PATCH] yad: update to 9.0. --- srcpkgs/yad/patches/tools.c.patch | 11 +++++++++++ srcpkgs/yad/template | 5 ++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/yad/patches/tools.c.patch diff --git a/srcpkgs/yad/patches/tools.c.patch b/srcpkgs/yad/patches/tools.c.patch new file mode 100644 index 000000000000..a0b9e9676db9 --- /dev/null +++ b/srcpkgs/yad/patches/tools.c.patch @@ -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 +- ++#include + #include + #include + diff --git a/srcpkgs/yad/template b/srcpkgs/yad/template index 332804d9a441..7936d5c45bbf 100644 --- a/srcpkgs/yad/template +++ b/srcpkgs/yad/template @@ -1,6 +1,6 @@ # Template file for 'yad' pkgname=yad -version=8.0 +version=9.0 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=426f14156f1239f905d4ea4fd7fe59badaa7f6c524c1bc94ec0ef5682b07350f 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 }