From c898f7ce8b27321ed6e038daa0aa13ed1f56d1a6 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 15 Mar 2025 05:28:26 +0000 Subject: [PATCH] Update Onyx to 2.0.11 (2053) --- metadata/fr.onyx.lyon1.yml | 41 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/metadata/fr.onyx.lyon1.yml b/metadata/fr.onyx.lyon1.yml index 8f6f457708..cd561d572d 100644 --- a/metadata/fr.onyx.lyon1.yml +++ b/metadata/fr.onyx.lyon1.yml @@ -181,10 +181,47 @@ Builds: --no-tree-shake-icons ndk: r25c + - versionName: 2.0.11 + versionCode: 2053 + commit: fa3b7c66b7a6ee0bde3c31b369232ae09f10eb90 + subdir: apps/onyx + submodules: true + sudo: + - apt-get update + - apt-get install -y gcc-multilib libc-dev make + output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk + rm: + - apps/onyx/ios + - apps/onyx/linux + - apps/onyx/macos + - apps/onyx/web + - apps/onyx/windows + prebuild: + - export PATH="$PATH:$HOME/build/fr.onyx.lyon1/apps/onyx/.pub-cache/bin:$HOME/build/fr.onyx.lyon1/apps/.flutter/bin" + - export PUB_CACHE=$(pwd)/.pub-cache + - ../.flutter/bin/flutter config --no-analytics + - dart pub global activate melos + - melos bootstrap + - ../.flutter/bin/flutter pub get + - truncate -s 0 .pub-cache/hosted/pub.dev/quill_native_bridge_linux-*/assets/xclip + - sdkmanager "ndk;21.1.6352462" + scanignore: + - apps/onyx/assets/graph.json.gz + - apps/.flutter/bin/cache + scandelete: + - apps/.flutter + - apps/onyx/.pub-cache + build: + - export PATH="$PATH:$HOME/build/fr.onyx.lyon1/apps/onyx/.pub-cache/bin:$HOME/build/fr.onyx.lyon1/apps/.flutter/bin" + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter build apk --release --split-per-abi --target-platform="android-arm64" + --no-tree-shake-icons + ndk: r25c + AutoUpdateMode: Version UpdateCheckMode: Tags ^v[\d.]+$ VercodeOperation: - '%c + 2000' UpdateCheckData: apps/onyx/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 2.0.10 -CurrentVersionCode: 2052 +CurrentVersion: 2.0.11 +CurrentVersionCode: 2053