commit bf67b62da2d99bb118449664c610a217b2624d54
parent deb445e4b3724409aeadb5136f8f035acf5fd31b
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date: Mon, 17 Nov 2025 09:11:23 +0000
imv: updated to 5.0.0
Diffstat:
4 files changed, 3 insertions(+), 18 deletions(-)
diff --git a/repos/extra/imv/.checksum b/repos/extra/imv/.checksum
@@ -1,2 +1 @@
-c5896188364ae669363b448fa1604fec9fd39e5e217823b8654ff387a5d2942c icu76.1.patch
-2c51ad23e92cec1dcbc0ee803fd54dcdac21b932c4e18086eec861db3007dad9 imv-4.5.0.tar.gz
+1d8bc1c47e9262cdea2db3d7d16f2453c11eb960c0a338f748271f4cecfc6f4b imv-5.0.0.tar.gz
diff --git a/repos/extra/imv/abuild b/repos/extra/imv/abuild
@@ -1,7 +1,6 @@
name=imv
-version=4.5.0
+version=5.0.0
release=1
-source="imv-${version}.tar.gz::https://git.sr.ht/~exec64/${name}/archive/v${version}.tar.gz
- icu76.1.patch"
+source="imv-${version}.tar.gz::https://git.sr.ht/~exec64/${name}/archive/v${version}.tar.gz"
[ -f $SPM_PKGDB/libx11 ] && build_opt="-Dwindows=x11"
[ -f $SPM_PKGDB/wayland ] && build_opt="-Dwindows=wayland"
diff --git a/repos/extra/imv/icu76.1.patch b/repos/extra/imv/icu76.1.patch
@@ -1,11 +0,0 @@
---- imv-v4.5.0-orig/meson.build
-+++ imv-v4.5.0/meson.build
-@@ -42,7 +42,7 @@
-
- _unicode = get_option('unicode')
- if _unicode == 'icu'
-- unicode_lib = dependency('icu-io')
-+ unicode_lib = [ dependency('icu-io'), dependency('icu-uc') ]
- add_project_arguments('-DIMV_USE_ICU', language: 'c')
- elif _unicode == 'grapheme'
- unicode_lib = cc.find_library('grapheme')
diff --git a/repos/extra/imv/readme b/repos/extra/imv/readme
@@ -1,2 +0,0 @@
-'imv' has native Wayland and X11 support but on X11 its required dependencies not in repos,
-so it stay in 'wayland' repo until all dependencies satisfied to be in 'extra'.