mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: xeyes: Update to 1.3.1.
* gnu/packages/xdisorg.scm (xeyes): Update to 1.3.1. Change-Id: Ied93ad8108fdb6a97b15d6431eae3c698c3593a6 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
committed by
Maxim Cournoyer
parent
4a93597503
commit
14a4a2b8ed
@@ -957,20 +957,18 @@ options are given, the action applies to the focused window.")
|
||||
(define-public xeyes
|
||||
(package
|
||||
(name "xeyes")
|
||||
(version "1.3.0")
|
||||
(version "1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.x.org/releases/individual/app/"
|
||||
name "-" version ".tar.xz"))
|
||||
(uri (string-append "https://www.x.org/releases/individual/app/" name
|
||||
"-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "08rhfp5xlmdbyxkvxhgjxdn6vwzrbrjyd7jkk8b7wi1kpw0ccl09"))))
|
||||
(base32 "1akfjm5fxk3xp2s343r2jf38ryafsxd6n6rgybbmxb0sgdmxf22n"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list libxext libxi libxmu libxrender libxt))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(home-page "https://www.x.org/") ; no dedicated Xeyes page exists
|
||||
(inputs (list libxext libxi libxmu libxrender libxt))
|
||||
(native-inputs (list pkg-config))
|
||||
(home-page "https://www.x.org/") ;no dedicated Xeyes page exists
|
||||
(synopsis "Follow-the-mouse X demo")
|
||||
(description "Xeyes is a demo program for x.org. It shows eyes
|
||||
following the mouse.")
|
||||
|
||||
Reference in New Issue
Block a user