GNU bug report logs - #50095
[PATCH 1/3] gnu: i3lock: Update to 2.13.

Previous Next

Package: guix-patches;

Reported by: phodina <phodina <at> protonmail.com>

Date: Tue, 17 Aug 2021 15:41:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 50095 in the body.
You can then email your comments to 50095 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#50095; Package guix-patches. (Tue, 17 Aug 2021 15:41:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to phodina <phodina <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 17 Aug 2021 15:41:02 GMT) Full text and rfc822 format available.

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

From: phodina <phodina <at> protonmail.com>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH 1/3] gnu: i3lock: Update to 2.13.
Date: Tue, 17 Aug 2021 15:40:03 +0000
* gnu/packages/wm.scm (i3lock): Update to 2.13.

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 920a7cbb3e..45f3816273 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -384,14 +384,14 @@ from many programming languages.")
 (define-public i3lock
   (package
     (name "i3lock")
-    (version "2.11.1")
+    (version "2.13")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://i3wm.org/i3lock/i3lock-"
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "015dn534m7cxjvqdncpvaq9p8b2r4w5hp1yanbdy2abmhbcc7a7j"))))
+                "02szjsaz7rqrdkd0r2nwgwa85c4hwfrcskxw7ryk695kmjcfhzv3"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
--
2.32.0




Information forwarded to guix-patches <at> gnu.org:
bug#50095; Package guix-patches. (Tue, 17 Aug 2021 16:45:01 GMT) Full text and rfc822 format available.

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

From: phodina <phodina <at> protonmail.com>
To: "50095 <at> debbugs.gnu.org" <50095 <at> debbugs.gnu.org>
Subject: [PATCH 2/3] gnu: i3lock-fancy: Add input.
Date: Tue, 17 Aug 2021 16:44:37 +0000
* gnu/packages/wm.scm (i3lock-fancy)[inputs]: Add i3lock.

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 45f3816273..97dfd1eff5 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -645,6 +645,7 @@ Features include:
     (inputs
      `(("imagemagick" ,imagemagick)
        ("wmctrl" ,wmctrl)
+       ("i3lock" ,i3lock)
        ("gawk" ,gawk)))
     (home-page "https://github.com/meskarune/i3lock-fancy")
     (synopsis "Screen locker with screenshot function")
--
2.32.0




Information forwarded to guix-patches <at> gnu.org:
bug#50095; Package guix-patches. (Tue, 17 Aug 2021 16:51:01 GMT) Full text and rfc822 format available.

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

From: phodina <phodina <at> protonmail.com>
To: "50095 <at> debbugs.gnu.org" <50095 <at> debbugs.gnu.org>
Subject: [PATCH 3/3] gnu: Add i3lock-blur.
Date: Tue, 17 Aug 2021 16:49:55 +0000
* gnu/packages/wm.scm (i3lock-blur): New variable.

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 97dfd1eff5..957c5a0d5a 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -45,6 +45,7 @@
 ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus <at> gmail.com>
 ;;; Copyright © 2021 qblade <qblade <at> protonmail.com>
 ;;; Copyright © 2021 lasnesne <lasnesne <at> lagunposprasihopre.org>
+;;; Copyright © 2021 Petr Hodina <phodina <at> protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -411,6 +412,43 @@ from many programming languages.")
 Despite the name it should work with any X11 window manager.")
     (license license:bsd-3)))

+(define-public i3lock-blur
+  (package
+    (name "i3lock-blur")
+    (version "2.10")
+    (source (origin
+              (method git-fetch)
+              (uri
+               (git-reference
+                (url "https://github.com/karulont/i3lock-blur")
+                (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1bd5nrlga5g1sz1f64gnc3dqy8yfrr4q1ss59krymbpxa1hhf55c"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("automake" ,automake)
+       ("autoconf" ,autoconf)))
+    (inputs
+     `(("cairo" ,cairo)
+       ("mesa" ,mesa)
+       ("libev" ,libev)
+       ("linux-pam" ,linux-pam)
+       ("libxcb" ,libxcb)
+       ("libxkbcommon" ,libxkbcommon)
+       ("xcb-util" ,xcb-util)
+       ("xcb-util-image" ,xcb-util-image)
+       ("xcb-util-xrm" ,xcb-util-xrm)))
+    (home-page "https://github.com/karulont/i3lock-blur")
+    (synopsis "Lightweight screen locker with transparent blurring background")
+    (description
+     "Simple X11 screen locker with transparent blurring background developed
+alongside the i3 project.  Despite the name it should work with any X11 window
+manager.")
+    (license license:expat)))
+
 (define-public i3blocks
   (package
     (name "i3blocks")
--
2.32.0




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 13 Sep 2021 10:31:02 GMT) Full text and rfc822 format available.

Notification sent to phodina <phodina <at> protonmail.com>:
bug acknowledged by developer. (Mon, 13 Sep 2021 10:31:02 GMT) Full text and rfc822 format available.

Message #16 received at 50095-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: phodina <phodina <at> protonmail.com>
Cc: 50095-done <at> debbugs.gnu.org
Subject: Re: bug#50095: [PATCH 1/3] gnu: i3lock: Update to 2.13.
Date: Mon, 13 Sep 2021 12:30:43 +0200
Hi,

phodina <phodina <at> protonmail.com> skribis:

> * gnu/packages/wm.scm (i3lock): Update to 2.13.

[...]

> * gnu/packages/wm.scm (i3lock-fancy)[inputs]: Add i3lock.

[...]

> * gnu/packages/wm.scm (i3lock-blur): New variable.

Finally applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 11 Oct 2021 11:24:12 GMT) Full text and rfc822 format available.

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

Previous Next


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