[PATCH] gnu: xfce4-systemload-plugin: Update to 1.3.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • 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)
20210325005149.14085-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-systemload-plugin): Update to 1.3.1.
[inputs]: Add libgtop.
---
gnu/packages/xfce.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index dc65567835..ac35386ae0 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1916,7 +1916,7 @@ freedesktop.org specification.")
(define-public xfce4-systemload-plugin
(package
(name "xfce4-systemload-plugin")
- (version "1.2.4")
+ (version "1.3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1925,13 +1925,14 @@ freedesktop.org specification.")
"/xfce4-systemload-plugin-" version ".tar.bz2"))
(sha256
(base32
- "0dcqg13phlcri4i4g9752m4zfkcmidiqpjv4s3l3pfiwjbgvhc85"))))
+ "0lknh5l30qs5c69wwjcblbyhczvdbxs59fqkb8mpqbfm05w01lan"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(inputs
- `(("libxfce4ui" ,libxfce4ui)
+ `(("libgtop" ,libgtop)
+ ("libxfce4ui" ,libxfce4ui)
("xfce4-panel" ,xfce4-panel)))
(home-page
"https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin")
--
2.31.0
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 47371-done@debbugs.gnu.org)
YFxs4Vxhv1qflJ0m@3900XT
Thanks. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmBcbOEACgkQQarn3Mo9
g1Humg/+MUc/vtFrMdiLz1y8A/o9As9xu5zvat3yt+xceBLJigLHiWGT0hRTLvNH
ZEBoXQY7UVO0YaX63Trm2ZePFj2No5Vbq0x3Ma7SbOZc7qtXM1I9Chv+njGTfT99
XETobEKj6b0PwMuqruR3x9JY7J2v4jQQ7JBgedRSWWJC+ujWZ0QdU5ZPlwKElHZs
v1gtzecHvswxcyyQT58qpW9KiQi//itXqi7/js5N6OCPgV1foZxUuNTG1OfVz/Ox
v37F+lAo4vnHx1tiAvzIbp77mazkPC13nUPJDwKyp7GamDJNAunOHHTN/Gzmkpw3
UxwFRucg4DDq8e8d14JUw5FqporlzYuItFgjghG8vXPggH5nAM+Gqwa+3s15sRNJ
JCmbKs+eEjHYDKF25IOCfHZcZsPXeKY1O8nNAx8aqPG632NRtL4R9DzMA4xntgxd
T7ummOWKjsFeZOa4s/mMgOdhS3Rahjh5zYUaEir9OIP96utUH+IzRFwkO82QjDFp
7JBMQGT3zA0YlpcGeDtBXng7VdEnRBMuqb8Y/3X3lCuKQsGbDX1N3j2lZGEM9k+q
Ln6oMxuWnI9nAiXGj/qz4BVUtQJKTslJxsIkedWXEqGRALIhhiqcGIECldrkDK7H
N9kv+TtTHpkccONEboWa6Dv4WpgvCY+56NhGQGNSukyqCaCqph0=
=cH1n
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 47371
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