unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: florhizome@posteo.net
Cc: 60005-done@debbugs.gnu.org
Subject: bug#60005: [PATCH] gnu: Add swaynotificationcenter
Date: Tue, 17 Jan 2023 15:53:51 +0100	[thread overview]
Message-ID: <87o7qxgqkg.fsf@gnu.org> (raw)
In-Reply-To: <8212c708047fca6676c6072d807794c4b2b49f9f.1670849754.git.florhizome@posteo.net> (florhizome@posteo.net's message of "Mon, 12 Dec 2022 12:56:43 +0000")

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

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’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1684 bytes --]

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	other threads:[~2023-01-17 14:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-12 12:56 [bug#60005] [PATCH] gnu: Add swaynotificationcenter florhizome
2023-01-17 14:53 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o7qxgqkg.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=60005-done@debbugs.gnu.org \
    --cc=florhizome@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).