unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#76067] [PATCH] gnu: Add crow-translate.
@ 2025-02-05 11:38 Junker
  0 siblings, 0 replies; only message in thread
From: Junker @ 2025-02-05 11:38 UTC (permalink / raw)
  To: 76067

* 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@gmail.com>
 ;;; Copyright © 2024 Remco van 't Veer <remco@remworks.net>
 ;;; Copyright © 2025 Sughosha <sughosha@disroot.org>
+;;; Copyright © 2025 Junker <dk@junkeria.club>
 ;;;
 ;;; 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-02-05 11:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-05 11:38 [bug#76067] [PATCH] gnu: Add crow-translate Junker

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).