emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63703: closed ([PATCH] gnu: xeyes: Update to 1.2.0.)


From: GNU bug Tracking System
Subject: bug#63703: closed ([PATCH] gnu: xeyes: Update to 1.2.0.)
Date: Thu, 25 May 2023 14:13:02 +0000

Your message dated Thu, 25 May 2023 14:12:49 +0000
with message-id <7e827e2062c82ff7e4a8d3c260c366b8@dismail.de>
and subject line [PATCH] gnu: xeyes: Update to 1.2.0.
has caused the debbugs.gnu.org bug report #63703,
regarding [PATCH] gnu: xeyes: Update to 1.2.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63703: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63703
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- 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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]