unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70354] [PATCH] gnu: conky: Update to 1.19.8.
       [not found] <20240412131809.4667-1-va511e.ref@yahoo.com>
@ 2024-04-12 13:18 ` Vasile Dumitrascu via Guix-patches via
  2024-04-15  9:43   ` bug#70354: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Vasile Dumitrascu via Guix-patches via @ 2024-04-12 13:18 UTC (permalink / raw)
  To: 70354; +Cc: Vasile Dumitrascu

* gnu/packages/conky.scm (conky): Update to 1.19.8.
[inputs]: Add libxi.
---
 gnu/packages/conky.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/conky.scm b/gnu/packages/conky.scm
index e29c6e1070..b0576cd137 100644
--- a/gnu/packages/conky.scm
+++ b/gnu/packages/conky.scm
@@ -40,7 +40,7 @@ (define-public conky
   (package
     (name "conky")
     (home-page "https://github.com/brndnmtthws/conky")
-    (version "1.19.6")
+    (version "1.19.8")
     (source
      (origin
        (method git-fetch)
@@ -49,7 +49,7 @@ (define-public conky
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "02mdqsizc36v3zqhxnyv2mch9w0gqnl4a25yxishka9yv5ni5iig"))))
+        (base32 "1g712cw2nzd2qvgdmyvazyda0znyqzg6yckg98ss203fggwp93vj"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags
@@ -80,6 +80,7 @@ (define-public conky
            libxdamage
            libxext
            libxft
+           libxi
            libxinerama
            pulseaudio
            lua
-- 
2.41.0





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

* bug#70354: [PATCH] gnu: conky: Update to 1.19.8.
  2024-04-12 13:18 ` [bug#70354] [PATCH] gnu: conky: Update to 1.19.8 Vasile Dumitrascu via Guix-patches via
@ 2024-04-15  9:43   ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-04-15  9:43 UTC (permalink / raw)
  To: Vasile Dumitrascu via Guix-patches via; +Cc: 70354-done, Vasile Dumitrascu

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

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

> * gnu/packages/conky.scm (conky): Update to 1.19.8.
> [inputs]: Add libxi.
> ---
>  gnu/packages/conky.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Looks good to me, I've pushned this to master as
de26171174c6afd3fdd321707314e8c7eb0dd1d0.

Thanks,

Chris

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

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

end of thread, other threads:[~2024-04-15  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240412131809.4667-1-va511e.ref@yahoo.com>
2024-04-12 13:18 ` [bug#70354] [PATCH] gnu: conky: Update to 1.19.8 Vasile Dumitrascu via Guix-patches via
2024-04-15  9:43   ` bug#70354: " Christopher Baines

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).