Skip to content

Commit 2e82b3a

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent c819cc5 commit 2e82b3a

File tree

5 files changed

+128
-4
lines changed

5 files changed

+128
-4
lines changed

apps/Mayo.md

Lines changed: 62 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
layout: app
33

44
permalink: /Mayo/
5-
description: Mayo - opensource 3D CAD viewer and converter
5+
description: Open-source 3D CAD viewer and converter
6+
license: BSD-2-Clause
67

78
icons:
89
- Mayo/icons/scalable/mayo.svg
9-
1010
screenshots:
11-
- Mayo/screenshot.png
11+
- https://github.com/fougue/mayo/blob/develop/doc/screenshot_ubuntu_main.png
1212

1313
authors:
1414
- name: fougue
@@ -34,7 +34,7 @@ desktop:
3434
Keywords: Converter
3535
MimeType: model/step
3636
X-AppImage-Name: Mayo
37-
X-AppImage-Version: 0.7.0.1113-f88a35d
37+
X-AppImage-Version: 0.8.0
3838
X-AppImage-Arch: x86_64
3939
AppImageHub:
4040
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
@@ -43,4 +43,62 @@ desktop:
4343
should be the first file given on the command line.'
4444
X-AppImage-Type: 2
4545
X-AppImage-Architecture: x86_64
46+
47+
appdata:
48+
Type: desktop-application
49+
ID: pro.fougue.mayo
50+
Name:
51+
C: Mayo
52+
Summary:
53+
C: Open-source 3D CAD viewer and converter
54+
Description:
55+
C: >-
56+
<p>Mayo is an open-source application for visualizing and converting 3D CAD and mesh files. Mayo supports clip planes,
57+
exploding of assemblies, measurement of shapes, show/hide parts, ...
58+
59+
It can read/write 3D files from/to STEP, IGES, DXF, STL and many other formats.</p>
60+
ProjectLicense: BSD-2-Clause
61+
Url:
62+
homepage: https://github.com/fougue/mayo
63+
Launchable:
64+
desktop-id:
65+
- pro.fougue.mayo.desktop
66+
Screenshots:
67+
- default: true
68+
caption:
69+
C: STEP file visualized in Mayo
70+
thumbnails: []
71+
source-image:
72+
url: https://github.com/fougue/mayo/blob/develop/doc/screenshot_ubuntu_main.png
73+
lang: C
74+
- caption:
75+
C: Exploded parts in assembly
76+
thumbnails: []
77+
source-image:
78+
url: https://github.com/fougue/mayo/blob/develop/doc/screenshot_ubuntu_1.png
79+
lang: C
80+
- caption:
81+
C: Measuring some circle diameters
82+
thumbnails: []
83+
source-image:
84+
url: https://github.com/fougue/mayo/blob/develop/doc/screenshot_ubuntu_2.png
85+
lang: C
86+
- caption:
87+
C: Measuring distance between two surfaces
88+
thumbnails: []
89+
source-image:
90+
url: https://github.com/fougue/mayo/blob/develop/doc/screenshot_ubuntu_3.png
91+
lang: C
92+
- caption:
93+
C: Clipping plane to see internals of a part
94+
thumbnails: []
95+
source-image:
96+
url: https://github.com/fougue/mayo/blob/develop/doc/screenshot_ubuntu_4.png
97+
lang: C
98+
- caption:
99+
C: FBX file with textures rendered in Mayo
100+
thumbnails: []
101+
source-image:
102+
url: https://github.com/fougue/mayo/blob/develop/doc/screenshot_ubuntu_5.png
103+
lang: C
46104
---

database/Mayo/mayo.desktop

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ X-AppImage-Arch=x86_64
2020
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
2121
X-AppImage-Type=2
2222
X-AppImage-Architecture=x86_64
23+
24+
[AppImageHub]
25+
# Dear upstream developer, please include update information in your AppImage
26+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
27+
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
28+
X-AppImage-Type=2
29+
X-AppImage-Architecture=x86_64
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>pro.fougue.mayo</id>
4+
<metadata_license>FSFAP</metadata_license>
5+
<project_license>BSD-2-Clause</project_license>
6+
<name>Mayo</name>
7+
<summary>Open-source 3D CAD viewer and converter</summary>
8+
<description>
9+
<p>Mayo is an open-source application for visualizing and converting 3D CAD and mesh files. Mayo supports clip planes, exploding of assemblies, measurement of shapes, show/hide parts, ...
10+
It can read/write 3D files from/to STEP, IGES, DXF, STL and many other formats.</p>
11+
</description>
12+
<launchable type="desktop-id">pro.fougue.mayo.desktop</launchable>
13+
<url type="homepage">https://github.com/fougue/mayo</url>
14+
<screenshots>
15+
<screenshot type="default">
16+
<caption>STEP file visualized in Mayo</caption>
17+
<image>https://github.com/fougue/mayo/blob/develop/doc/screenshot_ubuntu_main.png</image>
18+
</screenshot>
19+
<screenshot>
20+
<caption>Exploded parts in assembly</caption>
21+
<image>https://github.com/fougue/mayo/blob/develop/doc/screenshot_ubuntu_1.png</image>
22+
</screenshot>
23+
<screenshot>
24+
<caption>Measuring some circle diameters</caption>
25+
<image>https://github.com/fougue/mayo/blob/develop/doc/screenshot_ubuntu_2.png</image>
26+
</screenshot>
27+
<screenshot>
28+
<caption>Measuring distance between two surfaces</caption>
29+
<image>https://github.com/fougue/mayo/blob/develop/doc/screenshot_ubuntu_3.png</image>
30+
</screenshot>
31+
<screenshot>
32+
<caption>Clipping plane to see internals of a part</caption>
33+
<image>https://github.com/fougue/mayo/blob/develop/doc/screenshot_ubuntu_4.png</image>
34+
</screenshot>
35+
<screenshot>
36+
<caption>FBX file with textures rendered in Mayo</caption>
37+
<image>https://github.com/fougue/mayo/blob/develop/doc/screenshot_ubuntu_5.png</image>
38+
</screenshot>
39+
</screenshots>
40+
<provides>
41+
<id>mayo.desktop</id>
42+
</provides>
43+
</component>
44+

database/Mayo/pro.fougue.mayo.desktop

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Name=Mayo
4+
Comment=Mayo - opensource 3D CAD viewer and converter
5+
Exec=mayo %U
6+
StartupWMClass="AppRun.wrapped", "Mayo"
7+
Icon=mayo
8+
Terminal=false
9+
Type=Application
10+
Categories=Graphics;3DGraphics;Viewer;Engineering;
11+
Keywords=Converter;stl;cad;ply;MeshViewer;amf;dxf;gltf;opencascade;step;iges;wavefront-obj;brep;vrml;3d-viewer;converter-cli;
12+
MimeType=model/step;model/iges;model/gltf+json;model/gltf.binary;application/vnd.ms-pki.stl;model/x.stl-ascii;model/x.stl-binary;application/x-wavefront-obj;model/x-brep;model/x-ply;
13+
X-AppImage-Name=Mayo
14+
X-AppImage-Version=0.8.0
15+
X-AppImage-Arch=x86_64

database/Mayo/screenshot.png

-13 Bytes
Loading

0 commit comments

Comments
 (0)