GNU bug report logs - #63703
[PATCH] gnu: xeyes: Update to 1.2.0.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Wed, 24 May 2023 18:12:01 UTC

Severity: normal

Tags: patch

Done: "jgart" <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63703 in the body.
You can then email your comments to 63703 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63703; Package guix-patches. (Wed, 24 May 2023 18:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 24 May 2023 18:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: xeyes: Update to 1.2.0.
Date: Wed, 24 May 2023 18:10:55 +0000
* gnu/packages/xdisorg.scm (xeyes): Update to 1.2.0.
[inputs]: Add libxi.
---
 gnu/packages/xdisorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 008b2fdb75..462ac082f5 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -653,17 +653,17 @@ (define-public xdo
 (define-public xeyes
   (package
     (name "xeyes")
-    (version "1.1.2")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.x.org/releases/individual/app/"
                            name "-" version ".tar.bz2"))
        (sha256
-        (base32 "0lq5j7fryx1wn998jq6h3icz1h6pqrsbs3adskjzjyhn5l6yrg2p"))))
+        (base32 "1nxn443pfhddmwl59wplpjkslhlyfk307qx18nrimvvb2hipx8gq"))))
     (build-system gnu-build-system)
     (inputs
-      (list libxext libxmu libxrender libxt))
+      (list libxext libxi libxmu libxrender libxt))
     (native-inputs
      (list pkg-config))
     (home-page "https://www.x.org/")    ; no dedicated Xeyes page exists
-- 
2.40.1





Reply sent to "jgart" <jgart <at> dismail.de>:
You have taken responsibility. (Thu, 25 May 2023 14:13:02 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Thu, 25 May 2023 14:13:02 GMT) Full text and rfc822 format available.

Message #10 received at 63703-done <at> debbugs.gnu.org (full text, mbox):

From: "jgart" <jgart <at> dismail.de>
To: 63703-done <at> debbugs.gnu.org, "Greg Hogan" <code <at> greghogan.com>
Cc: control <at> debbugs.gnu.org
Subject: [PATCH] gnu: xeyes: Update to 1.2.0.
Date: Thu, 25 May 2023 14:12:49 +0000
Hi Greg,

Thanks for the patch. Applied.

all best,

jgart




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 23 Jun 2023 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 306 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.