From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 12 07:56:56 2022 Received: (at submit) by debbugs.gnu.org; 12 Dec 2022 12:56:56 +0000 Received: from localhost ([127.0.0.1]:52802 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p4iMa-0006Sf-3p for submit@debbugs.gnu.org; Mon, 12 Dec 2022 07:56:56 -0500 Received: from lists.gnu.org ([209.51.188.17]:45632) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p4iMW-0006SX-T4 for submit@debbugs.gnu.org; Mon, 12 Dec 2022 07:56:54 -0500 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 1p4iMU-0007di-Ko for guix-patches@gnu.org; Mon, 12 Dec 2022 07:56:52 -0500 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p4iMS-0008Ik-F8 for guix-patches@gnu.org; Mon, 12 Dec 2022 07:56:50 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 67D62240026 for ; Mon, 12 Dec 2022 13:56:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1670849806; bh=zFdCBnTvSNh/HuYQBGfpkNGm1cM5RNhX+sp72/2fC3c=; h=From:To:Cc:Subject:Date:From; b=ebJ3Vd+DPUESVxeR0JhlKvlXL3jrLXEOGZjT/KPLYY9ERG1xyYtAjZ/1K7VwSFHhF Lw12x1DLNEGR1qNvmzg9ycIUOzwePfstTIhYMcIfCib5wUnu8Oybx4Ha235OWFpHfM m42eNk0c8FcSTqdbdLY63fL6jTScCGO18YH2EV0XHzbvrQsF9e22Pbpn7+brFIvGGq BxTM7PaEpqYNbdgA0d2nWFRkFCHa7bTpIV7GYCVrd5TCip9W5fwdnJ8qZVr9ofExuY fplHn77RiTzkiXBj9SB+Uhy2Km0kIKAnpZJe0xBUvEUvRYIaDCYGIxlZ76LRbL8/T3 X8eeyBimsP3IA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NW1q20Kr5z6tmK; Mon, 12 Dec 2022 13:56:46 +0100 (CET) From: florhizome@posteo.net To: guix-patches@gnu.org Subject: [PATCH] gnu: Add swaynotificationcenter Date: Mon, 12 Dec 2022 12:56:43 +0000 Message-Id: <8212c708047fca6676c6072d807794c4b2b49f9f.1670849754.git.florhizome@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=florhizome@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: florhizome 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.3 (--) From: florhizome * gnu/packages/wm.scm (swaynotificationcenter): New variable. --- gnu/packages/wm.scm | 50 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 042a878257..86573658f4 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1724,6 +1724,56 @@ (define-public swaybg (description "Swaybg is a wallpaper utility for Wayland compositors.") (license license:expat))) ; MIT license + +(define-public swaynotificationcenter + (package + (name "swaynotificationcenter") + (version "0.7.3") + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/ErikReider/SwayNotificationCenter") + (commit (string-append "v" version)))) + (sha256 + (base32 "1xvr5m5sqznr3dd512i5pk0d56v7n0ywdcy6rnz85vbf2k7b6kj5")))) + (build-system meson-build-system) + (arguments (list #:configure-flags #~(list "-Dsystemd-service=false"))) + (native-inputs + (list `(,glib "bin") + gobject-introspection + pkg-config + python-minimal + scdoc + vala-next)) + (inputs + (list json-glib + glib + gtk+ + gtk-layer-shell + libhandy + wayland-protocols)) + (synopsis "A simple notification daemon with a GTK gui built for + Notifications and the control center") + (description "Features +@itemize +@item Keyboard shortcuts +@item Notification body markup with image support +@item A panel to view previous notifications +@item Show album art for notifications like Spotify +@item Do not disturb +@item Click notification to execute default action +@item Show alternative notification actions +@item Customization through a CSS file +@item Trackpad/mouse gesture to close notification +@item The same features as any other basic notification daemon +@item Basic configuration through a JSON config file +@item Hot-reload config through swaync-client +@end itemize") + (home-page "https://github.com/ErikReider/SwayNotificationCenter") + (license license:expat))) + (define-public waybar (package (name "waybar") base-commit: 0ce1f82e5aaac951b21d579eb46bf75cfe6713c0 prerequisite-patch-id: 36ae907c0ae2cbc001f774c0514ab217855270c2 prerequisite-patch-id: f85768858f3a8b1ef44b6e355dcd7f9254c07d24 prerequisite-patch-id: 2c99b804c1a929fc9d74b4c3d92263cbd296f785 prerequisite-patch-id: 2525aea715c2eb5be5f61e2e14296a36898413ca prerequisite-patch-id: f7afbf36e2776eced1e69090ec127a40456efca4 prerequisite-patch-id: ba73cf06ab2610e36d03df1f6b6a1c4b8f271cda prerequisite-patch-id: 9ac4b32603488e776af63831ff13406c649a8686 prerequisite-patch-id: 1cec3e6ed7a13938c53c24f816056d98b2b005c7 prerequisite-patch-id: 011ca6e0eaf4ea7077787d7030f193836c30aa82 prerequisite-patch-id: 4243cf3f6370445e6d583f03231e87921f541cc2 prerequisite-patch-id: 6c88bfec7b2fa53face9523329de4a9102149772 prerequisite-patch-id: d1bed6e8da46c3d6f4017546f7a00c001e814fe1 prerequisite-patch-id: 1ff1bcd9503a2b38ca7cc59ebdcebb45f970cf1a prerequisite-patch-id: 4aa5ec94c128f5b6b6b6709c25baa49fffa571f6 prerequisite-patch-id: cb8f4f83e84db03ffa3c6be6c6b0df2ef0b59422 -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 17 09:54:03 2023 Received: (at 60005-done) by debbugs.gnu.org; 17 Jan 2023 14:54:04 +0000 Received: from localhost ([127.0.0.1]:36272 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pHnLf-0001jO-Ig for submit@debbugs.gnu.org; Tue, 17 Jan 2023 09:54:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:43182) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pHnLb-0001ih-Dr for 60005-done@debbugs.gnu.org; Tue, 17 Jan 2023 09:54:02 -0500 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 1pHnLV-0007M4-UC; Tue, 17 Jan 2023 09:53:53 -0500 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=eeXVXNRTNQvmssO/h9fVTpXSPN/hCqjlvCY4VGvxcX0=; b=Ix7nwDSKWrpYWxICsfll wKZA/u6vMVj7rW3oJaiQyBtGxccsBOkA1tvQeISsqVdprSG23wP/NvOayoMqJ8u4UpFCYxJ/eUUx6 8pUeyQy0UD0qyofpa8HcQ1MLl3TITs4tz4hx3oUdAYOYOrLvuD8CqKoPnDZuLGOru+uO3pEQ+S5ga nfvWdh8TNxE4Hou+sbX7S4/DOXjpn+slrIVGlGRfFhpwf1l4KsSaPjbt+BzcGiJhohZlSXhnxJftI DPWsWLY9JRqnPf+yZMzlY2x1zBwU6eKwk9nJm4kK5otfHbJniZhP2TyhQhB/gAHa0ZE4OETw1Zrtj lRbfIn5LalRpEg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pHnLV-0006UJ-HW; Tue, 17 Jan 2023 09:53:53 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: florhizome@posteo.net Subject: Re: bug#60005: [PATCH] gnu: Add swaynotificationcenter References: <8212c708047fca6676c6072d807794c4b2b49f9f.1670849754.git.florhizome@posteo.net> Date: Tue, 17 Jan 2023 15:53:51 +0100 In-Reply-To: <8212c708047fca6676c6072d807794c4b2b49f9f.1670849754.git.florhizome@posteo.net> (florhizome@posteo.net's message of "Mon, 12 Dec 2022 12:56:43 +0000") Message-ID: <87o7qxgqkg.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60005-done Cc: 60005-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 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, florhizome@posteo.net skribis: > From: florhizome > > * gnu/packages/wm.scm (swaynotificationcenter): New variable. Applied with the changes below, as per our guidelines. Thanks, Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index bfe4fe15ed..9a18580753 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1727,15 +1727,14 @@ (define-public swaynotificationcenter (package (name "swaynotificationcenter") (version "0.7.3") - (source - (origin - (method git-fetch) - (uri - (git-reference - (url "https://github.com/ErikReider/SwayNotificationCenter") - (commit (string-append "v" version)))) - (sha256 - (base32 "1xvr5m5sqznr3dd512i5pk0d56v7n0ywdcy6rnz85vbf2k7b6kj5")))) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ErikReider/SwayNotificationCenter") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1xvr5m5sqznr3dd512i5pk0d56v7n0ywdcy6rnz85vbf2k7b6kj5")))) (build-system meson-build-system) (arguments (list #:configure-flags #~(list "-Dsystemd-service=false"))) (native-inputs @@ -1752,9 +1751,11 @@ (define-public swaynotificationcenter gtk-layer-shell libhandy wayland-protocols)) - (synopsis "A simple notification daemon with a GTK gui built for - Notifications and the control center") - (description "Features + (synopsis "Notification daemon with a graphical interface") + (description + "This package provides a notification daemon for the Sway Wayland +compository, supporting the following featuers: + @itemize @item Keyboard shortcuts @item Notification body markup with image support --=-=-=-- From unknown Thu Aug 14 18:33:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 15 Feb 2023 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator