GNU bug report logs - #76067
[PATCH] gnu: Add crow-translate.

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix-patches; Reported by: Junker <dk@HIDDEN>; Keywords: patch; dated Wed, 5 Feb 2025 11:39:02 UTC; Maintainer for guix-patches is guix-patches@HIDDEN.

Message received at 76067 <at> debbugs.gnu.org:


Received: (at 76067) by debbugs.gnu.org; 16 Feb 2025 16:00:19 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Feb 16 11:00:19 2025
Received: from localhost ([127.0.0.1]:36464 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tjh46-00074y-C3
	for submit <at> debbugs.gnu.org; Sun, 16 Feb 2025 11:00:18 -0500
Received: from smtp.domeneshop.no ([2a01:5b40:0:3006::1]:36198)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <noe@HIDDEN>) id 1tjh43-0006Y2-Dx
 for 76067 <at> debbugs.gnu.org; Sun, 16 Feb 2025 11:00:16 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
 d=xn--no-cja.eu; s=ds202502; h=Content-Transfer-Encoding:Content-Type:
 MIME-Version:Message-ID:Date:Subject:Cc:To:From:From:Sender:Reply-To:Subject:
 Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:
 Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender:
 Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id:
 List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive;
 bh=h8uKNw7ENN9dnEoYuKUqTLjQk8xRfJ6X8PQscnUwAXQ=; b=BbJ6+/Ve4y3i8WV/KvcpG9P7qp
 0EbrmB6qLBBNbvd5VXA0NIfJ17d0IB5+4FrHbLUIiYj26EsjrCglZmR49ksQKPCj2GS3fGm/m+hwm
 QCUDzcdUyOgWw6L159uRplBsB39de73aFwxSGS+mryXWcy/2KIBxZC+5iwhGljbPVRN6cQR3tZqJj
 ojpgCNRif5ycHUrJpzYEUD4Xc3wwZzrZNmkq0EmBXZ0NPBpUN4ZNPG8G9MHr7a2psLuvJoRE0qBtL
 g1Bp9ii71sdlLnb//JL8ajMkrCxOVSaJJvl30NQJA3RcStJFYxqMsagKgtNFKa5VMyQ2OQSOvdXjK
 bAVBRi7w==;
Received: from smtp by smtp.domeneshop.no with esmtpsa (TLS1.3) tls
 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95)
 id 1tjh3w-00Fr1A-Rt; Sun, 16 Feb 2025 17:00:08 +0100
From: =?UTF-8?q?No=C3=A9=20Lopez?= <noe@HIDDEN>
To: 76067 <at> debbugs.gnu.org
Subject: [PATCH v2] gnu: Add crow-translate.
Date: Sun, 16 Feb 2025 16:59:30 +0100
Message-ID: <9709a8c0b06c5e364dd5515b2eb92792f8b0672f.1739721391.git.noelopez@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 76067
Cc: =?UTF-8?q?No=C3=A9=20Lopez?= <noe@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

From: Junker <dk@HIDDEN>

* gnu/packages/kde.scm (crow-translate): New variable.

Change-Id: I119646d76cd228fb21227dde14bbe2f5571804ce
---
 gnu/packages/kde.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index d8ba78a93c..9e8fd82450 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -20,6 +20,7 @@
 ;;; Copyright © 2023 Mehmet Tekman <mtekman89@HIDDEN>
 ;;; Copyright © 2024 Remco van 't Veer <remco@HIDDEN>
 ;;; Copyright © 2025 Sughosha <sughosha@HIDDEN>
+;;; Copyright © 2025 Junker <dk@HIDDEN>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -94,6 +95,7 @@ (define-module (gnu packages kde)
   #:use-module (gnu packages markup)
   #:use-module (gnu packages maths)
   #:use-module (gnu packages mp3)
+  #:use-module (gnu packages ocr)
   #:use-module (gnu packages onc-rpc)
   #:use-module (gnu packages pdf)
   #:use-module (gnu packages perl)
@@ -141,6 +143,39 @@ (define-public baloo-widgets
 This package contains GUI widgets for baloo.")
     (license license:lgpl2.0+)))
 
+(define-public crow-translate
+  (package
+    (name "crow-translate")
+    (version "3.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://kde/stable/crow-translate/" version
+                           "/crow-translate-v" version ".tar.gz"))
+       (sha256
+        (base32 "18f7i5sxrvqp6h7zj77sdxyy9rlbw0rv3w7akf1j14072ala9bwc"))))
+    (build-system qt-build-system)
+    (arguments '(#:tests? #f)) ; there are no tests.
+    (inputs
+     (list qtbase-5
+           qtx11extras
+           qtsvg-5
+           qtmultimedia-5
+           tesseract-ocr
+           kwayland-5))
+    (native-inputs
+     (list pkg-config
+           extra-cmake-modules
+           qttools-5))
+    (home-page "https://invent.kde.org/office/crow-translate")
+    (synopsis "Application that allows you to translate and speak text")
+    (description
+     "Application written in C++/Qt that allows you to translate and speak text
+using Mozhi.")
+    (license (list license:gpl3+
+                   license:cc0
+                   license:cc-by-sa4.0))))
+
 (define-public futuresql
   (package
     (name "futuresql")

base-commit: 73d74032d580212e7b59644d3324677926e4339b
-- 
2.48.1





Information forwarded to guix-patches@HIDDEN:
bug#76067; Package guix-patches. Full text available.

Message received at 76067 <at> debbugs.gnu.org:


Received: (at 76067) by debbugs.gnu.org; 16 Feb 2025 15:56:55 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Feb 16 10:56:55 2025
Received: from localhost ([127.0.0.1]:36445 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tjh0p-00061T-Gi
	for submit <at> debbugs.gnu.org; Sun, 16 Feb 2025 10:56:55 -0500
Received: from smtp.domeneshop.no ([2a01:5b40:0:3006::1]:52952)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <noe@HIDDEN>)
 id 1tjh0A-000606-21; Sun, 16 Feb 2025 10:56:16 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
 d=xn--no-cja.eu; s=ds202502; h=Content-Transfer-Encoding:Content-Type:
 MIME-Version:Message-ID:Date:In-Reply-To:Subject:Cc:To:From:From:Sender:
 Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type:
 Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date:
 Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:
 References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post:
 List-Owner:List-Archive; bh=dPB3KoyWzMHEWnnPcw/qrfRh47aUdgCkn2MgymlBg1Q=; b=B
 bFUZYx9qyN6pjGKHb1j8G4WR1wRlnefNZ/2heMRjlICDEO9OS8i85a3WpMLe6JLNRxRuVfLn78ldZ
 MN+lWLTOxDMHGV14pG1u8Qtp1wauCU/3TK9PfUP8fkN7qnwHlL/lbUcc4YKDv5FvC2sIG/Vgn+xUD
 Qs2uqIxMpBGsCN8oYl5ltTMa8+Qw7ZyKprncb6AM3XVfROo/M1k73apJbGuYAuODqxs6IznySBI6t
 CESolyUB/CXsRw5dwck0QUHOtFySuzOQcEXORYHC4j9UYteF/OAPkTsc7foulb3LoNMZLnPzlS02o
 EYLo5ugqkc72cGL4YzSr8i50u7jt3UkDg==;
Received: from smtp by smtp.domeneshop.no with esmtpsa (TLS1.3) tls
 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95)
 id 1tjh01-00Fq90-GV; Sun, 16 Feb 2025 16:56:05 +0100
From: =?utf-8?Q?No=C3=A9_Lopez?= <noe@HIDDEN>
To: 76067 <at> debbugs.gnu.org, control <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: Add crow-translate.
In-Reply-To: <078320348971f7a73e49d05d19a029abb9d0c68c.1738755359.git.dk@HIDDEN>
Date: Sun, 16 Feb 2025 16:55:59 +0100
Message-ID: <871pvxzxww.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 76067
Cc: Junker <dk@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

user guix
usertag 76067 + reviewed-looks-good
thanks

Hi Junker,

Thanks for your patch!

I had to add qtsvg-5 to the inputs to see the icons, but otherwise it
works well.  I also changed the license from CC-BY4.0 to CC-BY-SA4.0 as
it is upstream.

I=E2=80=99m sending an updated patch with these minor changes.

Thanks,
No=C3=A9




Information forwarded to guix-patches@HIDDEN:
bug#76067; Package guix-patches. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 5 Feb 2025 11:38:31 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Feb 05 06:38:31 2025
Received: from localhost ([127.0.0.1]:48809 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tfdjj-0002LD-47
	for submit <at> debbugs.gnu.org; Wed, 05 Feb 2025 06:38:31 -0500
Received: from lists.gnu.org ([2001:470:142::17]:58708)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <dk@HIDDEN>) id 1tfdjh-0002Ks-8l
 for submit <at> debbugs.gnu.org; Wed, 05 Feb 2025 06:38:30 -0500
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <dk@HIDDEN>) id 1tfdja-0004sF-JN
 for guix-patches@HIDDEN; Wed, 05 Feb 2025 06:38:22 -0500
Received: from mout-p-103.mailbox.org ([2001:67c:2050:0:465::103])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256)
 (Exim 4.90_1) (envelope-from <dk@HIDDEN>) id 1tfdjX-0008AV-Tj
 for guix-patches@HIDDEN; Wed, 05 Feb 2025 06:38:22 -0500
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:b231:465::102])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4YnysY23Ssz9tKL
 for <guix-patches@HIDDEN>; Wed,  5 Feb 2025 12:38:09 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=junkeria.club;
 s=MBO0001; t=1738755489;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding;
 bh=PuD6E+qcEDLR4dVFuxc/TC4HvVGIn7foauBDJjy61G4=;
 b=1zX+FyyAsX7eWOOQJMbEctDoD1TEVpMiBgM2UzEZLwrpyI3jeiYntwly+ibW7W1wOlwIKp
 HO9AfEEZfnVt3j93sGi+0Wu87MdPQi3EjK+4kqvqJRHZZJEWZbra02uVf7E4yqYO629WJv
 SB/R7HuQdEzG0JSkoVa2ULiq2xOqgDcxPsoyQzvsRd7ypbYZh5gCEFnZOW0+Ygx1RNz2dI
 /fKUXXCVLUmLft3FiWQ+iVUTC8ML7gvCHxW128mRoKqL9q4+2EhpLf6FC3NtNJEJvOYObu
 Smnh7npwx2qJVVRBE2ubYDrIBxpLsN5uFT2HP2/gY0WzEPBeuAYpHDHLnk6OIw==
Date: Wed, 5 Feb 2025 14:38:06 +0300
From: Junker <dk@HIDDEN>
To: guix-patches@HIDDEN
Subject: [PATCH] gnu: Add crow-translate.
Message-ID: <078320348971f7a73e49d05d19a029abb9d0c68c.1738755359.git.dk@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-Rspamd-Queue-Id: 4YnysY23Ssz9tKL
Received-SPF: pass client-ip=2001:67c:2050:0:465::103;
 envelope-from=dk@HIDDEN; helo=mout-p-103.mailbox.org
X-Spam_score_int: -27
X-Spam_score: -2.8
X-Spam_bar: --
X-Spam_report: (-2.8 / 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,
 RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 0.9 (/)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.1 (/)

* gnu/packages/kde.scm (crow-translate): New variable.

Change-Id: I119646d76cd228fb21227dde14bbe2f5571804ce
---
 gnu/packages/kde.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 765176f42b..eee1ec8455 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -20,6 +20,7 @@
 ;;; Copyright © 2023 Mehmet Tekman <mtekman89@HIDDEN>
 ;;; Copyright © 2024 Remco van 't Veer <remco@HIDDEN>
 ;;; Copyright © 2025 Sughosha <sughosha@HIDDEN>
+;;; Copyright © 2025 Junker <dk@HIDDEN>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -92,6 +93,7 @@ (define-module (gnu packages kde)
   #:use-module (gnu packages markup)
   #:use-module (gnu packages maths)
   #:use-module (gnu packages mp3)
+  #:use-module (gnu packages ocr)
   #:use-module (gnu packages onc-rpc)
   #:use-module (gnu packages pdf)
   #:use-module (gnu packages perl)
@@ -139,6 +141,38 @@ (define-public baloo-widgets
 This package contains GUI widgets for baloo.")
     (license license:lgpl2.0+)))
 
+(define-public crow-translate
+  (package
+    (name "crow-translate")
+    (version "3.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://kde/stable/crow-translate/" version
+                           "/crow-translate-v" version ".tar.gz"))
+       (sha256
+        (base32 "18f7i5sxrvqp6h7zj77sdxyy9rlbw0rv3w7akf1j14072ala9bwc"))))
+    (build-system qt-build-system)
+    (arguments '(#:tests? #f)) ; there are no tests.
+    (inputs
+     (list qtbase-5
+           qtx11extras
+           qtmultimedia-5
+           tesseract-ocr
+           kwayland-5))
+    (native-inputs
+     (list pkg-config
+           extra-cmake-modules
+           qttools-5))
+    (home-page "https://invent.kde.org/office/crow-translate")
+    (synopsis "Application that allows you to translate and speak text")
+    (description
+     "Application written in C++/Qt that allows you to translate and speak text
+using Mozhi.")
+    (license (list license:gpl3+
+                   license:cc0
+                   license:cc-by4.0))))
+
 (define-public futuresql
   (package
     (name "futuresql")

base-commit: 9c36d38614079611aebe4721b9e087f98e57b1b3
-- 
2.48.1





Acknowledgement sent to Junker <dk@HIDDEN>:
New bug report received and forwarded. Copy sent to guix-patches@HIDDEN. Full text available.
Report forwarded to guix-patches@HIDDEN:
bug#76067; Package guix-patches. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sun, 16 Feb 2025 16:00:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.