From 23b2ed42e9e51054f2b74013d0fafc107c140384 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 12 Jan 2024 15:40:35 +0000 Subject: [PATCH] Update Li-Ri to 3.1.2 (30102) --- metadata/org.liri.liri.yml | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/metadata/org.liri.liri.yml b/metadata/org.liri.liri.yml index 2914991fba..2a2237fb34 100644 --- a/metadata/org.liri.liri.yml +++ b/metadata/org.liri.liri.yml @@ -117,11 +117,38 @@ Builds: - sed -i "s/SUPPORT_MOD_MODPLUG ?= false/SUPPORT_MOD_MODPLUG ?= true/" src/main/jni/SDL2_mixer/Android.mk ndk: r21e + - versionName: 3.1.2 + versionCode: 30102 + commit: aaa5ff773c1a005ae947949c4a7cf490da5ddedb + subdir: android/app + sudo: + - apt-get update + - apt-get install -y autoconf make + gradle: + - yes + srclibs: + - SDL@release-2.28.5 + - SDL_mixer@release-2.6.3 + prebuild: + - cp -R $$SDL$$/android-project/app/src/main/java/org/libsdl/ src/main/java/org/ + - ln -s $$SDL$$ src/main/jni/SDL2 + - ln -s $$SDL$$/include src/main/jni/SDL2/SDL2 + - ln -s $$SDL_mixer$$ src/main/jni/SDL2_mixer + - ln -s $$SDL_mixer$$/include src/main/jni/SDL2_mixer/SDL2 + - pushd $$SDL_mixer$$ + - git submodule update --init external/libmodplug + - popd + - mkdir src/main/assets/ + - cp -R ../../Sounds src/main/assets/ + - cp ../../data/* src/main/assets/ + - sed -i "s/SUPPORT_MOD_MODPLUG ?= false/SUPPORT_MOD_MODPLUG ?= true/" src/main/jni/SDL2_mixer/Android.mk + ndk: r21e + MaintainerNotes: |- The code is provided as is, no gameplay has been made regarding the initial version. I don't plan to improve the game, my addition was mostly to not lose the original game (which is great!) and have it on Android. AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 3.1.1 -CurrentVersionCode: 30101 +CurrentVersion: 3.1.2 +CurrentVersionCode: 30102