emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49702: closed ([PATCH] gnu: Add swaylock-effects)


From: GNU bug Tracking System
Subject: bug#49702: closed ([PATCH] gnu: Add swaylock-effects)
Date: Sat, 30 Oct 2021 21:36:01 +0000

Your message dated Sat, 30 Oct 2021 23:35:31 +0200
with message-id <f0ce730fe242ef449cbead823d0be5d285880db5.camel@gmail.com>
and subject line Re: [PATCH v3] gnu: Add swaylock-effects.
has caused the debbugs.gnu.org bug report #49702,
regarding [PATCH] gnu: Add swaylock-effects
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49702: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49702
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add swaylock-effects Date: Fri, 23 Jul 2021 03:06:22 +0000
---
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 920a7cbb3e..b214e2a31c 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.
 ;;;
@@ -82,6 +83,7 @@
   #:use-module (gnu packages bison)
   #:use-module (gnu packages build-tools) ;for meson-0.55
   #:use-module (gnu packages calendar)
+  #:use-module (gnu packages commencement) ; for gcc>9
   #:use-module (gnu packages datastructures)
   #:use-module (gnu packages docbook)
   #:use-module (gnu packages documentation)
@@ -1578,6 +1580,29 @@ modules for building a Wayland compositor.")
     (description "Swaylock is a screen locking utility for Wayland 
compositors.")
     (license license:expat))) ; MIT license

+(define-public swaylock-effects
+(package (inherit swaylock)
+  (name "swaylock-effects")
+  ;; Upstream v1.6-3 released on 16/11/2020
+  (version "5cb9579faaf5662b111f5722311b701eff1c1d00")
+  (source (origin
+            (method git-fetch)
+            (uri (git-reference
+                  (url "https://github.com/mortie/swaylock-effects";)
+                  (commit version)))
+            (sha256
+             (base32
+              "036dkhfqgk7g9vbr5pxgrs66h5fz0rwdsc67i1w51aa9v01r35ca"))))
+  ; Requires gcc>=9 see the issue here
+  ; https://github.com/mortie/swaylock-effects/issues/26
+  (native-inputs `(("gcc-toolchain", gcc-toolchain-9)
+                   ,@(package-native-inputs swaylock)))
+  (synopsis (string-append (package-synopsis swaylock) " with fancy effects"))
+  (description "Swaylock-effects is a fork of swaylock which adds built-in
+screenshots and image manipulation effects like blurring. It's inspired by
+i3lock-color, although the feature sets aren't perfectly overlapping.")
+  (home-page "https://github.com/mortie/swaylock-effects";)))
+
 (define-public swaybg
   (package
     (name "swaybg")
--
2.31.1



--- End Message ---
--- Begin Message --- Subject: Re: [PATCH v3] gnu: Add swaylock-effects. Date: Sat, 30 Oct 2021 23:35:31 +0200 User-agent: Evolution 3.34.2
Am Samstag, den 30.10.2021, 21:26 +0000 schrieb phodina:
> Hi,
> 
> I'm just going through my open tickets and this one seems to be
> already merged in commit 511dc6877e0664d83fd800cc601fa94c231a0d0f.
> 
> Could you please confirm and close the ticket?
Indeed, I CC'd the wrong address when I pushed it.



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]