mirror of
https://github.com/Death916/deathclock.git
synced 2026-04-10 03:04:40 -07:00
simplify enums and test into libcosmic
This commit is contained in:
parent
c3923a984e
commit
b3b2b6f200
16 changed files with 7619 additions and 72 deletions
35
rustclock/resources/app.metainfo.xml
Normal file
35
rustclock/resources/app.metainfo.xml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>com.github.pop-os.cosmic-app-template</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>none</project_license>
|
||||
<name>Rustclock</name>
|
||||
<summary>deathclock in rust</summary>
|
||||
<icon type="remote" width="64" height="64" scale="1">
|
||||
https://github.com/death916/deathclock/raw/main/resources/icons/hicolor/scalable/apps/icon.svg
|
||||
</icon>
|
||||
<url type="vcs-browser">https://github.com/death916/deathclock</url>
|
||||
<launchable type="desktop-id">com.github.pop-os.cosmic-app-template.desktop</launchable>
|
||||
<provides>
|
||||
<id>com.github.pop-os.cosmic-app-template</id>
|
||||
<binaries>
|
||||
<binary>rustclock</binary>
|
||||
</binaries>
|
||||
</provides>
|
||||
<requires>
|
||||
<display_length compare="ge">360</display_length>
|
||||
</requires>
|
||||
<supports>
|
||||
<control>keyboard</control>
|
||||
<control>pointing</control>
|
||||
<control>touch</control>
|
||||
</supports>
|
||||
<categories>
|
||||
<category>COSMIC</category>
|
||||
</categories>
|
||||
<keywords>
|
||||
<keyword>COSMIC</keyword>
|
||||
</keywords>
|
||||
<content_rating type="oars-1.1" />
|
||||
</component>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue