Added AppImage metadata. /JL
This commit is contained in:
3
entrypoint.sh
Normal file
3
entrypoint.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
{{ python-executable }} "${APPDIR}/pman.py" "$@"
|
||||||
|
|
19
pman.appdata.xml
Normal file
19
pman.appdata.xml
Normal 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
8
pman.desktop
Normal 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
|
@@ -1,2 +1,2 @@
|
|||||||
pygame==2.6.1
|
pygame==2.6.1
|
||||||
pygamecontrols==0.1.9
|
pygamecontrols==0.1.11
|
||||||
|
Reference in New Issue
Block a user