GNU bug report logs - #63097
[PATCH] gnu: Add dialect.

Previous Next

Package: guix-patches;

Reported by: Dominik Delgado Steuter <d <at> delgado.nrw>

Date: Wed, 26 Apr 2023 22:24:02 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 63097 in the body.
You can then email your comments to 63097 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63097; Package guix-patches. (Wed, 26 Apr 2023 22:24:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dominik Delgado Steuter <d <at> delgado.nrw>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 26 Apr 2023 22:24:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dominik Delgado Steuter <d <at> delgado.nrw>
To: guix-patches <at> gnu.org
Cc: Dominik Delgado Steuter <d <at> delgado.nrw>
Subject: [PATCH] gnu: Add dialect.
Date: Thu, 27 Apr 2023 00:22:41 +0200
* 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 <at> zrythm.org>
 ;;; Copyright © 2022 Arjan Adriaanse <arjan <at> adriaan.se>
 ;;; Copyright © 2023 Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
+;;; Copyright © 2023 Dominik Delgado Steuter <d <at> 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





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 25 May 2023 10:47:01 GMT) Full text and rfc822 format available.

Notification sent to Dominik Delgado Steuter <d <at> delgado.nrw>:
bug acknowledged by developer. (Thu, 25 May 2023 10:47:02 GMT) Full text and rfc822 format available.

Message #10 received at 63097-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Dominik Delgado Steuter <d <at> delgado.nrw>
Cc: 63097-done <at> debbugs.gnu.org
Subject: Re: bug#63097: [PATCH] gnu: Add dialect.
Date: Thu, 25 May 2023 12:46:07 +0200
[Message part 1 (text/plain, inline)]
Hi,

Dominik Delgado Steuter <d <at> delgado.nrw> skribis:

> * gnu/packages/gnome.scm (dialect): New variable.

Applied with the changes below, thanks!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e348d216aa..7df18f055f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10441,10 +10441,10 @@ (define-public dialect
                              python-gtts
                              python-pygobject
                              python-requests))
-    (home-page "https://apps.gnome.org/de/app/app.drey.Dialect")
-    (synopsis "Translation app for GNOME")
+    (home-page "https://apps.gnome.org/app/app.drey.Dialect")
+    (synopsis "Translation application for GNOME")
     (description
-     "Dialect is a simple translation app which uses Google Translate
+     "Dialect is a simple translation application that uses Google Translate
 (default), LibreTranslate or Lingva Translate.  It includes features
 like automatic language detection, text-to-speech and clipboard buttons.")
     (license license:gpl3+)))

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 22 Jun 2023 11:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 302 days ago.

Previous Next


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