guix-patches
[Top][All Lists]
Advanced

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

bug#60005: [PATCH] gnu: Add swaynotificationcenter


From: Ludovic Courtès
Subject: bug#60005: [PATCH] gnu: Add swaynotificationcenter
Date: Tue, 17 Jan 2023 15:53:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi,

florhizome@posteo.net skribis:

> From: florhizome <florhizome@posteo.net>
>
> * gnu/packages/wm.scm (swaynotificationcenter): New variable.

Applied with the changes below, as per our guidelines.

Thanks,
Ludo’.

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

reply via email to

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