From 8f5249b1426de0b8a16ebd4395cdf204a52da41b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Du=C5=A1an=20Poizl?=
Date: Mon, 21 Nov 2022 17:41:38 +0100
Subject: [PATCH] Add metainfo file
---
CMakeLists.txt | 3 ++
space.nouspiro.tenmon.metainfo.xml | 44 ++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
create mode 100644 space.nouspiro.tenmon.metainfo.xml
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f9e9ab6..ae9bc62 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -111,6 +111,9 @@ if(UNIX AND NOT APPLE)
install(FILES space.nouspiro.tenmon.svg DESTINATION "/usr/share/icons/hicolor/scalable/apps")
endif()
endif()
+ if(DEFINED ENV{FLATPAK_DEST})
+ install(FILES space.nouspiro.tenmon.metainfo.xml DESTINATION "$ENV{FLATPAK_DEST}/share/metainfo")
+ endif()
endif(UNIX AND NOT APPLE)
option(RELEASE_BUILD "Release build" OFF)
diff --git a/space.nouspiro.tenmon.metainfo.xml b/space.nouspiro.tenmon.metainfo.xml
new file mode 100644
index 0000000..8a964b2
--- /dev/null
+++ b/space.nouspiro.tenmon.metainfo.xml
@@ -0,0 +1,44 @@
+
+
+ space.nouspiro.tenmon
+ space.nouspiro.tenmon.desktop
+ Tenmon
+ FITS/XISF image viewer, converter, index and search
+ CC0-1.0
+ GPL-3.0
+
+
+ It is intended primarily for viewing astro photos and images. It supports the following formats:
+
+ - FITS 8, 16 bit integer and 32 bit float
+ - XISF 8, 16 bit integer and 32 bit float
+ - JPEG and PNG images
+
+
+ Features:
+
+ - Using same stretch function as PixInsight
+ - OpenGL accelerated drawing
+ - Index and search FITS XISF header data
+ - Quick mark images and then copy/move marked files
+ - Convert FITS <-> XISF
+ - Convert FITS/XISF -> JPEG/PNG
+ - Image statistics mean, media, min, max
+ - Support for WCS
+ - Thumbnails
+
+
+
+
+ https://nouspiro.space/?page_id=206
+
+
+ https://nouspiro.space/wp-content/uploads/2022/04/tenmon-1024x579.png
+
+
+
+
+
+
+
+