all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46126] [PATCH] gnu: xfce4-statusnotifier-plugin: Update to 0.2.3.
@ 2021-01-27  8:34 Michael Rohleder
  2021-01-29 10:55 ` bug#46126: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2021-01-27  8:34 UTC (permalink / raw)
  To: 46126

* 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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46126: [PATCH] gnu: xfce4-statusnotifier-plugin: Update to 0.2.3.
  2021-01-27  8:34 [bug#46126] [PATCH] gnu: xfce4-statusnotifier-plugin: Update to 0.2.3 Michael Rohleder
@ 2021-01-29 10:55 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-01-29 10:55 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 46126-done

Michael Rohleder <mike@rohleder.de> skribis:

> * 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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-29 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27  8:34 [bug#46126] [PATCH] gnu: xfce4-statusnotifier-plugin: Update to 0.2.3 Michael Rohleder
2021-01-29 10:55 ` bug#46126: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.