[arch-commits] Commit in dovecot-fts-xapian/repos (3 files)

George Rawlinson grawlinson at archlinux.org
Fri Jun 18 07:45:29 UTC 2021


    Date: Friday, June 18, 2021 @ 07:45:29
  Author: grawlinson
Revision: 965138

archrelease: copy trunk to community-x86_64

Added:
  dovecot-fts-xapian/repos/community-x86_64/
  dovecot-fts-xapian/repos/community-x86_64/PKGBUILD
    (from rev 965137, dovecot-fts-xapian/trunk/PKGBUILD)
  dovecot-fts-xapian/repos/community-x86_64/dovecot-fts-xapian.install
    (from rev 965137, dovecot-fts-xapian/trunk/dovecot-fts-xapian.install)

----------------------------+
 PKGBUILD                   |   33 +++++++++++++++++++++++++++++++++
 dovecot-fts-xapian.install |   12 ++++++++++++
 2 files changed, 45 insertions(+)

Copied: dovecot-fts-xapian/repos/community-x86_64/PKGBUILD (from rev 965137, dovecot-fts-xapian/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-06-18 07:45:29 UTC (rev 965138)
@@ -0,0 +1,33 @@
+# Maintainer: George Rawlinson <george at rawlinson.net.nz>
+
+pkgname=dovecot-fts-xapian
+_pkgname="${pkgname#dovecot-}"
+pkgver=1.4.9b
+pkgrel=1
+pkgdesc="Dovecot FTS plugin based on Xapian"
+arch=('x86_64')
+url="https://github.com/grosjo/fts-xapian"
+license=('LGPL2.1')
+depends=('dovecot' 'icu' 'xapian-core')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+b2sums=('1f49139d9fb3d334a1adae00b5a3fc364df9a36418c64674db00bac807b681bc3aafd3033f3e38f4696d537fe2f5f772a5e4fd1313b2a0d5c77fea9dfa78bdad')
+
+build() {
+  cd "$_pkgname-$pkgver"
+  autoreconf -vi
+  ./configure \
+    --prefix=/usr \
+    --with-dovecot=/usr/lib/dovecot
+
+  make
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}

Copied: dovecot-fts-xapian/repos/community-x86_64/dovecot-fts-xapian.install (from rev 965137, dovecot-fts-xapian/trunk/dovecot-fts-xapian.install)
===================================================================
--- community-x86_64/dovecot-fts-xapian.install	                        (rev 0)
+++ community-x86_64/dovecot-fts-xapian.install	2021-06-18 07:45:29 UTC (rev 965138)
@@ -0,0 +1,12 @@
+post_install() {
+	cat <<-EOF
+
+	Documentation is included in /usr/share/doc/dovecot-fts-xapian
+
+	For more documentation, see:
+	  * https://github.com/grosjo/fts-xapian
+	  * https://doc.dovecot.org/configuration_manual/fts
+	  * https://doc.dovecot.org/settings/plugin/fts-plugin
+
+	EOF
+}



More information about the arch-commits mailing list