From patchwork Thu May 25 10:46:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 50312 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 7C16427BBE9; Thu, 25 May 2023 11:47:20 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id E996627BBE2 for ; Thu, 25 May 2023 11:47:18 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q28Up-0001R5-Jr; Thu, 25 May 2023 06:47:03 -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 1q28Uo-0001QP-EX for guix-patches@gnu.org; Thu, 25 May 2023 06:47:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1q28Uo-0005ji-6A for guix-patches@gnu.org; Thu, 25 May 2023 06:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q28Uo-0007Zy-1T for guix-patches@gnu.org; Thu, 25 May 2023 06:47:02 -0400 Subject: bug#63097: [PATCH] gnu: Add dialect. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 25 May 2023 10:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 63097 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Dominik Delgado Steuter Cc: 63097-done@debbugs.gnu.org Mail-Followup-To: 63097@debbugs.gnu.org, ludo@gnu.org, d@delgado.nrw Received: via spool by 63097-done@debbugs.gnu.org id=D63097.168501157929073 (code D ref 63097); Thu, 25 May 2023 10:47:01 +0000 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: Ludovic =?utf-8?q?Court=C3=A8s?= 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 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches Hi, Dominik Delgado Steuter skribis: > * gnu/packages/gnome.scm (dialect): New variable. Applied with the changes below, thanks! Ludo’. 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+)))