]> git.eshelyaron.com Git - emacs.git/commitdiff
Add AppStream metadata about supported and recommended hardware
authorPeter Oliver <git@mavit.org.uk>
Wed, 2 Apr 2025 14:06:05 +0000 (15:06 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 21 Apr 2025 20:39:25 +0000 (22:39 +0200)
* etc/emacs.metainfo.xml: Note that Emacs is best with a keyboard, but
other forms of input are possible.  Also note that Emacs can access the
Internet.  A modestly sized display is sufficient.

(cherry picked from commit 4f3188a88c04602d151585dce3e93a5cff38a967)

etc/emacs.metainfo.xml

index b063b918a2dbb8fb0e9026d8a13f7737c03e86cf..cc316fb8ffd5b7adcc09c6964b7ffb64a6dc52cf 100644 (file)
  <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>
+ <recommends>
+   <control>keyboard</control>
+
+   <!-- 80×24 at 6×13 per character -->
+   <display_length side="longest">480</display_length>
+   <display_length side="shortest">312</display_length>
+ </recommends>
+ <supports>
+   <control>console</control>
+   <control>pointing</control>
+   <control>touch</control>
+   <internet/>
+ </supports>
  <project_group>GNU</project_group>
  <project_license>GPL-3.0+ and GFDL-1.3+</project_license>
  <developer_name>Free Software Foundation</developer_name>