commit:     d425ab90f0c85772578005574a53beff85e65228
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 22:03:27 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 22:08:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d425ab90

app-emacs/consult: update metadata; add longdescription

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/consult/metadata.xml | 33 +++++++++++++++++++++++++--------
 1 file changed, 25 insertions(+), 8 deletions(-)

diff --git a/app-emacs/consult/metadata.xml b/app-emacs/consult/metadata.xml
index 2ee7184765f8..3fd82f6c0291 100644
--- a/app-emacs/consult/metadata.xml
+++ b/app-emacs/consult/metadata.xml
@@ -1,12 +1,29 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+
 <pkgmetadata>
-<maintainer type="project">
-  <email>[email protected]</email>
-  <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<stabilize-allarches/>
-<upstream>
-  <remote-id type="github">minad/consult</remote-id>
-</upstream>
+  <maintainer type="project">
+    <email>[email protected]</email>
+    <name>Gentoo GNU Emacs project</name>
+  </maintainer>
+  <stabilize-allarches/>
+  <longdescription>
+    Consult provides search and navigation commands based on the Emacs
+    completion function completing-read. Completion allows you to quickly
+    select an item from a list of candidates. Consult offers asynchronous
+    and interactive consult-grep and consult-ripgrep commands, and the
+    line-based search command consult-line. Furthermore Consult provides an
+    advanced buffer switching command consult-buffer to switch between
+    buffers, recently opened files, bookmarks and buffer-like candidates
+    from other sources. Some of the Consult commands are enhanced versions
+    of built-in Emacs commands. For example the command consult-imenu
+    presents a flat list of the Imenu with live preview, grouping and
+    narrowing. Consult is fully compatible with completion systems centered
+    around the standard Emacs completing-read API, notably the default
+    completion system, Vertico, Mct, and Icomplete.
+  </longdescription>
+  <upstream>
+    <bugs-to>https://github.com/minad/consult/issues/</bugs-to>
+    <remote-id type="github">minad/consult</remote-id>
+  </upstream>
 </pkgmetadata>

Reply via email to