kiwix-lib: update to 3.0.0.
This commit is contained in:
parent
61e8c1ea84
commit
34c600aad1
2 changed files with 7 additions and 7 deletions
|
@ -2944,7 +2944,7 @@ libhackrf.so.0 libhackrf-2017.02.1_1
|
|||
libtecla.so.1 libtecla-1.6.3_1
|
||||
libtecla_r.so.1 libtecla-1.6.3_1
|
||||
libzim.so.4 libzim-4.0.0_1
|
||||
libkiwix.so.2 kiwix-lib-2.0.0_1
|
||||
libkiwix.so.3 kiwix-lib-3.0.0_1
|
||||
libctpp2.so.2 ctpp2-2.8.3_1
|
||||
libaria2.so.0 libaria2-1.33.1_3
|
||||
librpm.so.8 librpm-4.14.1_1
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'kiwix-lib'
|
||||
pkgname=kiwix-lib
|
||||
version=2.0.2
|
||||
revision=3
|
||||
version=3.0.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config ctpp2"
|
||||
makedepends="icu-devel libzim-devel pugixml-devel xapian-core-devel
|
||||
$(vopt_if ctpp2 ctpp2-devel) $(vopt_if aria2 libaria2-devel)
|
||||
$(vopt_if ctpp2 ctpp2-devel) libcurl-devel
|
||||
gtest-devel"
|
||||
short_desc="Common code base for all Kiwix ports"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
|
@ -13,10 +13,10 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://www.kiwix.org/"
|
||||
changelog="https://github.com/kiwix/kiwix-lib/blob/${version}/ChangeLog"
|
||||
distfiles="https://github.com/kiwix/kiwix-lib/archive/${version}.tar.gz"
|
||||
checksum=af73875d7845d5333ae04462859cdbe3620294a06938440423ab9d967e6d7638
|
||||
checksum=3ec4e3f1b78fac5a586440387209ef25fa4c488d9e49115d7c3907c0fe57c239
|
||||
|
||||
build_options="aria2 ctpp2"
|
||||
build_options_default="aria2 ctpp2"
|
||||
build_options="ctpp2"
|
||||
build_options_default="ctpp2"
|
||||
|
||||
kiwix-lib-devel_package() {
|
||||
short_desc+=" - development packages"
|
||||
|
|
Loading…
Reference in a new issue