From 3af4132306108aeee186fda6d37f9930162a96fd Mon Sep 17 00:00:00 2001 From: John Date: Fri, 3 Aug 2018 21:18:20 +0200 Subject: [PATCH] libzim: update to 4.0.1. --- srcpkgs/libzim/patches/werror.patch | 16 ---------------- srcpkgs/libzim/template | 8 ++++---- 2 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 srcpkgs/libzim/patches/werror.patch diff --git a/srcpkgs/libzim/patches/werror.patch b/srcpkgs/libzim/patches/werror.patch deleted file mode 100644 index 89c12351306..00000000000 --- a/srcpkgs/libzim/patches/werror.patch +++ /dev/null @@ -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())) - diff --git a/srcpkgs/libzim/template b/srcpkgs/libzim/template index b22c49375e2..72558f07cf0 100644 --- a/srcpkgs/libzim/template +++ b/srcpkgs/libzim/template @@ -1,7 +1,7 @@ # Template file for 'libzim' pkgname=libzim -version=4.0.0 -revision=2 +version=4.0.1 +revision=1 build_style=meson hostmakedepends="pkg-config git" 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" maintainer="John " license="GPL-2.0-or-later" -#changelog="https://github.com/openzim/libzim/blob/${version}/ChangeLog" homepage="http://www.openzim.org/" +changelog="https://github.com/openzim/libzim/blob/${version}/ChangeLog" distfiles="https://github.com/openzim/libzim/archive/${version}.tar.gz" -checksum=e195d30ba1b55dd2b6529fdd84fcbed6ec35ed4ddc957ad7725edabd20c3126c +checksum=8e26cfea24a77cdc0ad7d51ad2df939130ad4c489f28c90fdc6ffc1b0da0a085 replaces="libzim-tools>=0" build_options="zlib xapian"