diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100644 index 0000000..b0b0cfc --- /dev/null +++ b/entrypoint.sh @@ -0,0 +1,3 @@ +#! /bin/bash +{{ python-executable }} "${APPDIR}/pman.py" "$@" + diff --git a/pman.appdata.xml b/pman.appdata.xml new file mode 100644 index 0000000..ae3c1cd --- /dev/null +++ b/pman.appdata.xml @@ -0,0 +1,19 @@ + + + pman + MIT + Python-2.0 + Pman + A Python {{ python-fullversion }} runtime with {{ requirements }} + +

A relocated Python {{ python-fullversion }} installation containing + a Pacman clone - pman and libraries ({{ requirements }}) and running from an + AppImage. +

+
+ pman.desktop + + + python{{ python-version }} + +
diff --git a/pman.desktop b/pman.desktop new file mode 100644 index 0000000..18188d8 --- /dev/null +++ b/pman.desktop @@ -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 diff --git a/pman.png b/pman.png new file mode 100644 index 0000000..0bc5703 Binary files /dev/null and b/pman.png differ diff --git a/requirements.txt b/requirements.txt index 82aa9c8..0eda428 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pygame==2.6.1 -pygamecontrols==0.1.9 +pygamecontrols==0.1.11