From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 26 18:23:21 2023 Received: (at submit) by debbugs.gnu.org; 26 Apr 2023 22:23:22 +0000 Received: from localhost ([127.0.0.1]:57135 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prnXl-00034A-Fw for submit@debbugs.gnu.org; Wed, 26 Apr 2023 18:23:21 -0400 Received: from lists.gnu.org ([209.51.188.17]:39976) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1prnXi-000341-Gp for submit@debbugs.gnu.org; Wed, 26 Apr 2023 18:23:20 -0400 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 ) id 1prnXi-0007ju-0d for guix-patches@gnu.org; Wed, 26 Apr 2023 18:23:18 -0400 Received: from [2001:8d8:1800:695::1] (helo=delgado.nrw) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1prnXf-0005zu-P7 for guix-patches@gnu.org; Wed, 26 Apr 2023 18:23:17 -0400 From: Dominik Delgado Steuter DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=delgado.nrw; s=mail; t=1682547791; bh=enmf09GYRskSfwSJC6G6R7EbW3CVGU/jTj608pUVnn4=; h=From:To:Cc:Subject:Date:From; b=S5GKkbDnRk5INJwqd+64ReHwnUOHmO7tCVfq8gSRBdtWMJ292I86bWTfBTvAW4Ll7 QjipXZt+84IStPWKSjcq3pld2HboIHSGUrCasLGUHEbiYcCnzi1O7B4SauLQu1ZTEc ZIRBg8j7joKSNzug+yeE2dbHq5+C0Pw2SX7CWMvTDNOk6Pn9iMQ63cI92ZU1JICYej XNkjON/EldaWrn9MxNBWh6ysdcdCFSy8SkUvejEOSSUI05dCGOBbpt6MMjtppFjAFQ FHQiloiZa0ZjyCqyyNTIgZfx2jKpF9W6sq+hrllxQWtk9uU8lRSEKEboc2ujbAC7wR bvvjodLhU3vZA== To: guix-patches@gnu.org Subject: [PATCH] gnu: Add dialect. Date: Thu, 27 Apr 2023 00:22:41 +0200 Message-Id: <20230426222241.5020-1-d@delgado.nrw> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 2001:8d8:1800:695::1 (failed) Received-SPF: permerror client-ip=2001:8d8:1800:695::1; envelope-from=d@delgado.nrw; helo=delgado.nrw X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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, RDNS_NONE=0.793, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Dominik Delgado Steuter 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 (--) * 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 ;;; Copyright © 2022 Arjan Adriaanse ;;; Copyright © 2023 Kaelyn Takata +;;; Copyright © 2023 Dominik Delgado Steuter ;;; ;;; 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 From debbugs-submit-bounces@debbugs.gnu.org Thu May 25 06:46:19 2023 Received: (at 63097-done) by debbugs.gnu.org; 25 May 2023 10:46:19 +0000 Received: from localhost ([127.0.0.1]:46074 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q28U7-0007Yr-Ba for submit@debbugs.gnu.org; Thu, 25 May 2023 06:46:19 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55452) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q28U3-0007Yd-86 for 63097-done@debbugs.gnu.org; Thu, 25 May 2023 06:46:18 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q28Tx-0005aX-Kr; Thu, 25 May 2023 06:46:09 -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=wES1WpqVqEKzJRZ++WaSjcnn4r9coIBpN6TSr7MnuSk=; b=osINKWUOdQ+5fARfhVs1 J/majuGtPy1JnJoQGSwYSbQrKS+QUaqNarloaKRj5YlzZJSu2VCmj4fknC5N2LkLGQp56hFnTcTTF RWDwP7SfUDsESxqgVsS0Iyy/MiPUZMhOx2cZd+E3euRomKgQSKn/wWpgZCTi5KUss3Yckx227IGTD Cj3PbJULIrjcPuq7QpD+G0Xd+p+qpXrqMGxEgYAJXeyuEli7MjJVgSZWqMpTg/+z6fxAshJSJMpN3 P+DejJvfPsnWlRM/i5ambphRj1sWdzDh1DBfa/POHTq8mERSEtrbxXsl+hASyf8Orre1sfIsAvMKF gukx/cjJ6Ttzbg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q28Tx-0001w5-7w; Thu, 25 May 2023 06:46:09 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Dominik Delgado Steuter Subject: Re: bug#63097: [PATCH] gnu: Add dialect. References: <20230426222241.5020-1-d@delgado.nrw> Date: Thu, 25 May 2023 12:46:07 +0200 In-Reply-To: <20230426222241.5020-1-d@delgado.nrw> (Dominik Delgado Steuter's message of "Thu, 27 Apr 2023 00:22:41 +0200") Message-ID: <87cz2og040.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 63097-done Cc: 63097-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 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Dominik Delgado Steuter skribis: > * gnu/packages/gnome.scm (dialect): New variable. Applied with the changes below, thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: 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+))) --=-=-=-- From unknown Mon Aug 18 15:39:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 22 Jun 2023 11:24:14 +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