me
/
guix
Archived
1
0
Fork 0

gnu: jgmenu: Update to 4.4.1.

* gnu/packages/xdisorg.scm (jgmenu): Update to 4.4.1.
[arguments]: Don't explicitly return #t from phases.
master
Tobias Geerinckx-Rice 2022-10-30 02:00:03 +01:00
parent bb453af580
commit 932a60812a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -2546,7 +2546,7 @@ The cutbuffer and clipboard selection are always synchronized.")
(define-public jgmenu (define-public jgmenu
(package (package
(name "jgmenu") (name "jgmenu")
(version "4.4.0") (version "4.4.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2555,7 +2555,7 @@ The cutbuffer and clipboard selection are always synchronized.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "08dyygclayyipa0p2qsxqa3fsfyflkrkhpi25dkc3ybkicvynk24")))) (base32 "1a9irlrpa3mi3101cn9hi1ch5k1v4p0h83ni5j63qmlc5g7pcbsh"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list cppcheck perl pkg-config)) (list cppcheck perl pkg-config))
@ -2575,8 +2575,7 @@ The cutbuffer and clipboard selection are always synchronized.")
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(setenv "CC" ,(cc-for-target)) (setenv "CC" ,(cc-for-target))
(invoke "./configure" (invoke "./configure"
(string-append "--prefix=" (assoc-ref outputs "out"))) (string-append "--prefix=" (assoc-ref outputs "out"))))))))
#t)))))
(synopsis "Simple X11 menu") (synopsis "Simple X11 menu")
(description (description
"This is a simple menu for X11 designed for scripting and tweaking. It "This is a simple menu for X11 designed for scripting and tweaking. It