diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-17 09:11:23 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-17 09:11:23 +0000 |
| commit | bf67b62da2d99bb118449664c610a217b2624d54 (patch) | |
| tree | e625e0c73c15ea6f4cdb17fdbf50c105368be94b /repos | |
| parent | deb445e4b3724409aeadb5136f8f035acf5fd31b (diff) | |
| download | alicelinux-bf67b62da2d99bb118449664c610a217b2624d54.tar.gz alicelinux-bf67b62da2d99bb118449664c610a217b2624d54.zip | |
imv: updated to 5.0.0
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/imv/.checksum | 3 | ||||
| -rw-r--r-- | repos/extra/imv/abuild | 5 | ||||
| -rw-r--r-- | repos/extra/imv/icu76.1.patch | 11 | ||||
| -rw-r--r-- | repos/extra/imv/readme | 2 |
4 files changed, 3 insertions, 18 deletions
diff --git a/repos/extra/imv/.checksum b/repos/extra/imv/.checksum index 363be5e1..47ad2fcf 100644 --- 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 index 8b3771b9..395350b8 100644 --- 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 deleted file mode 100644 index 3cfb6748..00000000 --- a/repos/extra/imv/icu76.1.patch +++ /dev/null @@ -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 deleted file mode 100644 index 0eb659d4..00000000 --- a/repos/extra/imv/readme +++ /dev/null @@ -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'. |