diff options
author | 2025-01-28 22:56:38 +0100 | |
---|---|---|
committer | 2025-01-28 23:08:50 +0100 | |
commit | efc8d450b3979d3b6b52e1cbe1d7215d3e157413 (patch) | |
tree | 86efc56acce4f30da30948471ec9a3242e9cd25d /app-emacs | |
parent | app-emacs/vertico: sync live 9999 version (diff) | |
download | gentoo-efc8d450b3979d3b6b52e1cbe1d7215d3e157413.tar.gz gentoo-efc8d450b3979d3b6b52e1cbe1d7215d3e157413.tar.bz2 gentoo-efc8d450b3979d3b6b52e1cbe1d7215d3e157413.zip |
app-emacs/vertico: update metadata; add longdescription
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/vertico/metadata.xml | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/app-emacs/vertico/metadata.xml b/app-emacs/vertico/metadata.xml index f5159c9e8ada..db15f8555ef5 100644 --- a/app-emacs/vertico/metadata.xml +++ b/app-emacs/vertico/metadata.xml @@ -1,12 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + <pkgmetadata> -<maintainer type="project"> - <email>gnu-emacs@gentoo.org</email> - <name>Gentoo GNU Emacs project</name> -</maintainer> -<stabilize-allarches/> -<upstream> - <remote-id type="github">minad/vertico</remote-id> -</upstream> + <maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <stabilize-allarches/> + <longdescription> + Vertico provides a performant and minimalistic vertical completion UI + based on the default completion system. The focus of Vertico is to + provide a UI which behaves correctly under all circumstances. By reusing + the built-in facilities system, Vertico achieves full compatibility with + built-in Emacs completion commands and completion tables. Vertico only + provides the completion UI but aims to be highly flexible, extendable + and modular. Additional enhancements are available as extensions or + complementary packages. + </longdescription> + <upstream> + <remote-id type="github">minad/vertico</remote-id> + </upstream> </pkgmetadata> |