yad: update to 8.0
- patch: add `#include <locale.h>` for `browser.c` (otherwise compile error on musl)
This commit is contained in:
parent
6fb62e2a86
commit
d7ee7d678f
2 changed files with 15 additions and 3 deletions
11
srcpkgs/yad/patches/browser.c.patch
Normal file
11
srcpkgs/yad/patches/browser.c.patch
Normal 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>
|
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'yad'
|
# Template file for 'yad'
|
||||||
pkgname=yad
|
pkgname=yad
|
||||||
version=7.3
|
version=8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-icon-browser"
|
configure_args="--enable-icon-browser"
|
||||||
hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
|
hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
|
||||||
makedepends="gtk+3-devel webkit2gtk-devel gtksourceview-devel gspell-devel"
|
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>"
|
maintainer="Benjamin Slade <slade@lambda-y.net>"
|
||||||
license="GPL-3.0-or-later"
|
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"
|
||||||
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=5768ffacc29903f6735d397883eeb9f049061978b78e5a8b4be5c273a06193dc
|
checksum=5c9538b7f242de715249e9f7d30108c0706d23219b5b1bb85cfead6ae77abff3
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue