all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50095] [PATCH 1/3] gnu: i3lock: Update to 2.13.
@ 2021-08-17 15:40 phodina via Guix-patches via
  2021-08-17 16:44 ` [bug#50095] [PATCH 2/3] gnu: i3lock-fancy: Add input phodina via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: phodina via Guix-patches via @ 2021-08-17 15:40 UTC (permalink / raw)
  To: 50095

* 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




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#50095] [PATCH 2/3] gnu: i3lock-fancy: Add input.
  2021-08-17 15:40 [bug#50095] [PATCH 1/3] gnu: i3lock: Update to 2.13 phodina via Guix-patches via
@ 2021-08-17 16:44 ` phodina via Guix-patches via
  2021-08-17 16:49 ` [bug#50095] [PATCH 3/3] gnu: Add i3lock-blur phodina via Guix-patches via
  2021-09-13 10:30 ` bug#50095: [PATCH 1/3] gnu: i3lock: Update to 2.13 Ludovic Courtès
  2 siblings, 0 replies; 4+ messages in thread
From: phodina via Guix-patches via @ 2021-08-17 16:44 UTC (permalink / raw)
  To: 50095@debbugs.gnu.org

* 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




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#50095] [PATCH 3/3] gnu: Add i3lock-blur.
  2021-08-17 15:40 [bug#50095] [PATCH 1/3] gnu: i3lock: Update to 2.13 phodina via Guix-patches via
  2021-08-17 16:44 ` [bug#50095] [PATCH 2/3] gnu: i3lock-fancy: Add input phodina via Guix-patches via
@ 2021-08-17 16:49 ` phodina via Guix-patches via
  2021-09-13 10:30 ` bug#50095: [PATCH 1/3] gnu: i3lock: Update to 2.13 Ludovic Courtès
  2 siblings, 0 replies; 4+ messages in thread
From: phodina via Guix-patches via @ 2021-08-17 16:49 UTC (permalink / raw)
  To: 50095@debbugs.gnu.org

* 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@gmail.com>
 ;;; Copyright © 2021 qblade <qblade@protonmail.com>
 ;;; Copyright © 2021 lasnesne <lasnesne@lagunposprasihopre.org>
+;;; Copyright © 2021 Petr Hodina <phodina@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




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#50095: [PATCH 1/3] gnu: i3lock: Update to 2.13.
  2021-08-17 15:40 [bug#50095] [PATCH 1/3] gnu: i3lock: Update to 2.13 phodina via Guix-patches via
  2021-08-17 16:44 ` [bug#50095] [PATCH 2/3] gnu: i3lock-fancy: Add input phodina via Guix-patches via
  2021-08-17 16:49 ` [bug#50095] [PATCH 3/3] gnu: Add i3lock-blur phodina via Guix-patches via
@ 2021-09-13 10:30 ` Ludovic Courtès
  2 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2021-09-13 10:30 UTC (permalink / raw)
  To: phodina; +Cc: 50095-done

Hi,

phodina <phodina@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’.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-13 10:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17 15:40 [bug#50095] [PATCH 1/3] gnu: i3lock: Update to 2.13 phodina via Guix-patches via
2021-08-17 16:44 ` [bug#50095] [PATCH 2/3] gnu: i3lock-fancy: Add input phodina via Guix-patches via
2021-08-17 16:49 ` [bug#50095] [PATCH 3/3] gnu: Add i3lock-blur phodina via Guix-patches via
2021-09-13 10:30 ` bug#50095: [PATCH 1/3] gnu: i3lock: Update to 2.13 Ludovic Courtès

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.