GNU bug report logs -
#54575
[PATCH] gnu: Add xfce4-dict.
Previous Next
Reported by: tumashu <at> 163.com
Date: Sat, 26 Mar 2022 02:06:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54575 in the body.
You can then email your comments to 54575 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#54575
; Package
guix-patches
.
(Sat, 26 Mar 2022 02:06:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
tumashu <at> 163.com
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 26 Mar 2022 02:06:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Feng Shu <tumashu <at> 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
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 29 Mar 2022 09:35:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
tumashu <at> 163.com
:
bug acknowledged by developer.
(Tue, 29 Mar 2022 09:35:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 54575-done <at> debbugs.gnu.org (full text, mbox):
Hi,
tumashu <at> 163.com skribis:
> From: Feng Shu <tumashu <at> 163.com>
>
> * gnu/packages/xfce.scm (xfce4-dict): New variable.
Applied, thanks!
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#54575
; Package
guix-patches
.
(Tue, 29 Mar 2022 09:38:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 54575 <at> debbugs.gnu.org (full text, mbox):
tumashu <at> 163.com skribis:
> From: Feng Shu <tumashu <at> 163.com>
>
> * gnu/packages/xfce.scm (xfce4-dict): New variable.
[...]
> + (license gpl2)))
I changed that to ‘gpl2+’ since source file headers carry the “or any
later version” wording.
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 26 Apr 2022 11:24:16 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 56 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.