GNU bug report logs - #53399
[PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4

Previous Next

Package: guix-patches;

Reported by: SeerLite <seerlite <at> nixnet.email>

Date: Thu, 20 Jan 2022 21:31:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53399 in the body.
You can then email your comments to 53399 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#53399; Package guix-patches. (Thu, 20 Jan 2022 21:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to SeerLite <seerlite <at> nixnet.email>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 20 Jan 2022 21:31:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: SeerLite <seerlite <at> nixnet.email>
To: guix-patches <at> gnu.org
Cc: SeerLite <seerlite <at> nixnet.email>
Subject: [PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4
Date: Thu, 20 Jan 2022 18:16:23 -0300
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#53399; Package guix-patches. (Thu, 20 Jan 2022 22:09:01 GMT) Full text and rfc822 format available.

Message #8 received at 53399 <at> debbugs.gnu.org (full text, mbox):

From: SeerLite <seerlite <at> nixnet.email>
To: 53399 <at> debbugs.gnu.org
Cc: SeerLite <seerlite <at> nixnet.email>
Subject: [PATCH 2/2] gnu: i3lock-color: Simplify inputs.
Date: Thu, 20 Jan 2022 19:07:28 -0300
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#53399; Package guix-patches. (Sun, 23 Jan 2022 09:43:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: SeerLite via Guix-patches via <guix-patches <at> gnu.org>
Cc: 53399-done <at> debbugs.gnu.org, SeerLite <seerlite <at> nixnet.email>
Subject: Re: [bug#53399] [PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4
Date: Sun, 23 Jan 2022 10:41:58 +0100
Hello,

SeerLite via Guix-patches via <guix-patches <at> 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




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 23 Jan 2022 09:43:02 GMT) Full text and rfc822 format available.

Notification sent to SeerLite <seerlite <at> nixnet.email>:
bug acknowledged by developer. (Sun, 23 Jan 2022 09:43:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 20 Feb 2022 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 58 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.