diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-11-17 09:12:02 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-11-17 09:12:02 +0000 |
| commit | b30d64967ef2cb8fc4e8d28f8aab8e7e14e4551e (patch) | |
| tree | 08a7333cb1776e8cc2214830a9c0dd346ac914eb /imv | |
| parent | 98a24f715c5b1f037a9ea838cf90fe5129cdcb43 (diff) | |
| download | alicelinux-b30d64967ef2cb8fc4e8d28f8aab8e7e14e4551e.tar.gz alicelinux-b30d64967ef2cb8fc4e8d28f8aab8e7e14e4551e.zip | |
Woodpecker CI daded921a7f2e27c5d69328d11150879a991e090 [SKIP CI]
Diffstat (limited to 'imv')
| -rw-r--r-- | imv/.checksum | 3 | ||||
| -rw-r--r-- | imv/abuild | 5 | ||||
| -rw-r--r-- | imv/icu76.1.patch | 11 | ||||
| -rw-r--r-- | imv/readme | 2 |
4 files changed, 3 insertions, 18 deletions
diff --git a/imv/.checksum b/imv/.checksum index 363be5e1..47ad2fcf 100644 --- a/imv/.checksum +++ b/imv/.checksum @@ -1,2 +1 @@ -c5896188364ae669363b448fa1604fec9fd39e5e217823b8654ff387a5d2942c icu76.1.patch -2c51ad23e92cec1dcbc0ee803fd54dcdac21b932c4e18086eec861db3007dad9 imv-4.5.0.tar.gz +1d8bc1c47e9262cdea2db3d7d16f2453c11eb960c0a338f748271f4cecfc6f4b imv-5.0.0.tar.gz @@ -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/imv/icu76.1.patch b/imv/icu76.1.patch deleted file mode 100644 index 3cfb6748..00000000 --- a/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/imv/readme b/imv/readme deleted file mode 100644 index 0eb659d4..00000000 --- a/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'. |