Org.wesnoth.wesnoth

This commit is contained in:
Pentarctagon 2025-07-31 13:46:21 +00:00 committed by Licaon_Kter
parent a8f2ce322a
commit e538206ecb

View file

@ -0,0 +1,75 @@
Categories:
- Games
- Internet
License: GPL-2.0-or-later
WebSite: https://www.wesnoth.org
SourceCode: https://github.com/wesnoth/wesnoth
IssueTracker: https://github.com/wesnoth/wesnoth/issues
Translation: https://wiki.wesnoth.org/WesnothTranslations
Liberapay: Wesnoth
AutoName: The Battle for Wesnoth
RepoType: git
Repo: https://github.com/wesnoth/wesnoth.git
Builds:
- versionName: 1.19.14+dev
versionCode: 11914001
commit: 9b214ac24ec719699df9397ff9cd22b01442ff23
subdir: packaging/android/app
submodules: true
sudo:
- apt-get update
- apt-get install -y autoconf pkg-config automake make cmake scons gcc libc-dev
xz-utils lbzip2 wget ninja-build gperf pipx
- PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin pipx install meson==1.8.2
gradle:
- yes
prebuild:
- sed -i -e 's/include .*/include "armeabi-v7a"/' build.gradle
- sed -i -e 's/wget/wget -q/' ../build-android-dependencies/build-android-deps.sh
- echo F-Droid > ../../../data/dist
scandelete:
- data/test/scenarios/cve_tests/bytecode.bin
- utils/mp-server
build:
- cd ..
- PREFIXDIR=$(pwd)/dependencies/prefix BUILDDIR_PREFIX=$(pwd)/dependencies ANDROID_NDK_ROOT=$$NDK$$
ANDROID_HOME=$$SDK$$ ARCHS='armeabi-v7a' gradle buildCppDepends buildCppSource
> ~/tmp/build.log
ndk: r26d
- versionName: 1.19.14+dev
versionCode: 11914002
commit: 9b214ac24ec719699df9397ff9cd22b01442ff23
subdir: packaging/android/app
submodules: true
sudo:
- apt-get update
- apt-get install -y autoconf pkg-config automake make cmake scons gcc libc-dev
xz-utils lbzip2 wget ninja-build gperf pipx
- PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin pipx install meson==1.8.2
gradle:
- yes
prebuild:
- sed -i -e 's/include .*/include "arm64-v8a"/' build.gradle
- sed -i -e 's/wget/wget -q/' ../build-android-dependencies/build-android-deps.sh
- echo F-Droid > ../../../data/dist
scandelete:
- data/test/scenarios/cve_tests/bytecode.bin
- utils/mp-server
build:
- cd ..
- PREFIXDIR=$(pwd)/dependencies/prefix BUILDDIR_PREFIX=$(pwd)/dependencies ANDROID_NDK_ROOT=$$NDK$$
ANDROID_HOME=$$SDK$$ ARCHS='arm64-v8a' gradle buildCppDepends buildCppSource
> ~/tmp/build.log
ndk: r26d
AutoUpdateMode: Version
UpdateCheckMode: Tags
VercodeOperation:
- 1000 * %c + 1
- 1000 * %c + 2
CurrentVersion: 1.19.14
CurrentVersionCode: 11914002