zim-tools: update to 3.2.0, add dummy subpackages
libzim-tools: change to dummy subpackage, no longer replaced by libzim zimwriterfs: change to dummy subpackage, source merged into zim-tools
This commit is contained in:
parent
5245026fcd
commit
1ebbd704ff
|
@ -0,0 +1 @@
|
|||
zim-tools
|
|
@ -1,10 +0,0 @@
|
|||
# Template file for 'libzim-tools'
|
||||
pkgname=libzim-tools
|
||||
version=4.0.0
|
||||
revision=1
|
||||
build_style=meta
|
||||
depends="zim-tools"
|
||||
short_desc="Libzim-tool (transitional dummy package)"
|
||||
maintainer="John Zimmermann <me@johnnynator.dev>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.openzim.org"
|
|
@ -1,14 +1,29 @@
|
|||
# Template file for 'zim-tools'
|
||||
pkgname=zim-tools
|
||||
version=2.1.0
|
||||
version=3.2.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libzim-devel xapian-core-devel icu-devel
|
||||
gumbo-parser-devel docopt.cpp-devel file-devel"
|
||||
gumbo-parser-devel docopt.cpp-devel file-devel Mustache zlib-devel"
|
||||
checkdepends="gtest-devel"
|
||||
short_desc="Various ZIM command line tools"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.openzim.org"
|
||||
distfiles="https://github.com/openzim/zim-tools/archive/${version}.tar.gz"
|
||||
checksum=f579c8ccca555a8b25bac799efc361f18a2a9a5152af5fc84eb3dc90c5ed70a2
|
||||
changelog="https://raw.githubusercontent.com/openzim/zim-tools/main/ChangeLog"
|
||||
distfiles="https://github.com/openzim/zim-tools/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=ba67da31da199ff8c759ca156501d216a5175fcea72b7e7e6b7b358e5de4af54
|
||||
make_check=no # Tests are broken upstream, see https://github.com/openzim/zim-tools/issues/345
|
||||
|
||||
libzim-tools_package() {
|
||||
build_style=meta
|
||||
short_desc+=" - transitional dummy package"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
}
|
||||
|
||||
zimwriterfs_package() {
|
||||
build_style=meta
|
||||
short_desc+=" - transitional dummy package"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
zim-tools
|
|
@ -1,14 +0,0 @@
|
|||
# Template file for 'zimwriterfs'
|
||||
pkgname=zimwriterfs
|
||||
version=1.3.7
|
||||
revision=3
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="file-devel gumbo-parser-devel icu-devel libzim-devel
|
||||
xapian-core-devel"
|
||||
short_desc="Tool for creating ZIM files based on contents on local filesystem"
|
||||
maintainer="Alexander Mamay <alexander@mamay.su>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/openzim/zimwriterfs"
|
||||
distfiles="https://github.com/openzim/zimwriterfs/archive/${version}.tar.gz"
|
||||
checksum=d55e13194e29100bf88bb201c5661ab7d2600a9e45c6caeb2a21647cdbf6cb4e
|
Loading…
Reference in New Issue