From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 22 05:56:02 2023 Received: (at submit) by debbugs.gnu.org; 22 Jun 2023 09:56:02 +0000 Received: from localhost ([127.0.0.1]:34882 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qCH2n-0002X6-IZ for submit@debbugs.gnu.org; Thu, 22 Jun 2023 05:56:01 -0400 Received: from lists.gnu.org ([209.51.188.17]:37764) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qCH2k-0002Wr-O9 for submit@debbugs.gnu.org; Thu, 22 Jun 2023 05:56:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qCH2k-00058W-Gh for guix-patches@gnu.org; Thu, 22 Jun 2023 05:55:58 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qCH2e-0000oo-OI for guix-patches@gnu.org; Thu, 22 Jun 2023 05:55:58 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 9F1954037E; Thu, 22 Jun 2023 11:55:45 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XBPPeYnZXAD1; Thu, 22 Jun 2023 11:55:44 +0200 (CEST) From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1687427744; bh=Tgmmt8pKHfuRxg/c/3jOKI4le5R/88eZxN9eBkl1TSo=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=OEnhqkeKrPw4S0d4Hs5L3EFTMSgcPh8yft4+CFUN7rwuvpVCQxiQjnd1rK1dTWSqV lrM4u6yM2M2fSkyqceXGc/uSI5lxXmnJAEh95NyQfoqny1SUpRa9xWcJgMEdYDeup5 FxHjVDTjZ3PJf+CK0pJFvdRDMsEeyiEkjWoxVQ98KBcslo63LMxcr6FAo1pSm1UsmL /dbVVHfXmS0VnONClz6EC0tWxpkI9pgl6alIY/lIVlRPjYQMUqhDW1ZYbe/UmAiqzZ kgYWuaG3nwpNM3HpMREPjscJA2GjPaoWPN0xbgLNkxxqFnpDBwusYPxEsP300FRWk7 exHFPhcBU253Q== To: guix-patches@gnu.org Subject: [PATCH 2/2] gnu: aerc: Update to 0.15.2 Date: Thu, 22 Jun 2023 18:55:14 +0900 Message-Id: <546cc2ac9728c053f0dc5c25de6997a263ad0359.1687427674.git.mcsinyx@disroot.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=mcsinyx@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packaging/mail.scm (aerc): Update to 0.15.2. Signed-off-by: Nguyễn Gia Phong --- 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 22 06:06:11 2023 Received: (at 64221-done) by debbugs.gnu.org; 22 Jun 2023 10:06:11 +0000 Received: from localhost ([127.0.0.1]:34907 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qCHCd-0002ok-1R for submit@debbugs.gnu.org; Thu, 22 Jun 2023 06:06:11 -0400 Received: from knopi.disroot.org ([178.21.23.139]:53726) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qCHCb-0002oT-Df; Thu, 22 Jun 2023 06:06:10 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 4D65540BF4; Thu, 22 Jun 2023 12:06:05 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bo2F5oADtsWQ; Thu, 22 Jun 2023 12:06:03 +0200 (CEST) Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1687428363; bh=RW0i2MbQ8nQpmcK9xKd2TrrEjxvpQTBheU/6HiYfp1k=; h=Date:Subject:To:From; b=gED74H1D6546oPYm6C2dqI9JPAg9X8iNjgsm/HdN/Kj8vYkmf4x+VDEuuekz1PbwJ r7Jkf4NSvXjIaHpc3f9V9trgoATpmoYLATucSlxAfSksxsNDB8fBt4Pz+HpuS0PVWv RaRWim5vAu1XvwYrMt3KdsznrbsNVoZLksk5owoKa+VIvPx6/EQdlPYFQV7OPpDYLP IH760qG0SnQy2S7WYaqJod3c0lIYEsf4O+Da/1689Cnb+8Vcyh8dEWsPswAHPyFuKg cgp/MbPcDPNaJbj+7B/hYTFFnhYO3aJIvvGhoH7R1viUpFVM2dxh/sXbvq0p0XwOL6 SVaxLeHS0JaCg== Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 22 Jun 2023 19:05:58 +0900 Message-Id: Subject: Close accidental patch tickets To: <64220-done@debbugs.gnu.org>, <64221-done@debbugs.gnu.org> From: =?utf-8?q?Nguy=E1=BB=85n_Gia_Phong?= X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 64221-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) I should have checked the manual again before running git send-email. From unknown Tue Jun 24 17:28:10 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 20 Jul 2023 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator