all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46222] [PATCH 0/1] gnu: pinentry-rofi: Update to 2.0.3.
@ 2021-02-01  1:29 Fredrik Salomonsson
  2021-02-01  1:40 ` [bug#46222] [PATCH 1/1] " Fredrik Salomonsson
  0 siblings, 1 reply; 3+ messages in thread
From: Fredrik Salomonsson @ 2021-02-01  1:29 UTC (permalink / raw)
  To: 46222; +Cc: Fredrik Salomonsson

Update to pinentry-rofi-2.0.3, which fixes a regression that I introduced in
2.0.2.

Also added a phase at the end to verfiy the installed artifact to avoid this
happening again.

Fredrik Salomonsson (1):
  gnu: pinentry-rofi: Update to 2.0.3.

 gnu/packages/gnupg.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

-- 
2.30.0





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

* [bug#46222] [PATCH 1/1] gnu: pinentry-rofi: Update to 2.0.3.
  2021-02-01  1:29 [bug#46222] [PATCH 0/1] gnu: pinentry-rofi: Update to 2.0.3 Fredrik Salomonsson
@ 2021-02-01  1:40 ` Fredrik Salomonsson
  2021-02-01 10:50   ` bug#46222: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: Fredrik Salomonsson @ 2021-02-01  1:40 UTC (permalink / raw)
  To: 46222; +Cc: Fredrik Salomonsson

* gnu/packages/gnupg.scm (pinentry-rofi): Update to 2.0.3.
[arguments]: Add make installcheck phase to verify the installed artifact.
---
 gnu/packages/gnupg.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 9be8a32540..b7f4acc78b 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -894,7 +894,7 @@ passphrase when @code{gpg} is run and needs it.")))
 (define-public pinentry-rofi
   (package
     (name "pinentry-rofi")
-    (version "2.0.2")
+    (version "2.0.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -902,7 +902,7 @@ passphrase when @code{gpg} is run and needs it.")))
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
-               (base32 "14rbz32ykc8pz7gglbvxm3pcgabr7xdnddar6k24icd5xk9mr4rp"))))
+               (base32 "0kjzvgni9srl8h5c52pqrvgdxs6avv0nhgk19apd97sx10qdwdhk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules
@@ -923,10 +923,14 @@ passphrase when @code{gpg} is run and needs it.")))
                   (wrap-program
                       (string-append bin "pinentry-rofi")
                     (list "PATH" ":" 'prefix `(,rofi-bin)))
-                  #t))))))))
+                  #t)))))
+         (add-after 'compress-documentation 'installcheck
+           (lambda* rest
+             (invoke "make" "installcheck"))))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
+       ("autoconf-archive" ,autoconf-archive)
        ("pkg-config" ,pkg-config)
        ("texinfo" ,texinfo)))
     (inputs `(("guile" ,guile-3.0)
-- 
2.30.0





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

* bug#46222: [PATCH 1/1] gnu: pinentry-rofi: Update to 2.0.3.
  2021-02-01  1:40 ` [bug#46222] [PATCH 1/1] " Fredrik Salomonsson
@ 2021-02-01 10:50   ` Efraim Flashner
  0 siblings, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2021-02-01 10:50 UTC (permalink / raw)
  To: Fredrik Salomonsson; +Cc: 46222-done

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

Thanks. I also added a line in the commit message about adding
autoconf-archive to native-inputs.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

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

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

end of thread, other threads:[~2021-02-01 10:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01  1:29 [bug#46222] [PATCH 0/1] gnu: pinentry-rofi: Update to 2.0.3 Fredrik Salomonsson
2021-02-01  1:40 ` [bug#46222] [PATCH 1/1] " Fredrik Salomonsson
2021-02-01 10:50   ` bug#46222: " Efraim Flashner

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.