From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id AGySOPPrMmJkgAAAgWs5BA (envelope-from ) for ; Thu, 17 Mar 2022 09:06:11 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id gMTzNfPrMmLqRAEA9RJhRA (envelope-from ) for ; Thu, 17 Mar 2022 09:06:11 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 8802D283C1 for ; Thu, 17 Mar 2022 09:06:10 +0100 (CET) Received: from localhost ([::1]:42748 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nUl96-0002Zo-TI for larch@yhetil.org; Thu, 17 Mar 2022 04:06:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50076) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUl84-0002Yu-Rr for guix-patches@gnu.org; Thu, 17 Mar 2022 04:05:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59042) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nUl83-0002ML-S7 for guix-patches@gnu.org; Thu, 17 Mar 2022 04:05:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nUl83-0001WQ-NB for guix-patches@gnu.org; Thu, 17 Mar 2022 04:05:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54434] [PATCH 5/6] gnu: XFCE: Add notification support Resent-From: 'Brendan Tildesley Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 17 Mar 2022 08:05:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54434 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54434@debbugs.gnu.org Cc: Brendan Tildesley Received: via spool by 54434-submit@debbugs.gnu.org id=B54434.16475042975789 (code B ref 54434); Thu, 17 Mar 2022 08:05:03 +0000 Received: (at 54434) by debbugs.gnu.org; 17 Mar 2022 08:04:57 +0000 Received: from localhost ([127.0.0.1]:52932 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUl7x-0001VJ-57 for submit@debbugs.gnu.org; Thu, 17 Mar 2022 04:04:57 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:38084) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUl7t-0001UX-47 for 54434@debbugs.gnu.org; Thu, 17 Mar 2022 04:04:53 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4KK06k4xMFz9sWn; Thu, 17 Mar 2022 09:04:46 +0100 (CET) From: 'Brendan Tildesley DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1647504284; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=d/2SnHilTbELCksieO4xCzaYN/T7qNRrTBlSKIxYXJg=; b=fzVBv6cNKABxTENuz12+ggIs3rPirylKzDtW98alOLzWzmiKA/VrEGD9WtxIYpXK8IZdGu UAjqteIBO/C4uh3kDHAgwfEzBgFdZquFVh/QxUTco5j7ieO4GzIJ2hHXUJWHj1TjlPvVtk /GGt/LQWFhepvvPH/kkPbqtIxEoziEhxz/OZwal7HlfAlFf4Nu0FlC7mb1Ym+9m2tYwEP4 AkIGKZ06v/qlpfQp24iTl0Q+UwvGOXEpBhr6Sv/uSXFl0z8QiZkx9JPa5lX9+1rwFOhF+7 idzv07z8HxWgStIzc0FMcBymuc/g5nPXdKgEyrsutLcY8S8c+1LzuZJnLFFfZw== Date: Thu, 17 Mar 2022 19:04:27 +1100 Message-Id: <20220317080428.12613-5-mail@brendan.scot> In-Reply-To: <20220317080428.12613-1-mail@brendan.scot> References: <20220317080428.12613-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1647504370; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=d/2SnHilTbELCksieO4xCzaYN/T7qNRrTBlSKIxYXJg=; b=ne03TAI5nhglwtQX3CtMjDDzoEFHzzJ1WOC5Odg+e1boh18GrIBxXC8diQv+8btlTueKR4 989fjN9KjX84dugG7GTQu/SEuUdfeK/E2bylxRr3MEkPogf24uduSX9fGd6lEIkyPUsKXa pOm+Yhj/WmnkITFvYvZeD0ybfQyjhDDpKtoby7OzsGr3YHJ0OFLLtn4zvHhDrMY9T001LM AlKDKWkfJgNuMXsGvW0wlkyptgmYux4cBaDV5pYm98+GDVq76Iv7pCTffHttN2xK2+P5/v m0FKOQaZ8q3EuTQc5VYAHOKugapFIwMiINWmRYarid/qYWg1/F04ibxYd44MzA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1647504370; a=rsa-sha256; cv=none; b=mFdhWd0RGnAsREbQ8M+16QUvZ9yhTeI6HzD6zp7ErHh55vMmXWsIP1j2wBn0vqxoplXQtx Wvk1WU59G/rdiJY352a7u6mNMiAlEe7JN8bUG7f9m3KcZLtWcVdIlGM4HATI4y4ypuBia8 2NZsoClQzR0Iz6jHciyIPLGpEIJbxB18OUEZlw+6Fv7w8PD3LhaOh2iFb1Ic1oSexoHI4X d9qz6N7LAArNilGqF5E6qGEaJnjMtNoT25aouwrhSi0DjB954GyVVm6UDQBmXifm3gnfHC grAfsyCkydtoIJ48eibHOWDTQ5D6ZHvsuDLy3ZL7nnFts/+yxgCad0HewoxuwA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=brendan.scot header.s=MBO0001 header.b=fzVBv6cN; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 1.44 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=brendan.scot header.s=MBO0001 header.b=fzVBv6cN; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 8802D283C1 X-Spam-Score: 1.44 X-Migadu-Scanner: scn0.migadu.com X-TUID: Dlv0wvUAp/Cp From: Brendan Tildesley * gnu/packages/xfce.scm (xfce): add xfce4-notifyd to inputs for popup notifications. --- gnu/packages/xfce.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 718e6be771..52952e2200 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -963,6 +963,7 @@ (define-public xfce thunar-volman tumbler xfce4-appfinder + xfce4-notifyd xfce4-panel xfce4-power-manager xfce4-session -- 2.34.0