GNU bug report logs - #75146
[PATCH v0 00/15] XFCE: Move source from generated archive to git.

Previous Next

Package: guix-patches;

Reported by: Ashvith Shetty <ashvithshetty10 <at> gmail.com>

Date: Fri, 27 Dec 2024 19:49:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: iyzsong <at> envs.net
To: 75146 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>, Zhu Zihao <all_but_last <at> 163.com>, 宋文武 <iyzsong <at> envs.net>
Subject: [bug#75146] [PATCH v4 61/68] gnu: xfce4-statusnotifier-plugin: Superseded by xfce4-panel.
Date: Tue, 31 Dec 2024 14:44:31 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/xfce.scm (xfce4-statusnotifier-plugin)[home-page]: Set to docs.xfce.org.
[properties]: Mark as superseded by xfce4-panel.

Change-Id: I190bec4d575deb2b56f1753b90f7050e7b9ff48f
---
 gnu/packages/xfce.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 684a2e7c8b..a8a950ae74 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2108,15 +2108,15 @@ (define-public xfce4-statusnotifier-plugin
            `(,glib "bin")))
     (inputs
      (list libxfce4ui libdbusmenu xfce4-panel))
-    (home-page
-     "https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin")
+    (home-page "https://docs.xfce.org/panel-plugins/xfce4-statusnotifier-plugin/")
     (synopsis "Xfce panel plugin for status notifier items")
-(description "This plugin provides a panel area for status
+    (description "This plugin provides a panel area for status
 notifier items (application indicators).  Applications may use these
 items to display their status and interact with the user.  This
 technology is a modern alternative to systray and follows the
 freedesktop.org specification.")
-    (license gpl2+)))
+    (license gpl2+)
+    (properties `((superseded . ,xfce4-panel)))))
 
 (define-public xfce4-stopwatch-plugin
   (package
-- 
2.46.0





This bug report was last modified 198 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.