* [bug#51904] [PATCH] gnu: jgmenu: Update to 4.4.0.
@ 2021-11-17 2:46 jgart via Guix-patches via
2021-11-19 9:50 ` bug#51904: " Guillaume Le Vaillant
0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2021-11-17 2:46 UTC (permalink / raw)
To: 51904; +Cc: jgart
* gnu/packages/xdisorg.scm (jgmenu): Update to 4.4.0.
[arguments]: Update testing directory name.
---
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 b0c2f9dd6a..5ed6dafe69 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2457,7 +2457,7 @@ (define-public autocutsel
(define-public jgmenu
(package
(name "jgmenu")
- (version "4.3.0")
+ (version "4.4.0")
(source
(origin
(method git-fetch)
@@ -2466,7 +2466,7 @@ (define-public jgmenu
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "13y4ra2hjfqbn2vxyyn4ar5iqklbabyfwksbryc2gzxspw1vz4zq"))))
+ (base32 "08dyygclayyipa0p2qsxqa3fsfyflkrkhpi25dkc3ybkicvynk24"))))
(build-system gnu-build-system)
(native-inputs
`(("cppcheck" ,cppcheck)
@@ -2481,7 +2481,7 @@ (define-public jgmenu
("libxrandr" ,libxrandr)
("pango" ,pango)))
(arguments
- `(#:test-target "test"
+ `(#:test-target "tests"
#:phases
(modify-phases %standard-phases
(replace 'configure
--
2.33.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#51904: [PATCH] gnu: jgmenu: Update to 4.4.0.
2021-11-17 2:46 [bug#51904] [PATCH] gnu: jgmenu: Update to 4.4.0 jgart via Guix-patches via
@ 2021-11-19 9:50 ` Guillaume Le Vaillant
2021-11-22 0:34 ` [bug#51904] " jgart via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Guillaume Le Vaillant @ 2021-11-19 9:50 UTC (permalink / raw)
To: jgart; +Cc: 51904-done
Patch pushed as c7caeb33d63ce4a99beef478cfce20cc71e7cdda without the
modified test target because the check phase was not doing anything
anymore.
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#51904] [PATCH] gnu: jgmenu: Update to 4.4.0.
2021-11-19 9:50 ` bug#51904: " Guillaume Le Vaillant
@ 2021-11-22 0:34 ` jgart via Guix-patches via
0 siblings, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2021-11-22 0:34 UTC (permalink / raw)
To: Guillaume Le Vaillant; +Cc: 51904-done
On Fri, 19 Nov 2021 09:50:23 +0000 Guillaume Le Vaillant <glv@posteo.net> wrote:
> Patch pushed as c7caeb33d63ce4a99beef478cfce20cc71e7cdda without the
> modified test target because the check phase was not doing anything
> anymore.
> Thanks.
Thanks Guillaume!
It's much appreciated.
all best,
jgart
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-22 0:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-17 2:46 [bug#51904] [PATCH] gnu: jgmenu: Update to 4.4.0 jgart via Guix-patches via
2021-11-19 9:50 ` bug#51904: " Guillaume Le Vaillant
2021-11-22 0:34 ` [bug#51904] " jgart via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.