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
View File
@@ -0,0 +1,3 @@
#! /bin/bash
{{ python-executable }} "${APPDIR}/pman.py" "$@"
+19
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
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
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

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