mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
libzim: update to 4.0.1.
This commit is contained in:
parent
31ebe53587
commit
3af4132306
2 changed files with 4 additions and 20 deletions
|
@ -1,16 +0,0 @@
|
||||||
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,7 +1,7 @@
|
||||||
# Template file for 'libzim'
|
# Template file for 'libzim'
|
||||||
pkgname=libzim
|
pkgname=libzim
|
||||||
version=4.0.0
|
version=4.0.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config git"
|
hostmakedepends="pkg-config git"
|
||||||
makedepends="liblzma-devel $(vopt_if zlib zlib-devel)
|
makedepends="liblzma-devel $(vopt_if zlib zlib-devel)
|
||||||
|
@ -9,10 +9,10 @@ makedepends="liblzma-devel $(vopt_if zlib zlib-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.0-or-later"
|
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/"
|
||||||
|
changelog="https://github.com/openzim/libzim/blob/${version}/ChangeLog"
|
||||||
distfiles="https://github.com/openzim/libzim/archive/${version}.tar.gz"
|
distfiles="https://github.com/openzim/libzim/archive/${version}.tar.gz"
|
||||||
checksum=e195d30ba1b55dd2b6529fdd84fcbed6ec35ed4ddc957ad7725edabd20c3126c
|
checksum=8e26cfea24a77cdc0ad7d51ad2df939130ad4c489f28c90fdc6ffc1b0da0a085
|
||||||
replaces="libzim-tools>=0"
|
replaces="libzim-tools>=0"
|
||||||
|
|
||||||
build_options="zlib xapian"
|
build_options="zlib xapian"
|
||||||
|
|
Loading…
Add table
Reference in a new issue