libzim: update to 4.0.0.
Closes #11. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
e7b292d8fb
commit
eeb5473ddd
@ -3061,8 +3061,8 @@ libfswatch.so.9 fswatch-1.11.2_1
|
|||||||
libhackrf.so.0 libhackrf-2017.02.1_1
|
libhackrf.so.0 libhackrf-2017.02.1_1
|
||||||
libtecla.so.1 libtecla-1.6.3_1
|
libtecla.so.1 libtecla-1.6.3_1
|
||||||
libtecla_r.so.1 libtecla-1.6.3_1
|
libtecla_r.so.1 libtecla-1.6.3_1
|
||||||
libzim.so.3 libzim-3.0.0_1
|
libzim.so.4 libzim-4.0.0_1
|
||||||
libkiwix.so.1 kiwix-lib-1.0.1_1
|
libkiwix.so.2 kiwix-lib-2.0.0_1
|
||||||
libctpp2.so.2 ctpp2-2.8.3_1
|
libctpp2.so.2 ctpp2-2.8.3_1
|
||||||
librpm.so.8 rpm-4.14.1_1
|
librpm.so.8 rpm-4.14.1_1
|
||||||
librpmsign.so.8 rpm-4.14.1_1
|
librpmsign.so.8 rpm-4.14.1_1
|
||||||
|
16
srcpkgs/libzim/patches/werror.patch
Normal file
16
srcpkgs/libzim/patches/werror.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Author: maxice8
|
||||||
|
Upstream: no
|
||||||
|
Reason: Fixes compilation
|
||||||
|
|
||||||
|
--- meson.build
|
||||||
|
+++ meson.build
|
||||||
|
@@ -1,7 +1,7 @@
|
||||||
|
project('libzim', ['c', 'cpp'],
|
||||||
|
version : '3.3.0',
|
||||||
|
license : 'GPL2',
|
||||||
|
- default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
||||||
|
+ default_options : ['c_std=c11', 'cpp_std=c++11'])
|
||||||
|
|
||||||
|
conf = configuration_data()
|
||||||
|
conf.set('VERSION', '"@0@"'.format(meson.project_version()))
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'libzim'
|
# Template file for 'libzim'
|
||||||
pkgname=libzim
|
pkgname=libzim
|
||||||
version=3.2.0
|
version=4.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config git"
|
hostmakedepends="pkg-config git"
|
||||||
@ -8,15 +8,20 @@ makedepends="liblzma-devel $(vopt_if zlib zlib-devel)
|
|||||||
$(vopt_if xapian "xapian-core-devel icu-devel")"
|
$(vopt_if xapian "xapian-core-devel icu-devel")"
|
||||||
short_desc="Library to read and write ZIM files"
|
short_desc="Library to read and write ZIM files"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
|
#changelog="https://github.com/openzim/libzim/blob/${version}/ChangeLog"
|
||||||
homepage="http://www.openzim.org/"
|
homepage="http://www.openzim.org/"
|
||||||
distfiles="https://github.com/openzim/libzim/archive/${version}.tar.gz"
|
distfiles="https://github.com/openzim/libzim/archive/${version}.tar.gz"
|
||||||
checksum=9b39a21b62b88b60fdb2f59870ed611c175b9b20c8cd7e51ed01589bf055c8af
|
checksum=e195d30ba1b55dd2b6529fdd84fcbed6ec35ed4ddc957ad7725edabd20c3126c
|
||||||
replaces="libzim-tools>=0"
|
replaces="libzim-tools>=0"
|
||||||
|
|
||||||
build_options="zlib xapian"
|
build_options="zlib xapian"
|
||||||
build_options_default="zlib xapian"
|
build_options_default="zlib xapian"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
:
|
||||||
|
}
|
||||||
|
|
||||||
libzim-devel_package() {
|
libzim-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision}
|
depends="${sourcepkg}>=${version}_${revision}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user