unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 67961@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#67961] [PATCH 2/3] gnu: emacs-org-dynamic-agenda-ql: Rename package to emacs-org-agenda-files-track-ql.
Date: Thu, 21 Dec 2023 23:27:00 +0100	[thread overview]
Message-ID: <20231221222703.2407-2-ngraves@ngraves.fr> (raw)
In-Reply-To: <20231221222703.2407-1-ngraves@ngraves.fr>

* gnu/packages/emacs-xyz.scm (emacs-org-dynamic-agenda-ql): Define in terms of
'deprecated-package'.
(emacs-org-agenda-files-track-ql): New variable, formerly known as "emacs-org-dynamic-agenda-ql".

Change-Id: Ib73181ecf6538de77c78f2d3b20f02e0df85beac
---
 gnu/packages/emacs-xyz.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7fa2645288..b03bf074ca 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31856,17 +31856,19 @@ (define-public emacs-org-agenda-files-track
 
 (define-deprecated emacs-org-dynamic-agenda emacs-org-agenda-files-track)
 
-(define-public emacs-org-dynamic-agenda-ql
+(define-public emacs-org-agenda-files-track-ql
   (package
-    (inherit emacs-org-dynamic-agenda)
-    (name "emacs-org-dynamic-agenda-ql")
+    (inherit emacs-org-agenda-files-track)
+    (name "emacs-org-agenda-files-track-ql")
     (arguments
      (list #:include
-           #~(list "org-dynamic-agenda-ql\\.el" "README\\.org")))
+           #~(list "org-agenda-files-track-ql\\.el" "README\\.org")))
     (propagated-inputs (list emacs-org-ql))
     (description
-     "This package dynamically generates org-agenda-files, and take advantage
-of the org-ql cache.")))
+     "This package tracks org-agenda-files precisely to speed-up org-agenda,
+and takes advantage of the org-ql cache.")))
+
+(define-deprecated emacs-org-dynamic-agenda-ql emacs-org-agenda-files-track-ql)
 
 (define-public emacs-dash-docs
   (let ((commit "dafc8fc9f1ddb2e4e39e0b8d066c42d5d7ce8d06")
-- 
2.41.0





  reply	other threads:[~2023-12-21 22:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-21 22:17 [bug#67961] [PATCH 0/3] Rename and update emacs-org-agenda-files-track Nicolas Graves via Guix-patches via
2023-12-21 22:26 ` [bug#67961] [PATCH 1/3] gnu: emacs-org-dynamic-agenda: Rename package to emacs-org-agenda-files-track Nicolas Graves via Guix-patches via
2023-12-21 22:27   ` Nicolas Graves via Guix-patches via [this message]
2023-12-21 22:27   ` [bug#67961] [PATCH 3/3] gnu: emacs-org-agenda-files-track: Update to 0.4.0 Nicolas Graves via Guix-patches via
2024-01-18  8:03 ` [bug#67961] [PATCH 0/3] Rename and update emacs-org-agenda-files-track Andrew Tropin via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231221222703.2407-2-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=67961@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).