Added AppImage metadata. /JL

This commit is contained in:
2025-05-02 23:21:44 +02:00
parent 83b06994ce
commit 0e9a71c7d3
5 changed files with 31 additions and 1 deletions

3
entrypoint.sh Normal file
View File

@@ -0,0 +1,3 @@
#! /bin/bash
{{ python-executable }} "${APPDIR}/pman.py" "$@"

19
pman.appdata.xml Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>pman</id>
<metadata_license>MIT</metadata_license>
<project_license>Python-2.0</project_license>
<name>Pman</name>
<summary>A Python {{ python-fullversion }} runtime with {{ requirements }}</summary>
<description>
<p> A relocated Python {{ python-fullversion }} installation containing
a Pacman clone - pman and libraries ({{ requirements }}) and running from an
AppImage.
</p>
</description>
<launchable type="desktop-id">pman.desktop</launchable>
<url type="homepage"></url>
<provides>
<binary>python{{ python-version }}</binary>
</provides>
</component>

8
pman.desktop Normal file
View File

@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=pman
Exec=pman
Comment=A Python {{ python-fullversion }} runtime with {{ requirements }}
Icon=pman
Categories=Game;
Terminal=true

BIN
pman.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

View File

@@ -1,2 +1,2 @@
pygame==2.6.1 pygame==2.6.1
pygamecontrols==0.1.9 pygamecontrols==0.1.11