feat: Initial flatpak support
This commit is contained in:
parent
d608156206
commit
51108ef86e
13 changed files with 771 additions and 1 deletions
BIN
src/flatpak/app-icon.png
Normal file
BIN
src/flatpak/app-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
11
src/flatpak/net.boxyfoxy.OptimaLab35.desktop
Normal file
11
src/flatpak/net.boxyfoxy.OptimaLab35.desktop
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
|
||||
Name=OptimaLab35
|
||||
Comment=A simple tool for editing images and managing metadata, designed for streamlined organization and EXIF adjustments.
|
||||
Categories=Graphics;Photography;
|
||||
|
||||
Icon=net.boxyfoxy.OptimaLab35
|
||||
Exec=OptimaLab35
|
||||
Terminal=false
|
33
src/flatpak/net.boxyfoxy.OptimaLab35.metainfo.xml
Normal file
33
src/flatpak/net.boxyfoxy.OptimaLab35.metainfo.xml
Normal file
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>net.boxyfoxy.OptimaLab35</id>
|
||||
|
||||
<name>OptimaLab35</name>
|
||||
<summary>A simple tool for editing images and managing metadata, designed for streamlined organization and EXIF adjustments.</summary>
|
||||
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>AGPL-3.0-only</project_license>
|
||||
<version>1.0.0</version>
|
||||
<release>
|
||||
<version>1.0.0</version>
|
||||
<date>2024-01-30</date>
|
||||
</release>
|
||||
<description>
|
||||
<p>
|
||||
OptimaLab35 is a image editing and metadata management tool, designed with analog photography in mind. It provides an intuitive way to modify and add EXIF data, making scanned film images easier to organize. With features tailored for efficient batch processing, it helps photographers maintain a structured archive while preserving key details about their images.
|
||||
</p>
|
||||
</description>
|
||||
|
||||
<launchable type="desktop-id">net.boxyfoxy.OptimaLab35.desktop</launchable>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/main_tab.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/exif_tab.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/preview_window.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
</component>
|
Loading…
Add table
Add a link
Reference in a new issue