yad: update to 10.1.
This commit is contained in:
parent
5674e6916b
commit
22fe4f94fa
3 changed files with 2 additions and 29 deletions
|
@ -1,11 +0,0 @@
|
|||
--- 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>
|
|
@ -1,11 +0,0 @@
|
|||
--- 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'
|
||||
pkgname=yad
|
||||
version=9.3
|
||||
version=10.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-icon-browser"
|
||||
|
@ -12,14 +12,9 @@ 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=d5ca05d7658ac45490f1b49e15d24acd2c2011d88dab3f8dab0431ae9f493319
|
||||
checksum=742a5bd55de4b249eee6780bddeccb05c7ff4b158fd9743808f7d280219fd3ab
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -ivf
|
||||
intltoolize
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# Avoid conflict with disputils
|
||||
mv "${DESTDIR}"/usr/bin/{,yad-}pfd
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue