From unknown Sat Sep 06 14:24:01 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#40644] gnu: Add notification-daemon. Resent-From: Raghav Gururajan Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 15 Apr 2020 17:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 40644 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 40644@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15869708431312 (code B ref -1); Wed, 15 Apr 2020 17:15:01 +0000 Received: (at submit) by debbugs.gnu.org; 15 Apr 2020 17:14:03 +0000 Received: from localhost ([127.0.0.1]:37018 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jOlbv-0000L6-IH for submit@debbugs.gnu.org; Wed, 15 Apr 2020 13:14:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:58337) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jOlbt-0000Ka-5v for submit@debbugs.gnu.org; Wed, 15 Apr 2020 13:14:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41546) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOlbr-0007ED-J0 for guix-patches@gnu.org; Wed, 15 Apr 2020 13:14:01 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jOlbq-0007EK-Ad for guix-patches@gnu.org; Wed, 15 Apr 2020 13:13:59 -0400 Received: from knopi.disroot.org ([178.21.23.139]:45300) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jOlbp-0007Bk-RD for guix-patches@gnu.org; Wed, 15 Apr 2020 13:13:58 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 4537120B96 for ; Wed, 15 Apr 2020 19:13:56 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new 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 MAocVlZNE3yS for ; Wed, 15 Apr 2020 19:13:53 +0200 (CEST) Date: Wed, 15 Apr 2020 13:13:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1586970833; bh=/X390prk2Xwc6sq/SkntuAD3GnJy5tQsQ01o267EvUI=; h=Date:From:To:Subject; b=PnMnXOOhGoq1fbnAXK5fokiMlqSV2mb9MxXm2xQgNC/QszR5bQ110iixuGWNAeQkR Cu6fzBX7SP6rllK9TgNHAeMfiWjWjINnbHPl4T+kp2S1xzEF6/DDZEiG/Q2Sq5GbBI XyGR31KN7XWxH3cWD9wEJjl+mYc9OGA0uLjrZuEhO8VVZV+6rkYixAtSFQ6Ksnqydr 7U1r0Qy58PBCHdGeCBlp6HFDjhuOkCreHIRKX6tBDAfYJ+J1syD5jDCHKsIEFLve6K a1oXZkXZBib3gSYi5j8/p1+RopcQgz8q803v1vIBIrVE4SgUKGxSq+J1J3rLc0QtNO sAXNfrIHXlUzQ== From: Raghav Gururajan Message-ID: <20200415131342.0bfc3141.raghavgururajan@disroot.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/j1=lRFynCM3VD6PEXrmXyF=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 178.21.23.139 X-Spam-Score: 0.2 (/) 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: -0.8 (/) --MP_/j1=lRFynCM3VD6PEXrmXyF= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello Guix! Please find the attached patch to add the package 'notification-daemon' to guix. Regards, RG. --MP_/j1=lRFynCM3VD6PEXrmXyF= Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=notification-daemon.patch >From e64a23e5cac8b9c068f364602c9b0e21dd2b0908 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan 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 --MP_/j1=lRFynCM3VD6PEXrmXyF=-- From unknown Sat Sep 06 14:24:01 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: Raghav Gururajan Subject: bug#40644: closed (Re: [bug#40644] gnu: Add notification-daemon.) Message-ID: References: <87r1wj3eo6.fsf@gnu.org> <20200415131342.0bfc3141.raghavgururajan@disroot.org> X-Gnu-PR-Message: they-closed 40644 X-Gnu-PR-Package: guix-patches Reply-To: 40644@debbugs.gnu.org Date: Sun, 19 Apr 2020 11:21:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1587295262-4422-1" This is a multi-part message in MIME format... ------------=_1587295262-4422-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #40644: gnu: Add notification-daemon. 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 40644@debbugs.gnu.org. --=20 40644: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40644 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1587295262-4422-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 40644-done) by debbugs.gnu.org; 19 Apr 2020 11:20:34 +0000 Received: from localhost ([127.0.0.1]:44154 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQ802-00018X-Hp for submit@debbugs.gnu.org; Sun, 19 Apr 2020 07:20:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35602) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQ800-00018I-Vv for 40644-done@debbugs.gnu.org; Sun, 19 Apr 2020 07:20:33 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50293) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQ7zv-00048I-OJ; Sun, 19 Apr 2020 07:20:27 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=57842 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jQ7zv-0004GW-36; Sun, 19 Apr 2020 07:20:27 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Raghav Gururajan Subject: Re: [bug#40644] gnu: Add notification-daemon. References: <20200415131342.0bfc3141.raghavgururajan@disroot.org> Date: Sun, 19 Apr 2020 13:20:25 +0200 In-Reply-To: <20200415131342.0bfc3141.raghavgururajan@disroot.org> (Raghav Gururajan's message of "Wed, 15 Apr 2020 13:13:42 -0400") Message-ID: <87r1wj3eo6.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40644-done Cc: 40644-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: -1.7 (-) Hi, Raghav Gururajan skribis: >>>From e64a23e5cac8b9c068f364602c9b0e21dd2b0908 Mon Sep 17 00:00:00 2001 > From: Raghav Gururajan > 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=E2=80=99. ------------=_1587295262-4422-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 15 Apr 2020 17:14:03 +0000 Received: from localhost ([127.0.0.1]:37018 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jOlbv-0000L6-IH for submit@debbugs.gnu.org; Wed, 15 Apr 2020 13:14:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:58337) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jOlbt-0000Ka-5v for submit@debbugs.gnu.org; Wed, 15 Apr 2020 13:14:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41546) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOlbr-0007ED-J0 for guix-patches@gnu.org; Wed, 15 Apr 2020 13:14:01 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jOlbq-0007EK-Ad for guix-patches@gnu.org; Wed, 15 Apr 2020 13:13:59 -0400 Received: from knopi.disroot.org ([178.21.23.139]:45300) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jOlbp-0007Bk-RD for guix-patches@gnu.org; Wed, 15 Apr 2020 13:13:58 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 4537120B96 for ; Wed, 15 Apr 2020 19:13:56 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new 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 MAocVlZNE3yS for ; Wed, 15 Apr 2020 19:13:53 +0200 (CEST) Date: Wed, 15 Apr 2020 13:13:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1586970833; bh=/X390prk2Xwc6sq/SkntuAD3GnJy5tQsQ01o267EvUI=; h=Date:From:To:Subject; b=PnMnXOOhGoq1fbnAXK5fokiMlqSV2mb9MxXm2xQgNC/QszR5bQ110iixuGWNAeQkR Cu6fzBX7SP6rllK9TgNHAeMfiWjWjINnbHPl4T+kp2S1xzEF6/DDZEiG/Q2Sq5GbBI XyGR31KN7XWxH3cWD9wEJjl+mYc9OGA0uLjrZuEhO8VVZV+6rkYixAtSFQ6Ksnqydr 7U1r0Qy58PBCHdGeCBlp6HFDjhuOkCreHIRKX6tBDAfYJ+J1syD5jDCHKsIEFLve6K a1oXZkXZBib3gSYi5j8/p1+RopcQgz8q803v1vIBIrVE4SgUKGxSq+J1J3rLc0QtNO sAXNfrIHXlUzQ== From: Raghav Gururajan To: guix-patches@gnu.org Subject: gnu: Add notification-daemon. Message-ID: <20200415131342.0bfc3141.raghavgururajan@disroot.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/j1=lRFynCM3VD6PEXrmXyF=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 178.21.23.139 X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: submit 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: -0.8 (/) --MP_/j1=lRFynCM3VD6PEXrmXyF= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello Guix! Please find the attached patch to add the package 'notification-daemon' to guix. Regards, RG. --MP_/j1=lRFynCM3VD6PEXrmXyF= Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=notification-daemon.patch >From e64a23e5cac8b9c068f364602c9b0e21dd2b0908 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan 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 --MP_/j1=lRFynCM3VD6PEXrmXyF=-- ------------=_1587295262-4422-1--