geeqie: update to 2.3.
This commit is contained in:
parent
8152ceecac
commit
1b068b504b
|
@ -0,0 +1,11 @@
|
|||
--- a/src/misc.cc
|
||||
+++ b/src/misc.cc
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
+#include <locale.h>
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'geeqie'
|
||||
pkgname=geeqie
|
||||
version=2.2
|
||||
version=2.3
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config gettext xxd gdk-pixbuf-devel glib-devel"
|
||||
|
@ -13,4 +13,5 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://www.geeqie.org"
|
||||
changelog="https://raw.githubusercontent.com/BestImageViewer/geeqie/master/NEWS"
|
||||
distfiles="https://github.com/BestImageViewer/geeqie/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=f1b04622f9730eaff588f2751e34b75869453f1e3ab8e3b48cb70813312816ce
|
||||
checksum=1ea4a3429e6953e478b25a8a5c5d22b8978a6d11bc716b4744c5146e3dade577
|
||||
make_check="no" # unpackaged markdown-lint
|
||||
|
|
Loading…
Reference in New Issue