GNU bug report logs -
#75146
[PATCH v0 00/15] XFCE: Move source from generated archive to git.
Previous Next
Full log
View this message in rfc822 format
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.