Skip to content

Commit

Permalink
Add icons and appdata
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Oct 19, 2022
1 parent 7557ec8 commit b7a4b3d
Show file tree
Hide file tree
Showing 16 changed files with 3,227 additions and 151 deletions.
10 changes: 9 additions & 1 deletion README.md
@@ -1,6 +1,14 @@
<img style="vertical-align: middle;" src="data/icon.png" width="120" height="120" align="left">

# Retro

A retro clock that can be customized with CSS.
A customizable retro digital segment clock

![](data/screenshots/default.png)

![](data/screenshots/editor.png)

![](data/screenshots/custom.png)

## Development

Expand Down
9 changes: 0 additions & 9 deletions data/app.appdata.xml

This file was deleted.

4 changes: 2 additions & 2 deletions data/app.desktop
@@ -1,8 +1,8 @@
[Desktop Entry]
Name=retro
Name=Retro
Exec=re.sonny.Retro
Icon=re.sonny.Retro
Terminal=false
Type=Application
Categories=GTK;
Categories=GTK;GNOME;Education;Utility;Amusement;Clock;
StartupNotify=true
48 changes: 48 additions & 0 deletions data/app.metainfo.xml
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>re.sonny.Retro.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<summary>A customizable retro digital segment clock</summary>
<description>
<p>Retro is a simple toy clock that can be customized with CSS.</p>
</description>
<url type="homepage">https://retro.sonny.re</url>
<url type="bugtracker">https://retro.sonny.re/feedback</url>
<url type="donation">https://retro.sonny.re/donate</url>
<!-- <url type="translate">https://retro.sonny.re/translate</url> -->
<screenshots>
<screenshot type="default">
<image>
https://raw.githubusercontent.com/sonnyp/Retro/main/data/screenshots/default.png
</image>
</screenshot>
<screenshot>
<image>
https://raw.githubusercontent.com/sonnyp/Retro/main/data/screenshots/editor.png
</image>
</screenshot>
<screenshot>
<image>
https://raw.githubusercontent.com/sonnyp/Retro/main/data/screenshots/custom.png
</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="1.0" date="2022-10-19">
<description>This is the first release of Retro. Enjoy.</description>
</release>
</releases>
<kudos>
<kudo>HiDpiIcon</kudo>
<kudo>HighContrast</kudo>
<kudo>ModernToolkit</kudo>
</kudos>
<branding>
<color type="primary">#FF7800</color>
</branding>
<custom>
<value key="GnomeSoftware::key-colors">[rgb(255, 120, 0)]</value>
</custom>
</component>
56 changes: 56 additions & 0 deletions data/icon-devel.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b7a4b3d

Please sign in to comment.