diff options
author | derpmatt <49352270+derpmatt@users.noreply.github.com> | 2019-05-11 16:29:07 +0200 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-05-11 14:29:07 +0000 |
commit | bdae9f0f28909be42448d105c9ff1bb376b35b0a (patch) | |
tree | e052324111b0dffdee789fd0d99f182a8f139a36 | |
parent | 5d173f6df3b20308eb318cef4b58147b2197d5f9 (diff) | |
download | alacritty-bdae9f0f28909be42448d105c9ff1bb376b35b0a.tar.gz alacritty-bdae9f0f28909be42448d105c9ff1bb376b35b0a.zip |
Add linux Appstream packaging data
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | extra/linux/io.alacritty.Alacritty.appdata.xml | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 475847eb..54c5fe1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Packaging +- Add appstream metadata, located at /extra/linux/io.alacritty.Alacritty.xml - The xclip dependency has been removed - On macOS, Alacritty now requests NSSystemAdministrationUsageDescription to avoid permission failures diff --git a/extra/linux/io.alacritty.Alacritty.appdata.xml b/extra/linux/io.alacritty.Alacritty.appdata.xml new file mode 100644 index 00000000..d313d03d --- /dev/null +++ b/extra/linux/io.alacritty.Alacritty.appdata.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2016-2019 Joe Wilm, The Alacritty Project Contributors --> +<component type="desktop-application"> + <id>io.alacritty.Alacritty</id> + <!-- Translators: The application name --> + <name>Alacritty</name> + <project_license>APACHE-2.0</project_license> + <metadata_license>APACHE-2.0</metadata_license> + <!-- Translators: The application's summary / tagline --> + <summary>A cross-platform, GPU enhanced terminal emulator</summary> + <description> + <p>Alacritty is a terminal emulator with a strong focus on simplicity and +performance. With such a strong focus on performance, included features are +carefully considered and you can always expect Alacritty to be blazingly fast. +By making sane choices for defaults, Alacritty requires no additional setup. +However, it does allow configuration of many aspects of the terminal.</p> + </description> + <screenshots> + <screenshot type="default"> + <image>https://cloud.githubusercontent.com/assets/4285147/21585004/2ebd0288-d06c-11e6-95d3-4a2889dbbd6f.png</image> + <caption>Alacritty is a cross-platform, GPU enhanced terminal emulator</caption> + </screenshot> + </screenshots> + <keywords> + <keyword>terminal emulator</keyword> + <keyword>GPU</keyword> + </keywords> + <url type="homepage">https://github.com/jwilm/alacritty</url> + <url type="bugtracker">https://github.com/jwilm/alacritty/issues</url> + <releases> + <release version="0.3.2" date="19.04.24" unix_timestamp="1556145865"/> + </releases> + <update_contact>https://github.com/jwilm/alacritty/blob/master/CONTRIBUTING.md#contact</update_contact> + <developer_name>Joe Wilm</developer_name> +</component> |