]> git.eshelyaron.com Git - emacs.git/commitdiff
Add more fields to AppStream metadata in emacs.metainfo.xml
authorPeter Oliver <git@mavit.org.uk>
Wed, 30 Oct 2024 22:15:59 +0000 (22:15 +0000)
committerEshel Yaron <me@eshelyaron.com>
Sat, 9 Nov 2024 15:48:48 +0000 (16:48 +0100)
* etc/emacs.metainfo.xml: Populate the vcs-browser and contribute URLs,
as well as the branding color.  (Bug#74123)

(cherry picked from commit 1f3434a84c13d3fbc55e8a7ace53bdfd61748db5)

etc/emacs.metainfo.xml

index 80bbd690217d9627feb0361271e0c3c0de8a557e..7e97df926be8faf8071bbd25b22d17f4c3e79a99 100644 (file)
@@ -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>