From unknown Sat Sep 20 04:26:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#73095] [PATCH] gnu: remind: Update to 05.00.05. Resent-From: Luis Henriques Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 07 Sep 2024 10:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 73095 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 73095@debbugs.gnu.org Cc: =?UTF-8?Q?Lu=C3=ADs?= Henriques X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.172570671715709 (code B ref -1); Sat, 07 Sep 2024 10:59:01 +0000 Received: (at submit) by debbugs.gnu.org; 7 Sep 2024 10:58:37 +0000 Received: from localhost ([127.0.0.1]:55017 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smt9J-00045J-12 for submit@debbugs.gnu.org; Sat, 07 Sep 2024 06:58:37 -0400 Received: from lists.gnu.org ([209.51.188.17]:59584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smt9H-00045B-B2 for submit@debbugs.gnu.org; Sat, 07 Sep 2024 06:58:36 -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 1smt9E-0002nH-9m for guix-patches@gnu.org; Sat, 07 Sep 2024 06:58:32 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1smt9C-0004qk-Dn for guix-patches@gnu.org; Sat, 07 Sep 2024 06:58:32 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4X197F66fMz9srB; Sat, 7 Sep 2024 12:58:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=camandro.org; s=MBO0001; t=1725706697; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6gCijz3BNKOEqA38SaUo6wBNnbc9o4meOgmIk2ykuPs=; b=Mp+C0s8cgcTX7sHER/g3lzUgKrL5UpFD5Kis3p4fj338pWkH/1FQh22OAEW+xyNXIuCyYm VAkTAyDdJwI9RMgO/QfoQIxQkpztiRJBJRFpLEy2jwd2k3CNPffmZ+pz4CN9XMpYs90baF 6kwGg7zfmGoy81KqGdYmV+64+Tyg7vGTf/MC9lsxyz/Mix6kEbxjDLLwsrXPaa/h6Fld1Z Psh9nFpXlB4vyv17ij+I1inBRamWFoQbG/PzKyOUnOO+D55ov5ffTqqFfIz5oa0NyZIg21 6WE+8ABTzuqBnSTOYj+gqHFaLcdl/GglV8llcGM25UICEpeOzIZIff6YStFfoA== From: Luis Henriques Date: Sat, 7 Sep 2024 11:58:05 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=80.241.56.152; envelope-from=henrix@camandro.org; helo=mout-p-102.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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.3 (--) From: Luís Henriques * gnu/packages/calendar.scm (remind): Update to 05.00.05. [properties]: Add tcl output synopsis. [arguments]<#:phases>: Update list of files to include in tcl output. There's only one tcltk script now. [native-inputs]: Add tzdata. Change-Id: I729d48a8e538039ef5d8c9cb8bd232b3946b5f76 --- gnu/packages/calendar.scm | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm index 05c00df082..fbe23c4b1a 100644 --- a/gnu/packages/calendar.scm +++ b/gnu/packages/calendar.scm @@ -227,7 +227,7 @@ (define-public khal (define-public remind (package (name "remind") - (version "3.3.7") + (version "5.0.5") (source (origin (method url-fetch) @@ -238,7 +238,9 @@ (define-public remind ".") ".tar.gz")) (sha256 - (base32 "0gca7f5gc0zr111c28hxw4hycz1hr9z7s912bpzm92g1s4llxjc7")))) + (base32 "0yc0lfrl0zzc1bn5fkigararg44bdryis7vjnm8vzs21as9r0dbz")))) + (properties + `((output-synopsis "tcl" "graphical front-end to Remind calendar program"))) (build-system gnu-build-system) (outputs (list "out" "tcl")) ; more than doubles the closure by >110 MiB @@ -255,24 +257,24 @@ (define-public remind (let ((from (string-append out "/" file)) (to (string-append tcl "/" file))) (mkdir-p (dirname to)) - (rename-file from to) - ;; For simplicity, wrap all scripts with the same variables - ;; even though, e.g., inetutils is not needed by cm2rem.tcl. - ;; XXX Using WRAP-SCRIPT currently breaks tkremind. - (wrap-program to - `("PATH" ":" prefix - ,(map (lambda (dir) - (string-append dir "/bin")) - (append (list out tcl) - (map (lambda (input) - (assoc-ref inputs input)) - (list "tcl" "tk" "inetutils"))))) - `("TCLLIBPATH" " " = - (,(getenv "TCLLIBPATH")))))) - (list "bin/cm2rem.tcl" - "bin/tkremind")))))))) + (rename-file from to))) + (list "bin/tkremind" + "share/man/man1/tkremind.1" + "share/pixmaps/tkremind.png" + "share/applications/tkremind.desktop")) + (wrap-program (string-append tcl "/bin/tkremind") + `("PATH" ":" prefix + ,(map (lambda (dir) + (string-append dir "/bin")) + (append (list out tcl) + (map (lambda (input) + (assoc-ref inputs input)) + (list "tcl" "tk" "inetutils"))))) + `("TCLLIBPATH" " " = + (,(getenv "TCLLIBPATH")))))))))) (inputs (list bash-minimal inetutils tcl tcllib tk)) + (native-inputs (list tzdata)) ; required for some tests (home-page "https://dianne.skoll.ca/projects/remind/") (synopsis "Sophisticated calendar and alarm program") (description base-commit: 993d6d2e7be4dac738629c76a51058f4dc5bc449 prerequisite-patch-id: 756e7e982cd0fa0a1490e95e7bb6abdada32b75a From unknown Sat Sep 20 04:26:42 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Luis Henriques Subject: bug#73095: closed (Re: [bug#73095] [PATCH] gnu: remind: Update to 05.00.05.) Message-ID: References: <875xqglqtf.fsf@gnu.org> X-Gnu-PR-Message: they-closed 73095 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 73095@debbugs.gnu.org Date: Fri, 27 Sep 2024 21:40:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1727473202-16185-1" This is a multi-part message in MIME format... ------------=_1727473202-16185-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #73095: [PATCH] gnu: remind: Update to 05.00.05. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 73095@debbugs.gnu.org. --=20 73095: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D73095 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1727473202-16185-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 73095-done) by debbugs.gnu.org; 27 Sep 2024 21:39:49 +0000 Received: from localhost ([127.0.0.1]:57995 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1suIgn-0004CR-3u for submit@debbugs.gnu.org; Fri, 27 Sep 2024 17:39:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1suIgk-0004CE-M1 for 73095-done@debbugs.gnu.org; Fri, 27 Sep 2024 17:39:47 -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 1suIgB-00036j-C2; Fri, 27 Sep 2024 17:39:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=5mevyOvMH9Aa0/3sGzjh9r310EsP5GpFCg1+/2gqzRQ=; b=TM/jwiTt66mG/xPluv40 lD5zrcCslPMz66zQafVZr0/xk9Lr8qDMTG6CPrUvJv62T64yJwW5sH6WYdEEXupfLpssVtUL0n+Ts BZnFdsD3r0AE7aus/JW7DDo9pGe5KNYLwgLTtjtVhMfFQXoz8eiwE6CfanQkXevovzFSQ1FGho3KZ ru7AwSkZrdHutvUNkYf+nEXU9CGgapYc9tuPbe7EYFmtg6mfsUIvpc9zH+gNNLbIM4uds5TiWF8cy XOE0LIOWF845QPWYyq24X6tlIJbR7Dtlodji+u2dwpNFPkyXfzj5HHPQl3mYu8R4UHPbKxKMDmUP6 //oq8mKUbZfdWw==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Luis Henriques Subject: Re: [bug#73095] [PATCH] gnu: remind: Update to 05.00.05. In-Reply-To: (Luis Henriques's message of "Sat, 7 Sep 2024 11:58:05 +0100") References: Date: Fri, 27 Sep 2024 23:39:08 +0200 Message-ID: <875xqglqtf.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 73095-done Cc: 73095-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, Luis Henriques skribis: > From: Lu=C3=ADs Henriques > > * gnu/packages/calendar.scm (remind): Update to 05.00.05. > [properties]: Add tcl output synopsis. > [arguments]<#:phases>: Update list of files to include in tcl output. > There's only one tcltk script now. > [native-inputs]: Add tzdata. > > Change-Id: I729d48a8e538039ef5d8c9cb8bd232b3946b5f76 Applied with the change below, thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm index fbe23c4b1a..6717db867f 100644 --- a/gnu/packages/calendar.scm +++ b/gnu/packages/calendar.scm @@ -274,7 +274,7 @@ (define-public remind (,(getenv "TCLLIBPATH")))))))))) (inputs (list bash-minimal inetutils tcl tcllib tk)) - (native-inputs (list tzdata)) ; required for some tests + (native-inputs (list tzdata-for-tests)) ;required for some tests (home-page "https://dianne.skoll.ca/projects/remind/") (synopsis "Sophisticated calendar and alarm program") (description --=-=-=-- ------------=_1727473202-16185-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 Sep 2024 10:58:37 +0000 Received: from localhost ([127.0.0.1]:55017 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smt9J-00045J-12 for submit@debbugs.gnu.org; Sat, 07 Sep 2024 06:58:37 -0400 Received: from lists.gnu.org ([209.51.188.17]:59584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smt9H-00045B-B2 for submit@debbugs.gnu.org; Sat, 07 Sep 2024 06:58:36 -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 1smt9E-0002nH-9m for guix-patches@gnu.org; Sat, 07 Sep 2024 06:58:32 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1smt9C-0004qk-Dn for guix-patches@gnu.org; Sat, 07 Sep 2024 06:58:32 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4X197F66fMz9srB; Sat, 7 Sep 2024 12:58:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=camandro.org; s=MBO0001; t=1725706697; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6gCijz3BNKOEqA38SaUo6wBNnbc9o4meOgmIk2ykuPs=; b=Mp+C0s8cgcTX7sHER/g3lzUgKrL5UpFD5Kis3p4fj338pWkH/1FQh22OAEW+xyNXIuCyYm VAkTAyDdJwI9RMgO/QfoQIxQkpztiRJBJRFpLEy2jwd2k3CNPffmZ+pz4CN9XMpYs90baF 6kwGg7zfmGoy81KqGdYmV+64+Tyg7vGTf/MC9lsxyz/Mix6kEbxjDLLwsrXPaa/h6Fld1Z Psh9nFpXlB4vyv17ij+I1inBRamWFoQbG/PzKyOUnOO+D55ov5ffTqqFfIz5oa0NyZIg21 6WE+8ABTzuqBnSTOYj+gqHFaLcdl/GglV8llcGM25UICEpeOzIZIff6YStFfoA== From: Luis Henriques To: guix-patches@gnu.org Subject: [PATCH] gnu: remind: Update to 05.00.05. Date: Sat, 7 Sep 2024 11:58:05 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=80.241.56.152; envelope-from=henrix@camandro.org; helo=mout-p-102.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Lu=C3=ADs=20Henriques?= 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.3 (--) From: Luís Henriques * gnu/packages/calendar.scm (remind): Update to 05.00.05. [properties]: Add tcl output synopsis. [arguments]<#:phases>: Update list of files to include in tcl output. There's only one tcltk script now. [native-inputs]: Add tzdata. Change-Id: I729d48a8e538039ef5d8c9cb8bd232b3946b5f76 --- gnu/packages/calendar.scm | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm index 05c00df082..fbe23c4b1a 100644 --- a/gnu/packages/calendar.scm +++ b/gnu/packages/calendar.scm @@ -227,7 +227,7 @@ (define-public khal (define-public remind (package (name "remind") - (version "3.3.7") + (version "5.0.5") (source (origin (method url-fetch) @@ -238,7 +238,9 @@ (define-public remind ".") ".tar.gz")) (sha256 - (base32 "0gca7f5gc0zr111c28hxw4hycz1hr9z7s912bpzm92g1s4llxjc7")))) + (base32 "0yc0lfrl0zzc1bn5fkigararg44bdryis7vjnm8vzs21as9r0dbz")))) + (properties + `((output-synopsis "tcl" "graphical front-end to Remind calendar program"))) (build-system gnu-build-system) (outputs (list "out" "tcl")) ; more than doubles the closure by >110 MiB @@ -255,24 +257,24 @@ (define-public remind (let ((from (string-append out "/" file)) (to (string-append tcl "/" file))) (mkdir-p (dirname to)) - (rename-file from to) - ;; For simplicity, wrap all scripts with the same variables - ;; even though, e.g., inetutils is not needed by cm2rem.tcl. - ;; XXX Using WRAP-SCRIPT currently breaks tkremind. - (wrap-program to - `("PATH" ":" prefix - ,(map (lambda (dir) - (string-append dir "/bin")) - (append (list out tcl) - (map (lambda (input) - (assoc-ref inputs input)) - (list "tcl" "tk" "inetutils"))))) - `("TCLLIBPATH" " " = - (,(getenv "TCLLIBPATH")))))) - (list "bin/cm2rem.tcl" - "bin/tkremind")))))))) + (rename-file from to))) + (list "bin/tkremind" + "share/man/man1/tkremind.1" + "share/pixmaps/tkremind.png" + "share/applications/tkremind.desktop")) + (wrap-program (string-append tcl "/bin/tkremind") + `("PATH" ":" prefix + ,(map (lambda (dir) + (string-append dir "/bin")) + (append (list out tcl) + (map (lambda (input) + (assoc-ref inputs input)) + (list "tcl" "tk" "inetutils"))))) + `("TCLLIBPATH" " " = + (,(getenv "TCLLIBPATH")))))))))) (inputs (list bash-minimal inetutils tcl tcllib tk)) + (native-inputs (list tzdata)) ; required for some tests (home-page "https://dianne.skoll.ca/projects/remind/") (synopsis "Sophisticated calendar and alarm program") (description base-commit: 993d6d2e7be4dac738629c76a51058f4dc5bc449 prerequisite-patch-id: 756e7e982cd0fa0a1490e95e7bb6abdada32b75a ------------=_1727473202-16185-1--