Archived
1
0
Fork 0

gnu: xclickroot: Update to 1.2.

* gnu/packages/wm.scm (xclickroot): Update to 1.2.
This commit is contained in:
Oleg Pykhalov 2020-11-29 22:05:44 +03:00
parent 5fb3be0ec4
commit 8ff162332c
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -1928,20 +1928,18 @@ wasting your precious memory.")
(license license:x11)))) (license license:x11))))
(define-public xclickroot (define-public xclickroot
(let ((commit "309fd17174dba4149b5ea66654c6fd02cfcf7c9a")
(revision "1"))
(package (package
(name "xclickroot") (name "xclickroot")
(version (git-version "0.0.1" revision commit)) ;no upstream release (version "1.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/phillbush/xclickroot") (url "https://github.com/phillbush/xclickroot")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0fjqkg3wnyks0my1vrzhxfjicsfy8xwnijaazmpz6mhilcqkpvnd")))) "1nd5qz0qz5j7gx2jsbcp234giwaa0xmg42vrcjrcf587q9ivakfl"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libx11" ,libx11))) `(("libx11" ,libx11)))
@ -1957,7 +1955,7 @@ wasting your precious memory.")
(synopsis "Run a command when a mouse button is pressed on the root window") (synopsis "Run a command when a mouse button is pressed on the root window")
(description "@code{xclickroot} runs a command every time a given mouse (description "@code{xclickroot} runs a command every time a given mouse
button is pressed on the root window.") button is pressed on the root window.")
(license license:public-domain)))) (license license:public-domain)))
(define-public xmenu (define-public xmenu
(package (package