1
0
Fork 0
mirror of synced 2024-05-21 21:02:52 +12:00
czkawka/flatpak/com.github.qarmin.Czkawka.metainfo.xml
Proprietary Chrome-chan a5d37eba4e
Add Flatpak support (#203)
* Make a flatpak manifest, the permissions are not set properly.

* Move to separate flatpak dir

* Rewrite in yaml

* Update sources

* Update flatpak to 2.3.0

* Remove PulseAudio support

* Add metainfo file

* Use the right files

* Update metadata file

* Polish manifest and improve metadata

* Improve metadata

* Switch to metainfo

* Fix version number

Co-authored-by: Lionir <git@thelion.website>
2021-01-20 14:14:53 +01:00

28 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.github.qarmin.Czkawka</id>
<name>Czkawka</name>
<summary>Multi functional app to find duplicates, empty folders, similar images etc.</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<description>
<p>
Czkawka is written in Rust, simple, fast and easy to use app to remove unnecessary files from your computer.
</p>
</description>
<launchable type="desktop-id">com.github.qarmin.Czkawka.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://user-images.githubusercontent.com/41945903/104711404-9cbb7400-5721-11eb-904d-9677c189f7ab.gif</image>
</screenshot>
</screenshots>
<releases>
<release version="2.3.0" date="2021-01-15"/>
</releases>
<content_rating type="oars-1.0"/>
<developer_name>Rafał Mikrut</developer_name>
<url type="homepage">https://github.com/qarmin/czkawka</url>
<url type="bugtracker">https://github.com/qarmin/czkawka/issues</url>
<url type="donation">https://github.com/sponsors/qarmin</url>
</component>