unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40644] gnu: Add notification-daemon.
@ 2020-04-15 17:13 Raghav Gururajan
  2020-04-19 11:20 ` bug#40644: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Raghav Gururajan @ 2020-04-15 17:13 UTC (permalink / raw)
  To: 40644

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

Hello Guix!

Please find the attached patch to add the package 'notification-daemon' to guix.

Regards,
RG.

[-- Attachment #2: notification-daemon.patch --]
[-- Type: text/x-patch, Size: 1747 bytes --]

From e64a23e5cac8b9c068f364602c9b0e21dd2b0908 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Mon, 13 Apr 2020 02:44:21 -0400
Subject: [PATCH] gnu: Add notification-daemon.

* gnu/packages/gnome.scm (notification-daemon): New variable.
---
 gnu/packages/gnome.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 820811f8fa..2086334568 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -250,6 +250,34 @@ Desktop.  It is designed to be as simple as possible and has some unique
 features to enable users to create their discs easily and quickly.")
     (license license:gpl2+)))
 
+(define-public notification-daemon
+  (package
+    (name "notification-daemon")
+    (version "3.20.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri
+        (string-append "mirror://gnome/sources/" name "/"
+                       (version-major+minor version) "/"
+                       name "-" version ".tar.xz"))
+       (sha256
+        (base32
+         "1rgchqi4j2ll7d6a7lgy7id0w9rrkwkgic1096fbm2zx6n7pc4yx"))))
+    (build-system glib-or-gtk-build-system)
+    (native-inputs
+     `(("intltool" ,intltool)
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("glib" ,glib)
+       ("gtk+" ,gtk+)
+       ("x11" ,libx11)))
+    (synopsis "Notification Daemon for GNOME Desktop")
+    (description "Notification-Daemon is the server implementation of the
+freedesktop.org desktop notification specification.")
+    (home-page "https://wiki.gnome.org/Projects/NotificationDaemon")
+    (license license:gpl2+)))
+
 (define-public mm-common
   (package
     (name "mm-common")
-- 
2.26.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#40644: gnu: Add notification-daemon.
  2020-04-15 17:13 [bug#40644] gnu: Add notification-daemon Raghav Gururajan
@ 2020-04-19 11:20 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-04-19 11:20 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: 40644-done

Hi,

Raghav Gururajan <raghavgururajan@disroot.org> skribis:

>>From e64a23e5cac8b9c068f364602c9b0e21dd2b0908 Mon Sep 17 00:00:00 2001
> From: Raghav Gururajan <raghavgururajan@disroot.org>
> Date: Mon, 13 Apr 2020 02:44:21 -0400
> Subject: [PATCH] gnu: Add notification-daemon.
>
> * gnu/packages/gnome.scm (notification-daemon): New variable.

Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-19 11:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-15 17:13 [bug#40644] gnu: Add notification-daemon Raghav Gururajan
2020-04-19 11:20 ` bug#40644: " Ludovic Courtès

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