mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
libzim: update to 5.0.1.
This commit is contained in:
parent
ba81bf962a
commit
76e9aec0e6
1 changed files with 3 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libzim'
|
# Template file for 'libzim'
|
||||||
pkgname=libzim
|
pkgname=libzim
|
||||||
version=5.0.0
|
version=5.0.1
|
||||||
revision=3
|
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)
|
||||||
|
@ -13,15 +13,12 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://wiki.openzim.org/wiki/OpenZIM"
|
homepage="https://wiki.openzim.org/wiki/OpenZIM"
|
||||||
changelog="https://github.com/openzim/libzim/blob/${version}/ChangeLog"
|
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=dbec0a36155315037a6496a9be5c7ede17171fcde47063c97ce937057b437fdb
|
checksum=b567fd90be772a47dfc9120f95344f46441f5fa5f8780e44726903b14e27a894
|
||||||
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"
|
||||||
|
|
||||||
#Meson doesn't pass the c++ version set in the meson.build to ninja
|
|
||||||
CXXFLAGS="-std=c++11"
|
|
||||||
|
|
||||||
libzim-devel_package() {
|
libzim-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision}
|
depends="${sourcepkg}>=${version}_${revision}
|
||||||
|
|
Loading…
Add table
Reference in a new issue