Skip to content

Commit 7d40528

Browse files
committed
rename desktop and icon to align with flatpak.
add flatpak metainfo
1 parent 5ca138e commit 7d40528

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

resources/MFEKglif.desktop renamed to resources/org.mfek.glif.desktop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Version=1.0
44
Categories=Graphics;2DGraphics;VectorGraphics;
55
Comment[en_US]=Unified Font Object (UFO) glyph (.glif) viewer and editor
66
Comment=Unified Font Object (UFO) glyph (.glif) viewer and editor
7-
Exec=/usr/bin/env MFEKglif %U
7+
Exec=MFEKglif %U
88
GenericName[en_US]=Glyph Editor
99
GenericName=Glyph Editor
10-
Icon=MFEKglif.png
10+
Icon=org.mfek.glif.png
1111
MimeType=text/vnd.ufo.glif;text/vnd.mfek.glifjson;
1212
Name[en_US]=MFEKglif
1313
Name=MFEKglif

resources/org.mfek.glif.metainfo.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>org.mfek.glif</id>
4+
5+
<name>MFEKglif</name>
6+
<summary>Glyph editor for the Modular Font Editor K project.</summary>
7+
8+
<metadata_license>CC0-1.0</metadata_license>
9+
<project_license>Apache-2.0</project_license>
10+
11+
<description>
12+
<p>
13+
Glyph editor for the Modular Font Editor K project.
14+
</p>
15+
</description>
16+
17+
<launchable type="desktop-id">org.mfek.glif.desktop</launchable>
18+
<screenshots>
19+
<screenshot type="default">
20+
<image>https://raw.githubusercontent.com/MFEK/glif/master/doc/screenshot_main.png</image>
21+
</screenshot>
22+
<screenshot>
23+
<image>https://raw.githubusercontent.com/MFEK/glif/master/doc/screenshot.png</image>
24+
</screenshot>
25+
<screenshot>
26+
<image>https://raw.githubusercontent.com/MFEK/glif/master/doc/screenshot2.png</image>
27+
</screenshot>
28+
</screenshots>
29+
</component>
File renamed without changes.

0 commit comments

Comments
 (0)