Adding metainfo.
This commit is contained in:
parent
3746196901
commit
3f4bc114c3
77
me.sergiotarxz.Exd.metainfo.xml
Normal file
77
me.sergiotarxz.Exd.metainfo.xml
Normal file
@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>me.sergiotarxz.Exd</id>
|
||||
|
||||
<name>Japachar</name>
|
||||
<summary>Program your thermal printer!</summary>
|
||||
|
||||
<metadata_license>MIT</metadata_license>
|
||||
<project_license>AGPL-3.0-only</project_license>
|
||||
|
||||
<supports>
|
||||
<control>pointing</control>
|
||||
<control>keyboard</control>
|
||||
</supports>
|
||||
|
||||
<url type="homepage">https://git.owlcode.tech/sergiotarxz/Exd</url>
|
||||
<url type="donation">https://ko-fi.com/sergiotarxz</url>
|
||||
|
||||
<content_rating type="oars-1.1">
|
||||
<content_attribute id="language-humor">mild</content_attribute>
|
||||
<content_attribute id="social-contacts">intense</content_attribute>
|
||||
<content_attribute id="money-purchasing">intense</content_attribute>
|
||||
<content_attribute id="money-advertising">intense</content_attribute>
|
||||
</content_rating>
|
||||
|
||||
<branding>
|
||||
<color type="primary" scheme_preference="light">#B7A1EE</color>
|
||||
<color type="primary" scheme_preference="dark">#3C121A</color>
|
||||
</branding>
|
||||
|
||||
|
||||
<developer_name>sergiotarxz</developer_name>
|
||||
<releases>
|
||||
<release version="v0.1" date="2024-11-02">
|
||||
<description>
|
||||
<p>Initial version</p>
|
||||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
|
||||
<developer id="me.sergiotarxz">
|
||||
<name>Sergiotarxz</name>
|
||||
</developer>
|
||||
|
||||
<description>
|
||||
<p>This application is an IDE which helps you to create tickets and
|
||||
stickers in your thermal printer using programming.</p>
|
||||
|
||||
<p>To give you the maximum freedom it leverages Perl, custom emojies,
|
||||
QR code generation, a file format that contains your generated ticket
|
||||
and the ability to import PNG images and your system fonts.</p>
|
||||
|
||||
<p>This is a paid application, as soon as you enter the program you
|
||||
will be shown the paywall, you can skip the payment to allow
|
||||
you to properly test the program. Even if it is paid, the source
|
||||
code is available under a free software license so you can
|
||||
adapt and redistribute the software however you want.</p>
|
||||
|
||||
<p>Currently standard ESC/POS printers and cheap aliexpress Cat-Printers
|
||||
are supported, if you have a non supported thermal printer and a
|
||||
webcam to record the printer working drop us an email so we can
|
||||
give support to your printer.</p>
|
||||
|
||||
<p>I plan the generated tickets to have the capability to be used from
|
||||
PoS systems, receive parameters or be used from server applications
|
||||
creating docker images and servers to print .exd files, this is
|
||||
currently WIP, this app is a cool toy by the moment.</p>
|
||||
</description>
|
||||
|
||||
<launchable type="desktop-id">me.sergiotarxz.Exd.desktop</launchable>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>(Change For Url)</image>
|
||||
<caption>(Change for screenshot description)</caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
</component>
|
@ -110,7 +110,7 @@ modules:
|
||||
- 'install -Dm755 HiperthermiaSource/run.pl /app/bin/hiperthermia'
|
||||
- 'install -Dm644 HiperthermiaSource/exd-logo.png /app/share/icons/hicolor/256x256/apps/me.sergiotarxz.Exd.png'
|
||||
- 'update-mime-database /app/share/mime'
|
||||
# - 'install -Dm644 HiperthermiaSource/me.sergiotarxz.Exd.metainfo.xml -t /app/share/metainfo/'
|
||||
- 'install -Dm644 HiperthermiaSource/me.sergiotarxz.Exd.metainfo.xml -t /app/share/metainfo/'
|
||||
sources:
|
||||
- type: "dir"
|
||||
path: .
|
||||
|
Loading…
Reference in New Issue
Block a user