mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
organicmaps - update, repo
This commit is contained in:
parent
620e0b9cf0
commit
49e590a2b5
1 changed files with 36 additions and 6 deletions
|
|
@ -5,16 +5,16 @@ Categories:
|
|||
- Navigation
|
||||
License: Apache-2.0
|
||||
WebSite: https://organicmaps.app/
|
||||
SourceCode: https://git.omaps.dev/organicmaps/organicmaps
|
||||
IssueTracker: https://git.omaps.dev/organicmaps/organicmaps/issues
|
||||
SourceCode: https://github.com/organicmaps/organicmaps
|
||||
IssueTracker: https://github.com/organicmaps/organicmaps/issues
|
||||
Translation: https://hosted.weblate.org/projects/organicmaps/
|
||||
Changelog: https://git.omaps.dev/organicmaps/organicmaps/releases
|
||||
Changelog: https://github.com/organicmaps/organicmaps/releases
|
||||
Liberapay: OrganicMaps
|
||||
Bitcoin: bc1qjkq3tpy2gutsfdlcvys8slkempywk230u8rc8u
|
||||
Litecoin: LfmSZ5yKBf17WwahZK9NEq5w2FLVap4Ctw
|
||||
|
||||
RepoType: git
|
||||
Repo: https://git.omaps.dev/organicmaps/organicmaps.git
|
||||
Repo: https://github.com/organicmaps/organicmaps.git
|
||||
|
||||
Builds:
|
||||
- versionName: 2021.05.21-6-g6cfa29a770-FDroid
|
||||
|
|
@ -2161,11 +2161,41 @@ Builds:
|
|||
- ./bootstrap.sh
|
||||
- ./b2 headers
|
||||
|
||||
- versionName: 2025.05.18-2-FDroid
|
||||
versionCode: 25051802
|
||||
commit: fcc8824ff736888bec5c922176d09a4dc747bb12
|
||||
subdir: android/app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y g++ ninja-build
|
||||
gradle:
|
||||
- fdroid
|
||||
rm:
|
||||
- iphone
|
||||
- qt
|
||||
- tools/shaders_compiler
|
||||
- xcode
|
||||
prebuild:
|
||||
- sdkmanager 'cmake;3.30.3'
|
||||
- sed -i -e '/com.google.firebase/d; /gms.google-services/d; /android.gms:play-services/d'
|
||||
build.gradle
|
||||
- touch secure.properties
|
||||
scanignore:
|
||||
- data/*.bin
|
||||
scandelete:
|
||||
- 3party
|
||||
- package.json
|
||||
build:
|
||||
- cd ../../3party/boost
|
||||
- ./bootstrap.sh
|
||||
- ./b2 headers
|
||||
|
||||
MaintainerNotes: scanner might detect 'com/google/android/gms/location' and more from
|
||||
'org.microg.gms:play-services-location`
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags .*android$
|
||||
UpdateCheckData: android/app/src/fdroid/play/version.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2025.04.21-4-FDroid
|
||||
CurrentVersionCode: 25042104
|
||||
CurrentVersion: 2025.05.18-2-FDroid
|
||||
CurrentVersionCode: 25051802
|
||||
|
|
|
|||
Loading…
Reference in a new issue