* gnu/packages/xfce.scm (xfce4-dict): New variable.
gnu/packages/xfce.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Toggle diff (42 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index ee8ac4f007..9b8fc6c36b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -976,6 +976,35 @@ (define-public xfce4-terminal
+(define-public xfce4-dict
+ (uri (string-append "https://archive.xfce.org/src/apps/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.bz2"))
+ "1qriyvii50v8a8dx7aw6nlm888mf5cjrb9nwm3r0dcs2yzxzx1fb"))))
+ (build-system gnu-build-system)
+ (list intltool pkg-config))
+ (list libxfce4ui xfce4-panel))
+ (home-page "https://www.xfce.org/")
+ (synopsis "Dictionary of Xfce desktop")
+ "Xfce4-dict allows you to search different kinds of dictionary services
+for words or phrases and shows you the result. Currently you can query a Dict
+server (RFC 2229), any online dictionary service by opening a web browser or
+search for words using the aspell/ispell program.
+xfce4-dict contains a stand-alone application called “xfce4-dict” and a panel
+plugin for the Xfce panel.")
(define-public xfdashboard