mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
geeqie: update to 2.5.
This commit is contained in:
parent
a2e045c900
commit
3e3e743ac9
2 changed files with 20 additions and 3 deletions
18
srcpkgs/geeqie/patches/disable-ancillary-files-test.patch
Normal file
18
srcpkgs/geeqie/patches/disable-ancillary-files-test.patch
Normal file
|
@ -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'
|
# Template file for 'geeqie'
|
||||||
pkgname=geeqie
|
pkgname=geeqie
|
||||||
version=2.4
|
version=2.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config gettext xxd gdk-pixbuf-devel glib-devel"
|
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"
|
homepage="https://www.geeqie.org"
|
||||||
changelog="https://raw.githubusercontent.com/BestImageViewer/geeqie/master/NEWS"
|
changelog="https://raw.githubusercontent.com/BestImageViewer/geeqie/master/NEWS"
|
||||||
distfiles="https://github.com/BestImageViewer/geeqie/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/BestImageViewer/geeqie/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=bf8a34bbd7baa4c61e532b5bd1cc284d1f5936f8813fcc0ff25fdbd87fc3e1bb
|
checksum=99ab2e4d1a957059c20c11949ef912d7b284cc09616af98f54bc36a2b36e3068
|
||||||
make_check="no" # unpackaged markdown-lint
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue