Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] aerc: add notmuch support
@ 2020-05-05  9:34 Eluminae
  2020-05-05 18:44 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 1 reply; 2+ messages in thread
From: Eluminae @ 2020-05-05  9:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

There is a new pull request by Eluminae against master on the void-packages repository

https://github.com/Eluminae/void-packages aerc-notmuch
https://github.com/void-linux/void-packages/pull/21647

aerc: add notmuch support


A patch file from https://github.com/void-linux/void-packages/pull/21647.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aerc-notmuch-21647.patch --]
[-- Type: text/x-diff, Size: 869 bytes --]

From b021566702468717d7764bd6a564351906b0485a Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Tue, 5 May 2020 11:26:50 +0200
Subject: [PATCH] aerc: add notmuch support

---
 srcpkgs/aerc/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/aerc/template b/srcpkgs/aerc/template
index 058b2aec9e0..191cc21008b 100644
--- a/srcpkgs/aerc/template
+++ b/srcpkgs/aerc/template
@@ -1,9 +1,10 @@
 # Template file for 'aerc'
 pkgname=aerc
 version=0.3.0
-revision=1
+revision=2
 build_style=go
 hostmakedepends="scdoc git"
+makedepends="libnotmuch-devel"
 short_desc="Terminal email client"
 maintainer="shtayerc <david.murko@mailbox.org>"
 license="MIT"
@@ -16,7 +17,7 @@ do_configure() {
 }
 
 do_build() {
-	make ${makejobs} PREFIX=/usr
+	make ${makejobs} PREFIX=/usr GOFLAGS=-tags=notmuch
 }
 
 do_install() {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: aerc: add notmuch support
  2020-05-05  9:34 [PR PATCH] aerc: add notmuch support Eluminae
@ 2020-05-05 18:44 ` Hoshpak
  0 siblings, 0 replies; 2+ messages in thread
From: Hoshpak @ 2020-05-05 18:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

There's a merged pull request on the void-packages repository

aerc: add notmuch support
https://github.com/void-linux/void-packages/pull/21647

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-05 18:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05  9:34 [PR PATCH] aerc: add notmuch support Eluminae
2020-05-05 18:44 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).