[arch-commits] Commit in geary/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jan 19 10:42:24 UTC 2022


    Date: Wednesday, January 19, 2022 @ 10:42:24
  Author: alucryd
Revision: 1110464

FS#71997: geary 1:40.0-6

Modified:
  geary/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-19 10:32:48 UTC (rev 1110463)
+++ PKGBUILD	2022-01-19 10:42:24 UTC (rev 1110464)
@@ -4,7 +4,7 @@
 
 pkgname=geary
 pkgver=40.0
-pkgrel=5
+pkgrel=6
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=(x86_64)
@@ -53,6 +53,11 @@
 validpgpkeys=(3A2EF7F138557A145F2866E99FAB18747A8FC649) # Michael James Gratton <mike at vee.net>
 sha256sums=(SKIP)
 
+prepare() {
+  cd geary
+  git cherry-pick -n b8babd4aba65c85e3e4e9f0d6b5d827d220096de # fix contact auto-completion
+}
+
 pkgver() {
   cd geary
   git describe --tags | sed 's/^gnome-//g'
@@ -65,7 +70,8 @@
 }
 
 package() {
-  meson install -C build --destdir "$pkgdir"
+  meson install -C build \
+    --destdir "${pkgdir}"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list