From 63c93c50325c9643db854e44a5ce6d83cb77916c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 8 Aug 2018 19:58:24 +0200 Subject: [PATCH] xapian-core: update to 1.4.7. --- srcpkgs/xapian-core-doc | 1 + srcpkgs/xapian-core/template | 21 +++++++++++++-------- srcpkgs/xapian-core/update | 1 + 3 files changed, 15 insertions(+), 8 deletions(-) create mode 120000 srcpkgs/xapian-core-doc create mode 100644 srcpkgs/xapian-core/update diff --git a/srcpkgs/xapian-core-doc b/srcpkgs/xapian-core-doc new file mode 120000 index 0000000000..9b65550a8d --- /dev/null +++ b/srcpkgs/xapian-core-doc @@ -0,0 +1 @@ +xapian-core \ No newline at end of file diff --git a/srcpkgs/xapian-core/template b/srcpkgs/xapian-core/template index 861a5ef28d..e3e8b64a01 100644 --- a/srcpkgs/xapian-core/template +++ b/srcpkgs/xapian-core/template @@ -1,17 +1,16 @@ # Template file for 'xapian-core' pkgname=xapian-core -version=1.4.5 -revision=2 +version=1.4.7 +revision=1 build_style=gnu-configure configure_args="--disable-static" makedepends="zlib-devel libuuid-devel" short_desc="Open source search engine" maintainer="Juan RP " -homepage="http://www.xapian.org/" -license="GPL-2" -# distfiles="http://oligarchy.co.uk/xapian/${version}/${pkgname}-${version}.tar.xz" -distfiles="http://ftp.osuosl.org/pub/blfs/conglomeration/xapian/${pkgname}-${version}.tar.xz" -checksum=85b5f952de9df925fd13e00f6e82484162fd506d38745613a50b0a2064c6b02b +homepage="https://www.xapian.org/" +license="GPL-2.0-or-later" +distfiles="https://oligarchy.co.uk/xapian/${version}/${pkgname}-${version}.tar.xz" +checksum=13f08a0b649c7afa804fa0e85678d693fd6069dd394c9b9e7d41973d74a3b5d3 # xapian-config needs the .la keep_libtool_archives=yes @@ -21,7 +20,6 @@ xapian-core-devel_package() { short_desc+=" - development files" pkg_install() { vmove usr/include - vmove usr/share/doc vmove usr/share/aclocal vmove usr/lib/cmake vmove usr/lib/pkgconfig @@ -31,6 +29,13 @@ xapian-core-devel_package() { vmove usr/share/man/man1/xapian-config.1 } } +xapian-core-doc_package() { + short_desc+=" - documentation" + noarch=yes + pkg_install() { + vmove usr/share/doc + } +} libxapian_package() { short_desc+=" - runtime library" pkg_install() { diff --git a/srcpkgs/xapian-core/update b/srcpkgs/xapian-core/update new file mode 100644 index 0000000000..8d5dafebc4 --- /dev/null +++ b/srcpkgs/xapian-core/update @@ -0,0 +1 @@ +site='https://xapian.org/download'