From unknown Fri Aug 15 19:35:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#63887] [PATCH] gnu: Add swayfx. Resent-From: Vessel Vave Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 04 Jun 2023 08:10:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 63887 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63887@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16858661766062 (code B ref -1); Sun, 04 Jun 2023 08:10:04 +0000 Received: (at submit) by debbugs.gnu.org; 4 Jun 2023 08:09:36 +0000 Received: from localhost ([127.0.0.1]:44858 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q5inv-0001Zc-Vv for submit@debbugs.gnu.org; Sun, 04 Jun 2023 04:09:36 -0400 Received: from lists.gnu.org ([209.51.188.17]:42934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q5g0w-0002HO-Vu for submit@debbugs.gnu.org; Sun, 04 Jun 2023 01:10:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q5g0w-0008MB-1B for guix-patches@gnu.org; Sun, 04 Jun 2023 01:10:50 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q5g0u-0006nn-E3 for guix-patches@gnu.org; Sun, 04 Jun 2023 01:10:49 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 4969340611 for ; Sun, 4 Jun 2023 07:10:47 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XJaEbc9SBi9Q for ; Sun, 4 Jun 2023 07:10:46 +0200 (CEST) From: Vessel Vave DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1685855446; bh=2jPuuTLaTdHhB7TEN7EzS4I0RdRjyMS/QfY8A2JnO5E=; h=From:To:Subject:Date; b=SDoaOSq6Jx+czlG6u3+PKO3hL7PqtxdGCqKekKkCrobo5XahK6AqB7D3DHGZ4C3Nw jARhIqpEDxTy0dBWy8VQqVDaI3QlVifqy8EYGUKUGUbxB5ulO7pVuaUnwnoYgwfgrr EezScHltqk1PhsOrtmIOw9vhKfA16IkmGdx/4OyXvuhkqcxii3MLTIeCvyz8ZjGrdS JMyZaPMxPJtlx2TxEmiG6cb3ZRNW9FTk+0j9pFKQBeTyWIpYs6Cue8O+AtnudNyf8V M1zbQrB2KZz1sOBCzuP3Yl6RxwmDtRWpL9IMUi9hle5/wD1s8cvL634TIVPnAUk73S db/QnLX0np2Qw== Date: Sun, 04 Jun 2023 00:09:14 -0500 Message-ID: <87zg5f6cdo.fsf@disroot.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Received-SPF: pass client-ip=178.21.23.139; envelope-from=vesselwave@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Mailman-Approved-At: Sun, 04 Jun 2023 04:09:27 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Blur has recently been added to Swayfx =2D-- 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 =2D-- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -62,6 +62,7 @@ ;;; Copyright =C2=A9 2022 zamfofex ;;; Copyright =C2=A9 2023 Gabriel Wicki ;;; Copyright =C2=A9 2023 Jonathan Brielamier +;;; Copyright =C2=A9 2023 Vessel Wave ;;; ;;; 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 =2D- 2.40.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEElnA+zbIcenQdR2WYafESVHtnVdMFAmR8HNMACgkQafESVHtn VdMzxg/+I4ZomxjtAbaOvg/OQ+wvQIqOyWHjPROUxy3G2jENZFBzAiYLhDNNvEUQ xL1JvmKxMaI5NOv3ntYCB7s6FLeOOyi7AHBPNT2CNVjjUJh5JnFeygKrWdBc61vi N+icHZmfdVa36n5XCwJEQzlUQqEVjqdC5EvE3vOjoqS4F+1N5L+8r1ShN7tID+CE jfAJX6cCQgmBt0qs6YcLiUDlzQXiSCPKq3/5qq/J830cXnCwrwEedfDG6Ul9W2Gm /isC2FqZ7LlGxqpt3Cb3RcqHTg2w7F2mv/0xaupeeDBE4tH2yPeqPgvmCTVXOvjd XMMbQj+SQ3QYwroEHcp5g80D6dJpPjnCu2bh9bBkq6y8r0e2Ptweol5k6Pwshycg aBouJnQJ6lRRQyBIG6OPiuOzMQBeAiICZRKzaouEMLBew0wbdPJq4f4KUqYSK8cz UyJ6klwNeUpUm1BgfYu4AQPj7uGiCMS+mX60lhwpQFEgTmg0N33LBkRBtlWKRgAj skJ1okDYu7hgrxDY6amVvzgn4ehZBqRqITnvSXMUt4Ntvm2lWLJi+MNCkcjPmo3Q b3enWvW7drXzQZH5w3Kvaobh2WXKM8nz/n3JtqrimjHh6U7uXCxeiJ3LNfgCjEQX WnemYIV7AVorAwiRcrzWyZycbHgcsEcNXV+WgRI7mAhP2BwlALU= =remh -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 15 19:35:39 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Vessel Vave Subject: bug#63887: closed (Re: bug#63887: [PATCH] gnu: Add swayfx.) Message-ID: References: <87v8f3y642.fsf@gnu.org> <87zg5f6cdo.fsf@disroot.org> X-Gnu-PR-Message: they-closed 63887 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 63887@debbugs.gnu.org Date: Sat, 01 Jul 2023 16:01:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1688227262-23510-1" This is a multi-part message in MIME format... ------------=_1688227262-23510-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #63887: [PATCH] gnu: Add swayfx. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 63887@debbugs.gnu.org. --=20 63887: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D63887 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1688227262-23510-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 63887-done) by debbugs.gnu.org; 1 Jul 2023 16:00:59 +0000 Received: from localhost ([127.0.0.1]:58511 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qFd1u-00066q-Nk for submit@debbugs.gnu.org; Sat, 01 Jul 2023 12:00:58 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52306) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qFd1q-00066Z-Cx for 63887-done@debbugs.gnu.org; Sat, 01 Jul 2023 12:00:57 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qFd1l-0004By-1j; Sat, 01 Jul 2023 12:00:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=bMpv7iy9Z4fW1pWNJL525Rap/s10hP2e/bwAekA3+uo=; b=eWDokLTyuvBMW8TT8jhD 5AG5lfI6ugCW5z+SXWF3M6h+1i705I6IRdZTJjJLEMod2uy81IQNmI1HghbqhnS+OLltz2phZWJFd U9X4n+e4zm/eEFs6W1vXQCRw0YLJiYi4QjeFvRLjZ1fDZ+ODafoeZUi0CUQH4ynEynWXeC2GBRaK3 KhPmHURzOZrSeV1esQkUG2mhEHjRNJblexObb5eUxeAys0unmJLbOA4dHIgmg23z7BessxOEq+Hlr mfl2uBu8ivNnJRtmlXxkU+oGY6qjHZg+7N4R008EhZ1OiOUFyKkZrchFs3+mNw0OjbNpeVsGco3AO OrLslIzLq12KYw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qFd1D-0008Ia-FX; Sat, 01 Jul 2023 12:00:30 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Vessel Vave Subject: Re: bug#63887: [PATCH] gnu: Add swayfx. References: <87zg5f6cdo.fsf@disroot.org> Date: Sat, 01 Jul 2023 18:00:13 +0200 In-Reply-To: <87zg5f6cdo.fsf@disroot.org> (Vessel Vave's message of "Sun, 04 Jun 2023 00:09:14 -0500") Message-ID: <87v8f3y642.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63887-done Cc: 63887-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi! Vessel Vave skribis: > Blur has recently been added to Swayfx I added a commit log that follows our conventions and applied it. Thanks, Ludo=E2=80=99. ------------=_1688227262-23510-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Jun 2023 08:09:36 +0000 Received: from localhost ([127.0.0.1]:44858 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q5inv-0001Zc-Vv for submit@debbugs.gnu.org; Sun, 04 Jun 2023 04:09:36 -0400 Received: from lists.gnu.org ([209.51.188.17]:42934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q5g0w-0002HO-Vu for submit@debbugs.gnu.org; Sun, 04 Jun 2023 01:10:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q5g0w-0008MB-1B for guix-patches@gnu.org; Sun, 04 Jun 2023 01:10:50 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q5g0u-0006nn-E3 for guix-patches@gnu.org; Sun, 04 Jun 2023 01:10:49 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 4969340611 for ; Sun, 4 Jun 2023 07:10:47 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XJaEbc9SBi9Q for ; Sun, 4 Jun 2023 07:10:46 +0200 (CEST) From: Vessel Vave DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1685855446; bh=2jPuuTLaTdHhB7TEN7EzS4I0RdRjyMS/QfY8A2JnO5E=; h=From:To:Subject:Date; b=SDoaOSq6Jx+czlG6u3+PKO3hL7PqtxdGCqKekKkCrobo5XahK6AqB7D3DHGZ4C3Nw jARhIqpEDxTy0dBWy8VQqVDaI3QlVifqy8EYGUKUGUbxB5ulO7pVuaUnwnoYgwfgrr EezScHltqk1PhsOrtmIOw9vhKfA16IkmGdx/4OyXvuhkqcxii3MLTIeCvyz8ZjGrdS JMyZaPMxPJtlx2TxEmiG6cb3ZRNW9FTk+0j9pFKQBeTyWIpYs6Cue8O+AtnudNyf8V M1zbQrB2KZz1sOBCzuP3Yl6RxwmDtRWpL9IMUi9hle5/wD1s8cvL634TIVPnAUk73S db/QnLX0np2Qw== To: guix-patches@gnu.org Subject: [PATCH] gnu: Add swayfx. Date: Sun, 04 Jun 2023 00:09:14 -0500 Message-ID: <87zg5f6cdo.fsf@disroot.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Received-SPF: pass client-ip=178.21.23.139; envelope-from=vesselwave@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 04 Jun 2023 04:09:27 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Blur has recently been added to Swayfx =2D-- 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 =2D-- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -62,6 +62,7 @@ ;;; Copyright =C2=A9 2022 zamfofex ;;; Copyright =C2=A9 2023 Gabriel Wicki ;;; Copyright =C2=A9 2023 Jonathan Brielamier +;;; Copyright =C2=A9 2023 Vessel Wave ;;; ;;; 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 =2D- 2.40.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEElnA+zbIcenQdR2WYafESVHtnVdMFAmR8HNMACgkQafESVHtn VdMzxg/+I4ZomxjtAbaOvg/OQ+wvQIqOyWHjPROUxy3G2jENZFBzAiYLhDNNvEUQ xL1JvmKxMaI5NOv3ntYCB7s6FLeOOyi7AHBPNT2CNVjjUJh5JnFeygKrWdBc61vi N+icHZmfdVa36n5XCwJEQzlUQqEVjqdC5EvE3vOjoqS4F+1N5L+8r1ShN7tID+CE jfAJX6cCQgmBt0qs6YcLiUDlzQXiSCPKq3/5qq/J830cXnCwrwEedfDG6Ul9W2Gm /isC2FqZ7LlGxqpt3Cb3RcqHTg2w7F2mv/0xaupeeDBE4tH2yPeqPgvmCTVXOvjd XMMbQj+SQ3QYwroEHcp5g80D6dJpPjnCu2bh9bBkq6y8r0e2Ptweol5k6Pwshycg aBouJnQJ6lRRQyBIG6OPiuOzMQBeAiICZRKzaouEMLBew0wbdPJq4f4KUqYSK8cz UyJ6klwNeUpUm1BgfYu4AQPj7uGiCMS+mX60lhwpQFEgTmg0N33LBkRBtlWKRgAj skJ1okDYu7hgrxDY6amVvzgn4ehZBqRqITnvSXMUt4Ntvm2lWLJi+MNCkcjPmo3Q b3enWvW7drXzQZH5w3Kvaobh2WXKM8nz/n3JtqrimjHh6U7uXCxeiJ3LNfgCjEQX WnemYIV7AVorAwiRcrzWyZycbHgcsEcNXV+WgRI7mAhP2BwlALU= =remh -----END PGP SIGNATURE----- --=-=-=-- ------------=_1688227262-23510-1--