geeqie: update to 2.5.
This commit is contained in:
parent
a2e045c900
commit
3e3e743ac9
|
@ -0,0 +1,18 @@
|
|||
diff --git a/meson.build b/meson.build
|
||||
index 7dfcb71..066ceb5 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -845,10 +845,10 @@ else
|
||||
endif
|
||||
|
||||
# Ancillary files test
|
||||
-test_ancillary_files_sh = find_program('test-ancillary-files.sh', dirs : scriptsdir, required : true)
|
||||
-test('Ancillary files', test_ancillary_files_sh, args: [meson.current_source_dir()], timeout: 100, suite : 'analysis')
|
||||
+# test_ancillary_files_sh = find_program('test-ancillary-files.sh', dirs : scriptsdir, required : true)
|
||||
+# test('Ancillary files', test_ancillary_files_sh, args: [meson.current_source_dir()], timeout: 100, suite : 'analysis')
|
||||
|
||||
-summary({'Ancillary files' : ['Test runs:', true]}, section : 'Testing', bool_yn : true)
|
||||
+# summary({'Ancillary files' : ['Test runs:', true]}, section : 'Testing', bool_yn : true)
|
||||
|
||||
# Unit tests
|
||||
if conf_data.get('ENABLE_UNIT_TESTS', 0) == 1
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'geeqie'
|
||||
pkgname=geeqie
|
||||
version=2.4
|
||||
version=2.5
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config gettext xxd gdk-pixbuf-devel glib-devel"
|
||||
|
@ -13,5 +13,4 @@ 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=bf8a34bbd7baa4c61e532b5bd1cc284d1f5936f8813fcc0ff25fdbd87fc3e1bb
|
||||
make_check="no" # unpackaged markdown-lint
|
||||
checksum=99ab2e4d1a957059c20c11949ef912d7b284cc09616af98f54bc36a2b36e3068
|
||||
|
|
Loading…
Reference in New Issue