aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Oliver2024-10-30 22:15:59 +0000
committerEli Zaretskii2024-11-09 11:59:41 +0200
commit1f3434a84c13d3fbc55e8a7ace53bdfd61748db5 (patch)
tree8451f4ac97831a56e8c361f8fd77b9c1686d4129
parent6cde51f1bbcfd55fe8d189b045247b9d80dee4ea (diff)
downloademacs-1f3434a84c13d3fbc55e8a7ace53bdfd61748db5.tar.gz
emacs-1f3434a84c13d3fbc55e8a7ace53bdfd61748db5.zip
Add more fields to AppStream metadata in emacs.metainfo.xml
* etc/emacs.metainfo.xml: Populate the vcs-browser and contribute URLs, as well as the branding color. (Bug#74123)
-rw-r--r--etc/emacs.metainfo.xml5
1 files changed, 5 insertions, 0 deletions
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 @@
33 <url type="help">https://www.gnu.org/software/emacs/documentation.html</url> 33 <url type="help">https://www.gnu.org/software/emacs/documentation.html</url>
34 <url type="donation">https://my.fsf.org/donate/</url> 34 <url type="donation">https://my.fsf.org/donate/</url>
35 <url type="contact">https://lists.gnu.org/mailman/listinfo/emacs-devel/</url> 35 <url type="contact">https://lists.gnu.org/mailman/listinfo/emacs-devel/</url>
36 <url type="vcs-browser">https://git.savannah.gnu.org/cgit/emacs.git</url>
37 <url type="contribute">https://www.gnu.org/software/emacs/manual/html_node/emacs/Contributing.html</url>
36 <launchable type="desktop-id">emacs.desktop</launchable> 38 <launchable type="desktop-id">emacs.desktop</launchable>
37 <launchable type="service">emacs.service</launchable> 39 <launchable type="service">emacs.service</launchable>
38 <project_group>GNU</project_group> 40 <project_group>GNU</project_group>
@@ -45,4 +47,7 @@
45 </screenshot> 47 </screenshot>
46 </screenshots> 48 </screenshots>
47 <update_contact>emacs-devel_AT_gnu.org</update_contact> 49 <update_contact>emacs-devel_AT_gnu.org</update_contact>
50 <branding>
51 <color type="primary">#7f5ab6</color>
52 </branding>
48</component> 53</component>