From: Dominik Delgado Steuter via Guix-patches via <guix-patches@gnu.org>
To: 63097@debbugs.gnu.org
Cc: Dominik Delgado Steuter <d@delgado.nrw>
Subject: [bug#63097] [PATCH] gnu: Add dialect.
Date: Thu, 27 Apr 2023 00:22:41 +0200 [thread overview]
Message-ID: <20230426222241.5020-1-d@delgado.nrw> (raw)
* gnu/packages/gnome.scm (dialect): New variable.
---
gnu/packages/gnome.scm | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e31931d..ff1bee2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -74,6 +74,7 @@
;;; Copyright © 2022 Alexandros Theodotou <alex@zrythm.org>
;;; Copyright © 2022 Arjan Adriaanse <arjan@adriaan.se>
;;; Copyright © 2023 Kaelyn Takata <kaelyn.alexi@protonmail.com>
+;;; Copyright © 2023 Dominik Delgado Steuter <d@delgado.nrw>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -10384,6 +10385,45 @@ (define-public endeavour
(define-public gnome-todo
(deprecated-package "gnome-todo" endeavour))
+(define-public dialect
+ (package
+ (name "dialect")
+ (version "2.1.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dialect-app/dialect")
+ (commit version)
+ (recursive? #t))) ;po module
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0wac9r33zslyhvadyj7iaapskk7f9pfvia7zlqfksfhkaji6gmna"))))
+ (build-system meson-build-system)
+ (arguments
+ `(#:glib-or-gtk? #t))
+ (native-inputs (list blueprint-compiler
+ desktop-file-utils
+ `(,glib "bin")
+ gnu-gettext
+ gobject-introspection
+ `(,gtk "bin")
+ pkg-config))
+ (propagated-inputs (list gstreamer
+ libadwaita
+ libsoup
+ python
+ python-gtts
+ python-pygobject
+ python-requests))
+ (home-page "https://apps.gnome.org/de/app/app.drey.Dialect")
+ (synopsis "Translation app for GNOME")
+ (description
+ "Dialect is a simple translation app which uses Google Translate
+(default), LibreTranslate or Lingva Translate. It includes features
+like automatic language detection, text-to-speech and clipboard buttons.")
+ (license license:gpl3+)))
+
(define-public gnome-dictionary
(package
(name "gnome-dictionary")
base-commit: e86851ccb3df1e87efca7138ee8d055a30832a4e
--
2.39.2
next reply other threads:[~2023-04-26 22:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-26 22:22 Dominik Delgado Steuter via Guix-patches via [this message]
2023-05-25 10:46 ` bug#63097: [PATCH] gnu: Add dialect Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230426222241.5020-1-d@delgado.nrw \
--to=guix-patches@gnu.org \
--cc=63097@debbugs.gnu.org \
--cc=d@delgado.nrw \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).