Skip to content

Commit 073d2a7

Browse files
committed
Add flatpak data.
1 parent 7b50a2d commit 073d2a7

4 files changed

+52
-1
lines changed
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>io.github.wojciech_graj.OrbVis</id>
4+
5+
<name>OrbVis</name>
6+
<summary>A Realtime Satellite Orbit Visualizer</summary>
7+
8+
<metadata_license>CC0-1.0</metadata_license>
9+
<project_license>GPL-2.0-or-later</project_license>
10+
11+
<content_rating type="oars-1.1" />
12+
<url type="homepage">https://github.com/wojciech-graj/OrbVis</url>
13+
14+
<description>
15+
<p>
16+
OrbVis is a tool used to view and propagate the full CelesTrak satellite catalog in realtime.
17+
</p>
18+
</description>
19+
20+
<launchable type="desktop-id">io.github.wojciech_graj.OrbVis.desktop</launchable>
21+
<screenshots>
22+
<screenshot type="default">
23+
<image>https://raw.githubusercontent.com/wojciech-graj/OrbVis/master/screenshot/scr02.png</image>
24+
</screenshot>
25+
<screenshot>
26+
<image>https://raw.githubusercontent.com/wojciech-graj/OrbVis/master/screenshot/scr03.png</image>
27+
</screenshot>
28+
<screenshot>
29+
<image>https://raw.githubusercontent.com/wojciech-graj/OrbVis/master/screenshot/scr04.png</image>
30+
</screenshot>
31+
</screenshots>
32+
33+
<releases>
34+
<release version="v0.2.2" date="2023-03-27">
35+
<description>
36+
<p>Initial flatpak release.</p>
37+
</description>
38+
</release>
39+
</releases>
40+
</component>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Desktop Entry]
2+
Version=1.0
3+
Type=Application
4+
5+
Name=OrbVis
6+
Comment=A Realtime Satellite Orbit Visualizer
7+
Categories=Science;Astronomy;
8+
9+
Icon=io.github.wojciech_graj.OrbVis
10+
Exec=orbvis
11+
Terminal=false

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'OrbVis',
33
'c',
4-
version : '0.2.2',
4+
version : '0.2.3',
55
license : 'GPL-2.0-or-later',
66
default_options : [
77
'c_std=c11',

0 commit comments

Comments
 (0)