libxapian: Bump to 1.4.21

This commit is contained in:
Tee KOBAYASHI 2022-10-30 02:19:48 +09:00 committed by xtkoba
parent 48bf7c9995
commit 50b27b34c2
2 changed files with 18 additions and 22 deletions

View File

@ -2,15 +2,17 @@ TERMUX_PKG_HOMEPAGE=https://xapian.org
TERMUX_PKG_DESCRIPTION="Xapian search engine library"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.4.18
TERMUX_PKG_REVISION=3
TERMUX_PKG_VERSION=1.4.21
TERMUX_PKG_SRCURL=https://oligarchy.co.uk/xapian/${TERMUX_PKG_VERSION}/xapian-core-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=196ddbb4ad10450100f0991a599e4ed944cbad92e4a6fe813be6dce160244b77
TERMUX_PKG_SHA256=80f86034d2fb55900795481dfae681bfaa10efbe818abad3622cdc0c55e06f88
# Note that we cannot /proc/sys/kernel/random/uuid (permission denied on
# new android versions) so need libuuid.
TERMUX_PKG_DEPENDS="libc++, libuuid, zlib"
TERMUX_PKG_BREAKS="libxapian-dev"
TERMUX_PKG_REPLACES="libxapian-dev"
TERMUX_PKG_RM_AFTER_INSTALL="
share/doc/xapian-core/
"
termux_step_pre_configure() {
LDFLAGS+=" $($CC -print-libgcc-file-name)"

View File

@ -1,27 +1,21 @@
TERMUX_SUBPKG_INCLUDE="
share/xapian-core
share/man/man1/copydatabase.1
share/man/man1/xapian-compact.1
share/man/man1/xapian-metadata.1
share/man/man1/xapian-delve.1
share/man/man1/xapian-progsrv.1
share/man/man1/xapian-replicate.1
share/man/man1/xapian-tcpsrv.1
share/man/man1/quest.1
share/man/man1/xapian-check.1
share/man/man1/xapian-replicate-server.1
bin/simpleexpand
bin/xapian-metadata
bin/simpleindex
bin/quest
bin/xapian-replicate-server
bin/xapian-check
bin/xapian-tcpsrv
bin/copydatabase
bin/xapian-progsrv
bin/quest
bin/simpleexpand
bin/simpleindex
bin/simplesearch
bin/xapian-check
bin/xapian-compact
bin/xapian-delve
bin/xapian-metadata
bin/xapian-pos
bin/xapian-progsrv
bin/xapian-replicate
bin/xapian-replicate-server
bin/xapian-tcpsrv
share/man/man1/
share/xapian-core/
"
TERMUX_SUBPKG_DESCRIPTION="Basic tools for the Xapian search engine"
TERMUX_SUBPKG_BREAKS="libxapian (<< 1.4.21)"
TERMUX_SUBPKG_REPLACES="libxapian (<< 1.4.21)"