From 3e3e743ac94f605212f633c1e5e259caa6c54e60 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 23 Sep 2024 12:25:20 +0530 Subject: [PATCH] geeqie: update to 2.5. --- .../patches/disable-ancillary-files-test.patch | 18 ++++++++++++++++++ srcpkgs/geeqie/template | 5 ++--- 2 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/geeqie/patches/disable-ancillary-files-test.patch diff --git a/srcpkgs/geeqie/patches/disable-ancillary-files-test.patch b/srcpkgs/geeqie/patches/disable-ancillary-files-test.patch new file mode 100644 index 00000000000..ede089e60d0 --- /dev/null +++ b/srcpkgs/geeqie/patches/disable-ancillary-files-test.patch @@ -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 diff --git a/srcpkgs/geeqie/template b/srcpkgs/geeqie/template index 438e307fd12..b804a3dcb98 100644 --- a/srcpkgs/geeqie/template +++ b/srcpkgs/geeqie/template @@ -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