From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 01 17:23:32 2021 Received: (at submit) by debbugs.gnu.org; 1 Mar 2021 22:23:32 +0000 Received: from localhost ([127.0.0.1]:51128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGqwp-0002qO-10 for submit@debbugs.gnu.org; Mon, 01 Mar 2021 17:23:32 -0500 Received: from lists.gnu.org ([209.51.188.17]:47372) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGqwn-0002qE-Bw for submit@debbugs.gnu.org; Mon, 01 Mar 2021 17:23:25 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:56714) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lGqwl-0005Ac-G6 for guix-patches@gnu.org; Mon, 01 Mar 2021 17:23:25 -0500 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:54196) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lGqwi-0001xf-3I for guix-patches@gnu.org; Mon, 01 Mar 2021 17:23:22 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1lGqwe-0001Pv-Pt; Mon, 01 Mar 2021 23:23:16 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1lGqwX-0003RK-HE; Mon, 01 Mar 2021 23:23:16 +0100 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: chessx: Update to 1.5.6. Date: Mon, 1 Mar 2021 23:23:15 +0100 Message-Id: <20210301222315.21249-1-mike@rohleder.de> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1614637400;bca0a3c8; X-HE-SMSGID: 1lGqwe-0001Pv-Pt Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-Spam_score_int: -1 X-Spam_score: -0.2 X-Spam_bar: / X-Spam_report: (-0.2 / 5.0 requ) BAYES_00=-1.9, PDS_OTHER_BAD_TLD=1.706, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.6 (/) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder 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: 0.7 (/) * gnu/packages/games.scm (chessx): Update to 1.5.6. [arguments]: Remove now unneeded build fix. --- gnu/packages/games.scm | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 14b6868a0e..74d04ad502 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -51,7 +51,7 @@ ;;; Copyright © 2020 Vitaliy Shatrov ;;; Copyright © 2020 Jack Hill ;;; Copyright © 2020 Vincent Legoll -;;; Copyright © 2020 Michael Rohleder +;;; Copyright © 2020, 2021 Michael Rohleder ;;; Copyright © 2020 Trevor Hass ;;; Copyright © 2020, 2021 Leo Prikler ;;; Copyright © 2020 Lu hux @@ -11794,14 +11794,14 @@ and chess engines.") (define-public chessx (package (name "chessx") - (version "1.5.4") + (version "1.5.6") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/chessx/chessx/" version "/chessx-" version ".tgz")) (sha256 - (base32 "1a3541vl5hp6jllgx998w9kjh9kp3wrl80yfwkxmq1bc5bzsrnz2")))) + (base32 "01fjchil2h6ry2ywr0dwjw2g7zd29580cr4c74d5z74h999lp6nh")))) (build-system qt-build-system) (native-inputs `(("qttools" ,qttools))) @@ -11819,12 +11819,7 @@ and chess engines.") (lambda* (#:key inputs #:allow-other-keys) (substitute* "chessx.pro" (("\\$\\$\\[QT_INSTALL_BINS\\]/lrelease") - (string-append (assoc-ref inputs "qttools") "/bin/lrelease")) - ;; Fix missing translations. - (("TRANSLATIONS = i18n/chessx_de.ts") - "TRANSLATIONS = i18n/chessx_de.ts i18n/chessx_da.ts \\ -i18n/chessx_fr.ts i18n/chessx_it.ts i18n/chessx_cz.ts i18n/chessx_ru.ts \\ -i18n/chessx_es.ts")) + (string-append (assoc-ref inputs "qttools") "/bin/lrelease"))) #t)) (add-after 'fix-paths 'make-qt-deterministic (lambda _ -- 2.30.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 02 03:43:49 2021 Received: (at 46863-done) by debbugs.gnu.org; 2 Mar 2021 08:43:49 +0000 Received: from localhost ([127.0.0.1]:51749 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lH0dB-0007Vn-Ja for submit@debbugs.gnu.org; Tue, 02 Mar 2021 03:43:49 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:53765) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lH0d9-0007VZ-NO for 46863-done@debbugs.gnu.org; Tue, 02 Mar 2021 03:43:48 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id E701140003; Tue, 2 Mar 2021 08:43:41 +0000 (UTC) From: Nicolas Goaziou To: Michael Rohleder Subject: Re: [bug#46863] [PATCH] gnu: chessx: Update to 1.5.6. References: <20210301222315.21249-1-mike@rohleder.de> Date: Tue, 02 Mar 2021 09:43:40 +0100 In-Reply-To: <20210301222315.21249-1-mike@rohleder.de> (Michael Rohleder's message of "Mon, 1 Mar 2021 23:23:15 +0100") Message-ID: <87eegyymgz.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46863-done Cc: 46863-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: -1.7 (-) Hello, Michael Rohleder writes: > * gnu/packages/games.scm (chessx): Update to 1.5.6. > [arguments]: Remove now unneeded build fix. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Fri Sep 12 15:05:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 30 Mar 2021 11:24:11 +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