From: Peter Oliver <p.d.oliver@mavit.org.uk>
To: 74123@debbugs.gnu.org
Subject: bug#74123: Add more fields to AppStream metadata
Date: Wed, 30 Oct 2024 22:22:10 +0000 (GMT) [thread overview]
Message-ID: <021728eb-7b69-16c6-c701-9fcd0b44c933@mavit.org.uk> (raw)
[-- Attachment #1: Type: text/plain, Size: 202 bytes --]
Attached is a patch to add more data to emacs.metainfo.xml, based on the specification at https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-filespec
--
Peter Oliver
[-- Attachment #2: Type: text/plain, Size: 1344 bytes --]
From 1f3f7290955900842582f5c0afceba8bcf18066f Mon Sep 17 00:00:00 2001
From: Peter Oliver <git@mavit.org.uk>
Date: Wed, 30 Oct 2024 22:15:59 +0000
Subject: [PATCH] Add more fields to AppStream metadata
* etc/emacs.metainfo.xml: Populate the vcs-browser and contribute URLs,
as well as the branding colour.
---
etc/emacs.metainfo.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/etc/emacs.metainfo.xml b/etc/emacs.metainfo.xml
index 80bbd690217..7e97df926be 100644
--- a/etc/emacs.metainfo.xml
+++ b/etc/emacs.metainfo.xml
@@ -33,6 +33,8 @@
<url type="help">https://www.gnu.org/software/emacs/documentation.html</url>
<url type="donation">https://my.fsf.org/donate/</url>
<url type="contact">https://lists.gnu.org/mailman/listinfo/emacs-devel/</url>
+ <url type="vcs-browser">https://git.savannah.gnu.org/cgit/emacs.git</url>
+ <url type="contribute">https://www.gnu.org/software/emacs/manual/html_node/emacs/Contributing.html</url>
<launchable type="desktop-id">emacs.desktop</launchable>
<launchable type="service">emacs.service</launchable>
<project_group>GNU</project_group>
@@ -45,4 +47,7 @@
</screenshot>
</screenshots>
<update_contact>emacs-devel_AT_gnu.org</update_contact>
+ <branding>
+ <color type="primary">#7f5ab6</color>
+ </branding>
</component>
--
2.47.0
reply other threads:[~2024-10-30 22:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=021728eb-7b69-16c6-c701-9fcd0b44c933@mavit.org.uk \
--to=p.d.oliver@mavit.org.uk \
--cc=74123@debbugs.gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.