From unknown Sat Jun 21 03:29:33 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#54575 <54575@debbugs.gnu.org> To: bug#54575 <54575@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add xfce4-dict. Reply-To: bug#54575 <54575@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:29:33 +0000 retitle 54575 [PATCH] gnu: Add xfce4-dict. reassign 54575 guix-patches submitter 54575 tumashu@163.com severity 54575 normal tag 54575 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 25 22:05:02 2022 Received: (at submit) by debbugs.gnu.org; 26 Mar 2022 02:05:02 +0000 Received: from localhost ([127.0.0.1]:52809 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXvnZ-0002YD-SK for submit@debbugs.gnu.org; Fri, 25 Mar 2022 22:05:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:42878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nXvnX-0002Xx-86 for submit@debbugs.gnu.org; Fri, 25 Mar 2022 22:05:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39346) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nXvnW-0004hF-0R for guix-patches@gnu.org; Fri, 25 Mar 2022 22:04:58 -0400 Received: from m12-12.163.com ([220.181.12.12]:26486) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nXvnN-0002j1-RK for guix-patches@gnu.org; Fri, 25 Mar 2022 22:04:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=WK7ku pPQW/phCMuGg+RYSl7SVf+A0LTkfunh3UkoKTg=; b=Lr02rZ2F7psoaJx4FGtL7 j7xTf5tm74teLohjc3TjN83/eaARghqZZocg3pTXrYj5OuNTLycC4CDEUa1DNVVh 9wmy/iLWi7B9oays4Q24aeJ45L2iAOll2HeZo9z7RwqTX4HMDAv8ZteIHODWJcW9 pBBO8YAL3H2x4eRXDG4cGk= Received: from localhost.localdomain (unknown [117.92.30.200]) by smtp8 (Coremail) with SMTP id DMCowABnj6+xdD5ik2q8Bw--.46204S2; Sat, 26 Mar 2022 10:04:37 +0800 (CST) From: tumashu@163.com To: guix-patches@gnu.org Subject: [PATCH] gnu: Add xfce4-dict. Date: Sat, 26 Mar 2022 10:04:31 +0800 Message-Id: <20220326020431.13924-1-tumashu@163.com> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-CM-TRANSID: DMCowABnj6+xdD5ik2q8Bw--.46204S2 X-Coremail-Antispam: 1Uf129KBjvJXoW7CF4xKr47ury7XFy7Kw1xZrb_yoW8XFWkpr W5Cr4Y9w1SkFnxCrWfCw1qqr4YqFWfJa15Gws3Z343Kay5Z3409rZIyFWayFy7JFs7C3yj gw4Sqr4UW3WjyrJanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x0pEQJe3UUUUU= X-Originating-IP: [117.92.30.200] X-CM-SenderInfo: 5wxpt2lkx6il2tof0z/1tbiLxXP1FUMboKgXwAAsr Received-SPF: pass client-ip=220.181.12.12; envelope-from=tumashu@163.com; helo=m12-12.163.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: submit Cc: Feng Shu X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) From: Feng Shu * 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 29 05:34:34 2022 Received: (at 54575-done) by debbugs.gnu.org; 29 Mar 2022 09:34:34 +0000 Received: from localhost ([127.0.0.1]:59844 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZ8FG-0001CR-I1 for submit@debbugs.gnu.org; Tue, 29 Mar 2022 05:34:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44424) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZ8FF-0001CE-3K for 54575-done@debbugs.gnu.org; Tue, 29 Mar 2022 05:34:33 -0400 Received: from [2001:470:142:3::e] (port=60722 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZ8F9-0007u5-QH; Tue, 29 Mar 2022 05:34:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=2TcnKhT5L2Ps1q1p1xXxAbX7q+9ext2gyJlPNVHNlO8=; b=dtZ08g25oXHMC2VL9yo4 5vTDw2Sy2cCpVY3PGLp+3aAHxRtwWujsEsJDS+mbvuXIsyDLMFv3ksJhyhGNmUfmV2FnWLXjO0mek uKzKceWyzjZJ5gsKPkLYlGXI7XdODh6GAB1ZyMNKWE+G9irerz513e7+D+wiNLXYdmCFFLa5mXPa8 2AEXnCAXhOp5yRfTULSEJ1XuJ0fN+KsJHkDnAFxv0owIqrxs1M8cOJef7lgE3ATpzHuxneySknanl kld4TfuHWZW++cz+d1xTdg4KePP8/iI0a4+dYrjwlty2OaOwbI1kEoHprcVrVKxJFnnzEU2x7Teun XiYnZeQOrCJS2Q==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=38668 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZ8F9-0002cO-DU; Tue, 29 Mar 2022 05:34:27 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: tumashu@163.com Subject: Re: bug#54575: [PATCH] gnu: Add xfce4-dict. References: <20220326020431.13924-1-tumashu@163.com> Date: Tue, 29 Mar 2022 11:34:25 +0200 In-Reply-To: <20220326020431.13924-1-tumashu@163.com> (tumashu@163.com's message of "Sat, 26 Mar 2022 10:04:31 +0800") Message-ID: <877d8d3xwe.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54575-done Cc: 54575-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, tumashu@163.com skribis: > From: Feng Shu > > * gnu/packages/xfce.scm (xfce4-dict): New variable. Applied, thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 29 05:37:04 2022 Received: (at 54575) by debbugs.gnu.org; 29 Mar 2022 09:37:04 +0000 Received: from localhost ([127.0.0.1]:59851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZ8Hf-0001HB-TR for submit@debbugs.gnu.org; Tue, 29 Mar 2022 05:37:04 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44902) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZ8He-0001Gi-Rw for 54575@debbugs.gnu.org; Tue, 29 Mar 2022 05:37:03 -0400 Received: from [2001:470:142:3::e] (port=60764 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZ8HZ-0008M9-3g; Tue, 29 Mar 2022 05:36:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=9Q4pssVEE6VvFmk14aF2nSMMF+mWuE6LMvsi7xs6XGs=; b=Qpb9up3JiGZs3Qlorsi9 AGmll+l09H6CLdFl8/aYrK3MwdA8KyHF0JeutC2LYvTGd2THiCUCD5cuRThOLsR5tqUHAjdXuFFbj 8t4Q5GZGMXkhPLCWbquywvu3ZJERTzc4VpDztw1Kjb1o4x/vl5T4ydMSYi6U4dufl9tJnVplh60iY vJay2FHQ1Et59T6rvZxMMacr36aEDKHt3UrWc1pq7/z2rLzwVknORsRiGXCgvsCRUR7iOBXS41pd/ 5jNpxkPWtN9+a8buiN9aLhu6Mn3Owx1bIfIDttAu8/CeaX7MlhOlDmQD6CH8sv8z1YzIIy3Y4NsR2 aUeXeND8lI0prg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=38670 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZ8HY-0006t7-MW; Tue, 29 Mar 2022 05:36:56 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: tumashu@163.com Subject: Re: bug#54575: [PATCH] gnu: Add xfce4-dict. References: <20220326020431.13924-1-tumashu@163.com> Date: Tue, 29 Mar 2022 11:36:54 +0200 In-Reply-To: <20220326020431.13924-1-tumashu@163.com> (tumashu@163.com's message of "Sat, 26 Mar 2022 10:04:31 +0800") Message-ID: <8735j13xs9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54575 Cc: 54575@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tumashu@163.com skribis: > From: Feng Shu > > * gnu/packages/xfce.scm (xfce4-dict): New variable. [...] > + (license gpl2))) I changed that to =E2=80=98gpl2+=E2=80=99 since source file headers carry t= he =E2=80=9Cor any later version=E2=80=9D wording. Ludo=E2=80=99. From unknown Sat Jun 21 03:29:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 26 Apr 2022 11:24:16 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator