Skip to content

Commit 16016f8

Browse files
committed
kiwix-lib: rebuild with libicu78
1 parent a3fc482 commit 16016f8

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
--- a/meson.build
2+
+++ b/meson.build
3+
@@ -20,7 +20,10 @@ if (compiler.get_id() == 'gcc' and build
4+
else
5+
thread_dep = dependency('', required:false)
6+
endif
7+
-libicu_dep = dependency('icu-i18n', static:static_deps)
8+
+libicu_dep = [
9+
+ dependency('icu-i18n', static:static_deps),
10+
+ dependency('icu-uc', static:static_deps)
11+
+]
12+
pugixml_dep = dependency('pugixml', static:static_deps)
13+
libcurl_dep = dependency('libcurl', static:static_deps)
14+
microhttpd_dep = dependency('libmicrohttpd', static:static_deps)

srcpkgs/kiwix-lib/template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'kiwix-lib'
22
pkgname=kiwix-lib
33
version=14.0.0
4-
revision=2
4+
revision=3
55
build_style=meson
66
hostmakedepends="pkg-config"
77
makedepends="icu-devel libzim-devel pugixml-devel xapian-core-devel

0 commit comments

Comments
 (0)