unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: phodina via Guix-patches via <guix-patches@gnu.org>
To: "50095@debbugs.gnu.org" <50095@debbugs.gnu.org>
Subject: [bug#50095] [PATCH 3/3] gnu: Add i3lock-blur.
Date: Tue, 17 Aug 2021 16:49:55 +0000	[thread overview]
Message-ID: <j-t3ENd0q_nSgpMEZq-ZCtfdYasda0TixT2smMTReoSOljZn7bDS6BhEupanStBxd2ezzlGKSPwNDECB1wOZmI5otPYtTwWXJpAz2K0Nn1Y=@protonmail.com> (raw)
In-Reply-To: <ZzghddwlhQdMTDNNKMti68HvemxuSzNXM8nQ0xweWmB_OJFJbQBQUVmlUEatsSU_dbIR83giiSvHDR3PH5YnsxthIEyqA8Mt7blWsbtmAuQ=@protonmail.com>

* 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




  parent reply	other threads:[~2021-08-17 16:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2021-09-13 10:30 ` bug#50095: [PATCH 1/3] gnu: i3lock: Update to 2.13 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='j-t3ENd0q_nSgpMEZq-ZCtfdYasda0TixT2smMTReoSOljZn7bDS6BhEupanStBxd2ezzlGKSPwNDECB1wOZmI5otPYtTwWXJpAz2K0Nn1Y=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=50095@debbugs.gnu.org \
    --cc=phodina@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).