emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54575: closed ([PATCH] gnu: Add xfce4-dict.)


From: GNU bug Tracking System
Subject: bug#54575: closed ([PATCH] gnu: Add xfce4-dict.)
Date: Tue, 29 Mar 2022 09:35:02 +0000

Your message dated Tue, 29 Mar 2022 11:34:25 +0200
with message-id <877d8d3xwe.fsf@gnu.org>
and subject line Re: bug#54575: [PATCH] gnu: Add xfce4-dict.
has caused the debbugs.gnu.org bug report #54575,
regarding [PATCH] gnu: Add xfce4-dict.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54575: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54575
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add xfce4-dict. Date: Sat, 26 Mar 2022 10:04:31 +0800
From: Feng Shu <tumashu@163.com>

* gnu/packages/xfce.scm (xfce4-dict): New variable.
---
 gnu/packages/xfce.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

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
 on your desktop.")
     (license gpl2+)))
 
+(define-public xfce4-dict
+  (package
+    (name "xfce4-dict")
+    (version "0.8.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://archive.xfce.org/src/apps/"; name "/"
+                                  (version-major+minor version) "/"
+                                  name "-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "1qriyvii50v8a8dx7aw6nlm888mf5cjrb9nwm3r0dcs2yzxzx1fb"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     (list intltool pkg-config))
+    (inputs
+     (list libxfce4ui xfce4-panel))
+    (home-page "https://www.xfce.org/";)
+    (synopsis "Dictionary of Xfce desktop")
+    (description
+     "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.")
+    (license gpl2)))
+
 (define-public xfdashboard
   (package
     (name "xfdashboard")
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#54575: [PATCH] gnu: Add xfce4-dict. Date: Tue, 29 Mar 2022 11:34:25 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

tumashu@163.com skribis:

> From: Feng Shu <tumashu@163.com>
>
> * gnu/packages/xfce.scm (xfce4-dict): New variable.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]