[PATCH] gnu: xfce4-statusnotifier-plugin: Update to 0.2.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20210127083403.18033-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-statusnotifier-plugin): Update to 0.2.3.
---
Sooner or later, this plugin should be marked deprecated and/or removed,
because from Xfce 4.16 onwards this functionality is provided by the
xfce4-panel itself in the new "Status Tray" plugin.

Maybe I will make a patch for this soonish.

gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index c8dd66b2e0..a23e6cadaa 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1886,7 +1886,7 @@ favorite search engine or bug tracker right from the Xfce panel.")
(define-public xfce4-statusnotifier-plugin
(package
(name "xfce4-statusnotifier-plugin")
- (version "0.2.2")
+ (version "0.2.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1895,7 +1895,7 @@ favorite search engine or bug tracker right from the Xfce panel.")
"/xfce4-statusnotifier-plugin-" version ".tar.bz2"))
(sha256
(base32
- "1yic99jx7013pywpd0k31pxab8s8lv3wcq364iha99qhsm25k42c"))))
+ "1d2n56g12dhnjznrq7xvr6d3brpp0lmm080xmgjb7ybc1yygpxrc"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)
--
2.30.0
Ludovic Courtès wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 46126-done@debbugs.gnu.org)
87v9bghv1b.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> skribis:

Toggle quote (8 lines)
> * gnu/packages/xfce.scm (xfce4-statusnotifier-plugin): Update to 0.2.3.
> ---
> Sooner or later, this plugin should be marked deprecated and/or removed,
> because from Xfce 4.16 onwards this functionality is provided by the
> xfce4-panel itself in the new "Status Tray" plugin.
>
> Maybe I will make a patch for this soonish.

Makes sense.

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46126@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46126
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help