GNU bug report logs - #63884
[PATCH] gnu: Add swayfx.

Previous Next

Package: guix-patches;

Reported by: Vessel Wave <vesselwave <at> disroot.org>

Date: Sun, 4 Jun 2023 08:10:02 UTC

Severity: normal

Tags: patch

Done: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>

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 63884 in the body.
You can then email your comments to 63884 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#63884; Package guix-patches. (Sun, 04 Jun 2023 08:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vessel Wave <vesselwave <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 04 Jun 2023 08:10:03 GMT) Full text and rfc822 format available.

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

From: Vessel Wave <vesselwave <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add swayfx.
Date: Sat, 3 Jun 2023 23:56:31 -0500
Blur has recently been added to Swayfx
---
 gnu/packages/wm.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 7f5e10b60d..2927828c79 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -62,6 +62,7 @@
 ;;; Copyright © 2022 zamfofex <zamfofex <at> twdb.moe>
 ;;; Copyright © 2023 Gabriel Wicki <gabriel <at> erlikon.ch>
 ;;; Copyright © 2023 Jonathan Brielamier <jonathan.brielmaier <at> web.de>
+;;; Copyright © 2023 Vessel Wave <vesselwave <at> disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1669,6 +1670,29 @@ (define-public sway
     (description "Sway is a i3-compatible Wayland compositor.")
     (license license:expat)))

+(define-public swayfx
+  (package
+    (inherit sway)
+    (name "swayfx")
+    (version "0.3.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/WillPower3309/swayfx")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1550n9xnqbl1am4cwlnj8ip5cs7kgdzx96ga2hkcw29cpyian7rv"))))
+    (build-system meson-build-system)
+    (home-page "https://github.com/WillPower3309/swayfx")
+    (synopsis "Sway Fork with extra options and effects")
+    (description
+     "Fork of Sway, a Wayland compositor compatible with i3.  SwayFX
+adds extra options and effects to the original Sway, such as blur, rounded
+corners, shadows, inactive window dimming, etc.")
+    (license license:expat)))
+
 (define-public swayidle
   (package
     (name "swayidle")

base-commit: b3492964c2573993b65c20f6e7d16c29cfd6f4f5
-- 
2.40.1




Information forwarded to guix-patches <at> gnu.org:
bug#63884; Package guix-patches. (Sun, 04 Jun 2023 08:26:01 GMT) Full text and rfc822 format available.

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

From: Vessel Vave <vesselwave <at> disroot.org>
To: 63884 <at> debbugs.gnu.org
Subject: Accidental email
Date: Sun, 04 Jun 2023 03:20:14 -0500
[Message part 1 (text/plain, inline)]
Sorry, I broke my new email client (mu4e), so emails haven't showed up
in Sent. Follow this issue with https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63887
[signature.asc (application/pgp-signature, inline)]

Reply sent to Jonathan Brielmaier <jonathan.brielmaier <at> web.de>:
You have taken responsibility. (Mon, 05 Jun 2023 08:00:02 GMT) Full text and rfc822 format available.

Notification sent to Vessel Wave <vesselwave <at> disroot.org>:
bug acknowledged by developer. (Mon, 05 Jun 2023 08:00:02 GMT) Full text and rfc822 format available.

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

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 63884-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add swayfx.
Date: Mon, 5 Jun 2023 09:59:36 +0200
Closing. Duplicate of https://issues.guix.gnu.org/63887.




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

This bug report was last modified 1 year and 354 days ago.

Previous Next


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