Johannes Löthberg pushed to branch main at Arch Linux / Packaging / Packages / dovecot-fts-elastic
Commits: 50e98074 by Johannes Löthberg at 2024-08-14T20:15:07+02:00 Rebuild for dovecot 2.3.21.1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = dovecot-fts-elastic + pkgdesc = Dovecot FTS plugin for elasticsearch + pkgver = 1.1.0 + pkgrel = 5 + url = https://github.com/filiphanes/fts-elastic + install = dovecot-fts-elastic.install + arch = x86_64 + license = MIT + depends = dovecot=2.3.20 + depends = json-c + backup = etc/dovecot/conf.d/90-fts.conf + source = dovecot-fts-elastic-1.1.0.tar.gz::https://github.com/filiphanes/fts-elastic/archive/1.1.0.tar.gz + source = 90-fts.conf + source = fts-elastic-fix-header-include-order.patch::https://github.com/filiphanes/fts-elastic/commit/411d711b4a587f3124d0fcfd8c6fd0a6bce92cc5.patch + sha256sums = 50aac69510cb504b6c7af7180a1d21fed3aadd47df30e5cd8ad50dfae5c36452 + sha256sums = 3442fa7350055c7328bcdf2f666727b9a5d8c942a0bfe93044db344c80ad7e69 + sha256sums = 62ea24cad3c0a42af9e484b3d08c72ad44cb6f9e836fc2acc9ae1b7954c3274d + +pkgname = dovecot-fts-elastic ===================================== PKGBUILD ===================================== @@ -10,7 +10,7 @@ _dcpkgver=2.3.20 pkgname=dovecot-fts-elastic _reponame=fts-elastic pkgver=1.1.0 -pkgrel=4 +pkgrel=5 pkgdesc="Dovecot FTS plugin for elasticsearch" arch=(x86_64) url="https://github.com/filiphanes/fts-elastic" @@ -18,11 +18,19 @@ license=(MIT) depends=("dovecot=${_dcpkgver}" json-c) backup=('etc/dovecot/conf.d/90-fts.conf') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz" - "90-fts.conf") + "90-fts.conf" + "fts-elastic-fix-header-include-order.patch::https://github.com/filiphanes/fts-elastic/commit/411d711b4a587f3124d0fcfd8c6fd0a6bce92cc5.patch") sha256sums=('50aac69510cb504b6c7af7180a1d21fed3aadd47df30e5cd8ad50dfae5c36452' - '3442fa7350055c7328bcdf2f666727b9a5d8c942a0bfe93044db344c80ad7e69') + '3442fa7350055c7328bcdf2f666727b9a5d8c942a0bfe93044db344c80ad7e69' + '62ea24cad3c0a42af9e484b3d08c72ad44cb6f9e836fc2acc9ae1b7954c3274d') install=dovecot-fts-elastic.install +prepare() { + cd "${_reponame}-${pkgver}" + + patch -p1 <"${srcdir}/fts-elastic-fix-header-include-order.patch" +} + build() { cd "${_reponame}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dovecot-fts-elastic/-/commit/50e98074197e3f985c11c1d3ba3365d8f7a225a3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dovecot-fts-elastic/-/commit/50e98074197e3f985c11c1d3ba3365d8f7a225a3 You're receiving this email because of your account on gitlab.archlinux.org.
