unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64219] [PATCH 0/2] gnu: Update aerc to 0.15.2
@ 2023-06-22  9:55 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
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: guix-patches--- via @ 2023-06-22  9:55 UTC (permalink / raw)
  To: 64219; +Cc: Nguyễn Gia Phong

Nguyễn Gia Phong (2):
  gnu: go-git-sr-ht-rockorager-tcell-term: Update to 0.9.0
  gnu: aerc: Update to 0.15.2

 gnu/packages/golang.scm |  4 ++--
 gnu/packages/mail.scm   | 19 ++++++++++++-------
 2 files changed, 14 insertions(+), 9 deletions(-)


base-commit: 7f3c6d3b3ba86a8051e394e4ec9a6f6089753cb1
-- 
2.40.1





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

* [bug#64220] [PATCH 1/2] gnu: go-git-sr-ht-rockorager-tcell-term: Update to 0.9.0
  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 ` guix-patches--- via
  2023-06-22 10:05   ` bug#64220: Close accidental patch tickets guix-patches--- via
  2023-06-22  9:55 ` [bug#64221] [PATCH 2/2] gnu: aerc: Update to 0.15.2 guix-patches--- via
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: guix-patches--- via @ 2023-06-22  9:55 UTC (permalink / raw)
  To: 64220; +Cc: Nguyễn Gia Phong

gnu/packages/golang.scm (go-git-sr-ht-rockorager-tcell-term): Update to 0.9.0.

Signed-off-by: Nguyễn Gia Phong <mcsinyx@disroot.org>
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e4c4cb299b48..18d588c018b6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7163,7 +7163,7 @@ (define-public go-github-com-gdamore-tcell-v2-2.3
 (define-public go-git-sr-ht-rockorager-tcell-term
   (package
     (name "go-git-sr-ht-rockorager-tcell-term")
-    (version "0.3.0")
+    (version "0.9.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7172,7 +7172,7 @@ (define-public go-git-sr-ht-rockorager-tcell-term
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "13nfb2mq59846j531j7p2nm8mi0kjw5p90pa89l3fwc0sljkn5p8"))))
+                "177ladvpiiw7sb0hsjjv9p2yv5wpqpw6nqardkm8mqqlj0swa9xx"))))
     (build-system go-build-system)
     (arguments
      (list #:import-path "git.sr.ht/~rockorager/tcell-term"))
-- 
2.40.1





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

* [bug#64221] [PATCH 2/2] gnu: aerc: Update to 0.15.2
  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  9:55 ` guix-patches--- via
  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-26  9:29 ` bug#64219: [PATCH 0/2] gnu: Update aerc " Christopher Baines
  3 siblings, 0 replies; 8+ messages in thread
From: guix-patches--- via @ 2023-06-22  9:55 UTC (permalink / raw)
  To: 64221; +Cc: Nguyễn Gia Phong

* 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





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

* [bug#64219] [PATCH 1/2] gnu: go-git-sr-ht-rockorager-tcell-term: Update to 0.9.0
  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  9:55 ` [bug#64221] [PATCH 2/2] gnu: aerc: Update to 0.15.2 guix-patches--- via
@ 2023-06-22  9:58 ` 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
  3 siblings, 1 reply; 8+ messages in thread
From: guix-patches--- via @ 2023-06-22  9:58 UTC (permalink / raw)
  To: 64219; +Cc: Nguyễn Gia Phong

gnu/packages/golang.scm (go-git-sr-ht-rockorager-tcell-term): Update to 0.9.0.

Signed-off-by: Nguyễn Gia Phong <mcsinyx@disroot.org>
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e4c4cb299b48..18d588c018b6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7163,7 +7163,7 @@ (define-public go-github-com-gdamore-tcell-v2-2.3
 (define-public go-git-sr-ht-rockorager-tcell-term
   (package
     (name "go-git-sr-ht-rockorager-tcell-term")
-    (version "0.3.0")
+    (version "0.9.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7172,7 +7172,7 @@ (define-public go-git-sr-ht-rockorager-tcell-term
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "13nfb2mq59846j531j7p2nm8mi0kjw5p90pa89l3fwc0sljkn5p8"))))
+                "177ladvpiiw7sb0hsjjv9p2yv5wpqpw6nqardkm8mqqlj0swa9xx"))))
     (build-system go-build-system)
     (arguments
      (list #:import-path "git.sr.ht/~rockorager/tcell-term"))

base-commit: 7f3c6d3b3ba86a8051e394e4ec9a6f6089753cb1
-- 
2.40.1





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

* [bug#64219] [PATCH 2/2] gnu: aerc: Update to 0.15.2
  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   ` guix-patches--- via
  0 siblings, 0 replies; 8+ messages in thread
From: guix-patches--- via @ 2023-06-22  9:58 UTC (permalink / raw)
  To: 64219; +Cc: Nguyễn Gia Phong

* 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





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

* bug#64220: Close accidental patch tickets
  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   ` guix-patches--- via
  0 siblings, 0 replies; 8+ messages in thread
From: guix-patches--- via @ 2023-06-22 10:05 UTC (permalink / raw)
  To: 64220-done, 64221-done

I should have checked the manual again before running git send-email.




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

* bug#64219: [PATCH 0/2] gnu: Update aerc to 0.15.2
  2023-06-22  9:55 [bug#64219] [PATCH 0/2] gnu: Update aerc to 0.15.2 guix-patches--- via
                   ` (2 preceding siblings ...)
  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-26  9:29 ` Christopher Baines
  2023-06-26 11:21   ` [bug#64219] " guix-patches--- via
  3 siblings, 1 reply; 8+ messages in thread
From: Christopher Baines @ 2023-06-26  9:29 UTC (permalink / raw)
  To: Nguyễn Gia Phong; +Cc: guix-patches, 64219-done

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


guix-patches--- via <guix-patches@gnu.org> writes:

> Nguyễn Gia Phong (2):
>   gnu: go-git-sr-ht-rockorager-tcell-term: Update to 0.9.0
>   gnu: aerc: Update to 0.15.2
>
>  gnu/packages/golang.scm |  4 ++--
>  gnu/packages/mail.scm   | 19 ++++++++++++-------
>  2 files changed, 14 insertions(+), 9 deletions(-)

Thanks, I tweaked the commit message for the arec changes to describe
changes to the arguments and inputs, and pushed to master as
102cbfd97c58c89d377ef690c603bcb98d922efe.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

* [bug#64219] [PATCH 0/2] gnu: Update aerc to 0.15.2
  2023-06-26  9:29 ` bug#64219: [PATCH 0/2] gnu: Update aerc " Christopher Baines
@ 2023-06-26 11:21   ` guix-patches--- via
  0 siblings, 0 replies; 8+ messages in thread
From: guix-patches--- via @ 2023-06-26 11:21 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 64219

On 2023-06-26 at 10:29+01:00, Christopher Baines wrote:
> > Nguyễn Gia Phong (2):
> >   gnu: go-git-sr-ht-rockorager-tcell-term: Update to 0.9.0
> >   gnu: aerc: Update to 0.15.2
>
> Thanks, I tweaked the commit message for the arec changes to describe
> changes to the arguments and inputs, and pushed to master as
> 102cbfd97c58c89d377ef690c603bcb98d922efe.

Thanks!




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

end of thread, other threads:[~2023-06-26 11:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [bug#64221] [PATCH 2/2] gnu: aerc: Update to 0.15.2 guix-patches--- via
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

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).