Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refresh metadata to flathub standards #2

Merged
merged 1 commit into from
Oct 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
include license.txt COPYING
include glyphtracer.desktop
include com.github.jpakkane.glyphtracer.desktop
include com.github.jpakkane.glyphtracer.metainfo.xml
include com.github.jpakkane.glyphtracer.svg
File renamed without changes.
28 changes: 28 additions & 0 deletions com.github.jpakkane.glyphtracer.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>com.github.jpakkane.glyphtracer</id>
<launchable type="desktop-id">com.github.jpakkane.glyphtracer.desktop</launchable>
<name>Glyphtracer</name>
<developer_name>Jussi Pakkanen</developer_name>
<summary>Convert images of letters to a font</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<url type="homepage">https://github.com/jpakkane/glyphtracer</url>
<description>
<p>Glyphtracer takes an image that contains pictures of several letters.
It recognizes all them and lets the user tag each letter to a Unicode code point.
It then converts the images to vector form and writes them to a FontForge's data format.
The font can then be finalized with FontForge.</p>
</description>
<screenshots>
<screenshot type="default">
<caption>The main Glyphtracer window</caption>
<image type="source" width="773" height="609">https://raw.githubusercontent.com/jpakkane/glyphtracer/master/screenshot.jpg</image>
</screenshot>
</screenshots>
<releases>
<release version="2.0" date="2021-09-20"/>
</releases>
<content_rating type="oars-1.1"/>
<update_contact>nick_at_nedrichards.com</update_contact>
</component>
178 changes: 178 additions & 0 deletions com.github.jpakkane.glyphtracer.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.