* [bug#53399] [PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4
@ 2022-01-20 21:16 SeerLite via Guix-patches via
2022-01-20 22:07 ` [bug#53399] [PATCH 2/2] gnu: i3lock-color: Simplify inputs SeerLite via Guix-patches via
2022-01-23 9:41 ` bug#53399: [PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4 Nicolas Goaziou
0 siblings, 2 replies; 3+ messages in thread
From: SeerLite via Guix-patches via @ 2022-01-20 21:16 UTC (permalink / raw)
To: 53399; +Cc: SeerLite
* gnu/packages/wm.scm (i3lock-color): Update to 2.13.c.4
[source, home-page]: Update URLs.
---
gnu/packages/wm.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 67e113aaa2..d463159b4f 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -639,16 +639,16 @@ (define-public quickswitch-i3
(define-public i3lock-color
(package
(name "i3lock-color")
- (version "2.12.c")
+ (version "2.13.c.4")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/PandorasFox/i3lock-color")
+ (url "https://github.com/Raymo111/i3lock-color")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "08fhnchf187b73h52xgzb86g6byzxz085zs9galsvl687g5zxk34"))))
+ (base32 "1lnyh8spbf1ar4xan5v7q8i2i51aq1i60kzbfkn9w3wa0jzf9f3d"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ; no tests included
@@ -664,7 +664,7 @@ (define-public i3lock-color
("xcb-util-xrm" ,xcb-util-xrm)))
(native-inputs
(list autoconf automake pkg-config))
- (home-page "https://github.com/PandorasFox/i3lock-color")
+ (home-page "https://github.com/Raymo111/i3lock-color")
(synopsis "Screen locker with color configuration support")
(description
"i3lock-color is a simpler X11 screen locker derived from i3lock.
--
2.34.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#53399] [PATCH 2/2] gnu: i3lock-color: Simplify inputs.
2022-01-20 21:16 [bug#53399] [PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4 SeerLite via Guix-patches via
@ 2022-01-20 22:07 ` SeerLite via Guix-patches via
2022-01-23 9:41 ` bug#53399: [PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4 Nicolas Goaziou
1 sibling, 0 replies; 3+ messages in thread
From: SeerLite via Guix-patches via @ 2022-01-20 22:07 UTC (permalink / raw)
To: 53399; +Cc: SeerLite
* gnu/packages/wm.scm (i3lock-color)[inputs]: Remove labels.
---
gnu/packages/wm.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index d463159b4f..9549b073cf 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -653,15 +653,15 @@ (define-public i3lock-color
(arguments
`(#:tests? #f)) ; no tests included
(inputs
- `(("cairo" ,cairo)
- ("libev" ,libev)
- ("libjpeg" ,libjpeg-turbo)
- ("libxcb" ,libxcb)
- ("libxkbcommon" ,libxkbcommon)
- ("linux-pam" ,linux-pam)
- ("xcb-util" ,xcb-util)
- ("xcb-util-image" ,xcb-util-image)
- ("xcb-util-xrm" ,xcb-util-xrm)))
+ (list cairo
+ libev
+ libjpeg-turbo
+ libxcb
+ libxkbcommon
+ linux-pam
+ xcb-util
+ xcb-util-image
+ xcb-util-xrm))
(native-inputs
(list autoconf automake pkg-config))
(home-page "https://github.com/Raymo111/i3lock-color")
--
2.34.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#53399: [PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4
2022-01-20 21:16 [bug#53399] [PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4 SeerLite via Guix-patches via
2022-01-20 22:07 ` [bug#53399] [PATCH 2/2] gnu: i3lock-color: Simplify inputs SeerLite via Guix-patches via
@ 2022-01-23 9:41 ` Nicolas Goaziou
1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2022-01-23 9:41 UTC (permalink / raw)
To: SeerLite via Guix-patches via; +Cc: 53399-done, SeerLite
Hello,
SeerLite via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/wm.scm (i3lock-color): Update to 2.13.c.4
> [source, home-page]: Update URLs.
Applied both patches. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-01-23 9:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-20 21:16 [bug#53399] [PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4 SeerLite via Guix-patches via
2022-01-20 22:07 ` [bug#53399] [PATCH 2/2] gnu: i3lock-color: Simplify inputs SeerLite via Guix-patches via
2022-01-23 9:41 ` bug#53399: [PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4 Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).