From 3dc122ab6b2f7d3f9be39f7a5827e69c0213c5a2 Mon Sep 17 00:00:00 2001 From: Marcin Kik Date: Sun, 5 Jul 2020 09:44:53 +0200 Subject: [PATCH] updates for version 3.01 --- make-AppImage.bash | 2 ++ make-snap.bash | 4 +++- mki3dgame-snap-wrapper.bash | 3 +++ snap/snapcraft.yaml | 3 ++- usr/share/metainfo/io.github.mki1967.mki3dgame.appdata.xml | 7 +++++++ 5 files changed, 17 insertions(+), 2 deletions(-) diff --git a/make-AppImage.bash b/make-AppImage.bash index 4d32cc7..f4ccce0 100755 --- a/make-AppImage.bash +++ b/make-AppImage.bash @@ -17,6 +17,8 @@ done; ./make-mki3game.bash echo 'Preparing for AppImage ...' + +rm -rf build-AppImage # start with fresh directory mkdir build-AppImage # do everything in the 'build' directory diff --git a/make-snap.bash b/make-snap.bash index 6c1663e..46876aa 100755 --- a/make-snap.bash +++ b/make-snap.bash @@ -15,7 +15,9 @@ done; ./make-mki3game.bash -echo 'Preparing for AppImage ...' +echo 'Preparing for snap ...' + +rm -rf build-snap # start with fresh directory mkdir build-snap # do everything in the 'build' directory diff --git a/mki3dgame-snap-wrapper.bash b/mki3dgame-snap-wrapper.bash index fa8944e..22855e2 100755 --- a/mki3dgame-snap-wrapper.bash +++ b/mki3dgame-snap-wrapper.bash @@ -2,4 +2,7 @@ export LIBGL_DRIVERS_PATH=$SNAP/usr/lib/x86_64-linux-gnu/dri # export MKI3DGAME_ASSETS=$SNAP/assets export XDG_DATA_DIRS="$SNAP/usr/share:$XDG_DATA_DIRS" +echo +echo '**Gamepad configuration command:** `snap connect mki3dgame-snap:joystick`' +echo exec $SNAP/mki3dgame $SNAP/assets diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7265d91..2887db9 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,11 +1,12 @@ name: mki3dgame-snap # you probably want to 'snapcraft register ' -version: '3.00' # just for humans, typically '1.2+git' or '1.3.2' +version: '3.01' # just for humans, typically '1.2+git' or '1.3.2' base: core18 summary: Searching for tokens in 3D stages amongst flying monsters. # 79 char long summary description: | Search for tokens in 3D stages and avoid the monsters. See ' https://github.com/mki1967/mki3dgame ' for more info. (The stages are designed with MKI3D editor ' https://mki1967.github.io/mki3d/ '). + **Gamepad configuration command:** `snap connect mki3dgame-snap:joystick` grade: stable # devel # must be 'stable' to release into candidate/stable channels confinement: strict # devmode # use 'strict' once you have the right plugs and slots diff --git a/usr/share/metainfo/io.github.mki1967.mki3dgame.appdata.xml b/usr/share/metainfo/io.github.mki1967.mki3dgame.appdata.xml index 1648011..d817c78 100644 --- a/usr/share/metainfo/io.github.mki1967.mki3dgame.appdata.xml +++ b/usr/share/metainfo/io.github.mki1967.mki3dgame.appdata.xml @@ -39,6 +39,13 @@ io.github.mki1967.mki3dgame + + +

+ This version has 30 stages and more textures. +

+
+