-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a first-cut of an appdata.xml file
- Loading branch information
1 parent
a52cc7a
commit 8170ddc
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop"> | ||
<id>pick-colour-picker.desktop</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>MIT</project_license> | ||
<name>Pick</name> | ||
<summary>A Comic Archive Reader</summary> | ||
<description> | ||
<p>A colour picker app for Ubuntu and Linux which allows picking | ||
any colour on the screen and remembers the last few you picked.</p> | ||
</description> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/stuartlangridge/ColourPicker/app/pick-screenshot-16x9.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<url type="homepage">https://kryogenix.org/code/pick/</url> | ||
<update_contact>sil at kryogenix.org</update_contact> | ||
</component> |