diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-08-03 07:47:00 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-08-03 07:48:09 +0000 |
commit | cbf7fe4c66ec824b79985eba0ae9ce32a3498cc5 (patch) | |
tree | 192fc6fa1bfbce3bec7f904413cb064e96b9506a /community/xapian-omega | |
parent | df9cfcb89ff5d5fb4d1e97dbd8529ab1206ec94c (diff) | |
download | aports-cbf7fe4c66ec824b79985eba0ae9ce32a3498cc5.tar.bz2 aports-cbf7fe4c66ec824b79985eba0ae9ce32a3498cc5.tar.xz |
community/xapiano-omega: upgrade to 1.4.12
Diffstat (limited to 'community/xapian-omega')
-rw-r--r-- | community/xapian-omega/APKBUILD | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/community/xapian-omega/APKBUILD b/community/xapian-omega/APKBUILD index 22cfd9b48c..375169a3f2 100644 --- a/community/xapian-omega/APKBUILD +++ b/community/xapian-omega/APKBUILD @@ -1,26 +1,25 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=xapian-omega -pkgver=1.4.11 -pkgrel=1 +pkgver=1.4.12 +pkgrel=0 pkgdesc="Indexers and CGI search frontend for Xapian" url="http://www.xapian.org/" arch="all" license="GPL-2.0-or-later" makedepends="$depends_dev xapian-core-dev perl-dev pcre-dev zlib-dev file-dev" subpackages="$pkgname-doc" -source="http://oligarchy.co.uk/xapian/${pkgver}/$pkgname-$pkgver.tar.xz" +source="http://oligarchy.co.uk/xapian/${pkgver}/$pkgname-$pkgver.tar.xz +disable-omegatest-faketime-ismissing.patch" builddir="$srcdir"/$pkgname-$pkgver prepare() { default_prepare - cd "$builddir" sed -i -e "s/std::getchar/getchar/g" urldecode.h sed -i -e "s/template_dir.*/template_dir \/usr\/share\/omega\/templates/g" omega.conf } build() { - cd "$builddir" ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \ --build=$CBUILD \ --host=$CHOST \ @@ -31,13 +30,11 @@ build() { } check() { - cd "$builddir" make check } package() { local f - cd "$builddir" make DESTDIR=$pkgdir install install -Dm755 omega.conf "$pkgdir"/etc/$pkgname/omega.conf mkdir -p "$pkgdir"/var/log/omega @@ -48,4 +45,5 @@ package() { done } -sha512sums="135077e26dc0b0707d1d14c64eeb25db67374b1b7909e9f3e925b10e03b1557263339d2f84c5a82046a159e58a5301834e76e99843d66342666d5694f91ed4f3 xapian-omega-1.4.11.tar.xz" +sha512sums="2d2c48646f4f06fc4b2666e0901e4f73b2c5da93c4a8e8a5ea6d32e9076a2f18c15c14c7dd2ae2d421a501119ea19b52fe324ad98f9f0bfd6b80f4286721aa2e xapian-omega-1.4.12.tar.xz +bc04b93a178c45438c34269e28638bebe16ebfcfb12959fb101ea16f47cf514ba2330c9b9ac45dc4660d55acad936ff1bfbdcafcc7acf115cd85de077d096cea disable-omegatest-faketime-ismissing.patch" |