From: guix-patches--- via <guix-patches@gnu.org>
To: 64221@debbugs.gnu.org
Cc: "Nguyễn Gia Phong" <mcsinyx@disroot.org>
Subject: [bug#64221] [PATCH 2/2] gnu: aerc: Update to 0.15.2
Date: Thu, 22 Jun 2023 18:55:14 +0900 [thread overview]
Message-ID: <546cc2ac9728c053f0dc5c25de6997a263ad0359.1687427674.git.mcsinyx@disroot.org> (raw)
In-Reply-To: <cover.1687427674.git.mcsinyx@disroot.org>
* gnu/packaging/mail.scm (aerc): Update to 0.15.2.
Signed-off-by: Nguyễn Gia Phong <mcsinyx@disroot.org>
---
gnu/packages/mail.scm | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 801555803af9..d88576d1f139 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4855,7 +4855,7 @@ (define-public smtpmail
(define-public aerc
(package
(name "aerc")
- (version "0.14.0")
+ (version "0.15.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4864,17 +4864,20 @@ (define-public aerc
(file-name (git-file-name name version))
(sha256
(base32
- "067j7kja78hv7dafw8gy3m2g5cslq6xlnzja8lm3b5p0m0vfabm8"))))
+ "1gbprx0i8d13q974n5hsys6lllav5cpll3cwrr1hfw6307hc001r"))))
(build-system go-build-system)
(arguments
(list #:import-path "git.sr.ht/~rjarry/aerc"
;; Installing the source is only necessary for Go libraries.
#:install-source? #f
#:build-flags
- #~(list "-tags=notmuch" "-ldflags"
- (string-append "-X main.Version=" #$version
- " -X git.sr.ht/~rjarry/aerc/config.shareDir="
- #$output "/share/aerc"))
+ #~(list "-tags=notmuch"
+ (string-append
+ "-ldflags=-X main.Version=" #$version
+ " -X git.sr.ht/~rjarry/aerc/config.libexecDir="
+ #$output "/libexec/aerc"
+ " -X git.sr.ht/~rjarry/aerc/config.shareDir="
+ #$output "/share/aerc"))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-paths
@@ -4912,7 +4915,7 @@ (define-public aerc
(string-append "src/" import-path))))
(replace 'install
(lambda* (#:key import-path build-flags #:allow-other-keys)
- (invoke "make" "install" "-C"
+ (invoke "make" "CC=gcc" "install" "-C"
(string-append "src/" import-path)
(string-append "PREFIX=" #$output)))))))
(inputs (list gnupg
@@ -4951,6 +4954,8 @@ (define-public aerc
go-github-com-syndtr-goleveldb-leveldb
go-git-sr-ht-sircmpwn-getopt
go-git-sr-ht-rockorager-tcell-term
+ python
+ python-vobject
zoxide))
(native-inputs (list scdoc))
(home-page "https://git.sr.ht/~rjarry/aerc")
--
2.40.1
next prev parent reply other threads:[~2023-06-22 9:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-22 9:55 [bug#64219] [PATCH 0/2] gnu: Update aerc to 0.15.2 guix-patches--- via
2023-06-22 9:55 ` [bug#64220] [PATCH 1/2] gnu: go-git-sr-ht-rockorager-tcell-term: Update to 0.9.0 guix-patches--- via
2023-06-22 10:05 ` bug#64220: Close accidental patch tickets guix-patches--- via
2023-06-22 9:55 ` guix-patches--- via [this message]
2023-06-22 9:58 ` [bug#64219] [PATCH 1/2] gnu: go-git-sr-ht-rockorager-tcell-term: Update to 0.9.0 guix-patches--- via
2023-06-22 9:58 ` [bug#64219] [PATCH 2/2] gnu: aerc: Update to 0.15.2 guix-patches--- via
2023-06-26 9:29 ` bug#64219: [PATCH 0/2] gnu: Update aerc " Christopher Baines
2023-06-26 11:21 ` [bug#64219] " guix-patches--- via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=546cc2ac9728c053f0dc5c25de6997a263ad0359.1687427674.git.mcsinyx@disroot.org \
--to=guix-patches@gnu.org \
--cc=64221@debbugs.gnu.org \
--cc=mcsinyx@disroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.