mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
yad: update to 1.0
This commit is contained in:
parent
6a443dcb5a
commit
74b1691b50
2 changed files with 4 additions and 17 deletions
|
@ -1,13 +0,0 @@
|
||||||
diff --git src/pfd.c src/pfd.c
|
|
||||||
index 4f6e6fb..1d817d1 100644
|
|
||||||
--- src/pfd.c
|
|
||||||
+++ src/pfd.c
|
|
||||||
@@ -22,6 +22,7 @@
|
|
||||||
#include <glib.h>
|
|
||||||
#include <glib/gi18n.h>
|
|
||||||
#include <pango/pango.h>
|
|
||||||
+#include <locale.h>
|
|
||||||
|
|
||||||
typedef enum {
|
|
||||||
PANGO_SPEC,
|
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'yad'
|
# Template file for 'yad'
|
||||||
pkgname=yad
|
pkgname=yad
|
||||||
version=0.42.0
|
version=1.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+-devel"
|
makedepends="gtk+3-devel"
|
||||||
short_desc="Yet Another Dialog"
|
short_desc="Yet Another Dialog"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/v1cont/yad"
|
homepage="https://github.com/v1cont/yad"
|
||||||
distfiles="https://github.com/v1cont/yad/archive/v${version}.tar.gz"
|
distfiles="https://github.com/v1cont/yad/archive/${version}.tar.gz"
|
||||||
checksum=f2d2e54d3ad4c27eda0f92623fab93059ae95a3dd52fd32b007d3a1adc2cad91
|
checksum=2e799ac8b37f3f6087a608c7eae9abd6ba57f3b87fe183c8d8c588100303057d
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
|
|
Loading…
Add table
Reference in a new issue