~ruther/guix-local

fdd92723851bdd3bd0a12372b7ccb0a6e3dc1f69 — 宋文武 1 year, 5 months ago 0b11498
gnu: xfce4-genmon-plugin: Update to 4.2.1.

* gnu/packages/xfce.scm (xfce4-genmon-plugin): Update to 4.2.1.
[source]: Switch to git-fetch.
[native-inputs]: Add xfce4-dev-tools.
[home-page]: Set to docs.xfce.org.

Change-Id: I278f39ded40fc528de9aedc2e5c6110b0a85603f
1 files changed, 14 insertions(+), 14 deletions(-)

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +14 -14
@@ 1870,24 1870,24 @@ be clicked to open the chosen mount point.")

(define-public xfce4-genmon-plugin
  (package
   (name "xfce4-genmon-plugin")
   (version "4.2.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
                                  "xfce4-genmon-plugin/"
                                  (version-major+minor version)
                                  "/xfce4-genmon-plugin-" version ".tar.bz2"))
              (sha256
               (base32
                "0qh3b818kbf5sc07dshkd54nhqncsk0inlwv21zq8h11bzp0i3cl"))))
    (name "xfce4-genmon-plugin")
    (version "4.2.1")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url (string-append "https://gitlab.xfce.org/panel-plugins/"
                                 name))
             (commit (string-append name "-" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1ap5qn2g1f4n3m30h9i0x2h8r84cfdh6pylnp0jc7r9gy910mxgm"))))
    (build-system gnu-build-system)
    (native-inputs
     (list intltool pkg-config))
     (list xfce4-dev-tools))
    (inputs
     (list libxfce4ui xfce4-panel))
    (home-page
     "https://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin")
    (home-page "https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin/")
    (synopsis "Generic program output monitor for the Xfce panel")
    (description "This plugin cyclically spawns the indicated
script/program, captures its output (stdout) and displays the