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