mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
Opendocumentreader add maintainer notes
This commit is contained in:
parent
5a57e07c0f
commit
efe83a1a12
1 changed files with 5 additions and 2 deletions
|
|
@ -220,7 +220,7 @@ Builds:
|
||||||
- update-alternatives --auto java
|
- update-alternatives --auto java
|
||||||
- apt-get install -y ninja-build
|
- apt-get install -y ninja-build
|
||||||
- pip3 install wheel
|
- pip3 install wheel
|
||||||
- pip3 install conan
|
- pip3 install conan==1.45.0
|
||||||
- curl -Lo cmake.tar.gz https://github.com/Kitware/CMake/releases/download/v3.22.1/cmake-3.22.1-linux-x86_64.tar.gz
|
- curl -Lo cmake.tar.gz https://github.com/Kitware/CMake/releases/download/v3.22.1/cmake-3.22.1-linux-x86_64.tar.gz
|
||||||
- echo "73565c72355c6652e9db149249af36bcab44d9d478c5546fd926e69ad6b43640 cmake.tar.gz"
|
- echo "73565c72355c6652e9db149249af36bcab44d9d478c5546fd926e69ad6b43640 cmake.tar.gz"
|
||||||
| sha256sum -c -
|
| sha256sum -c -
|
||||||
|
|
@ -255,7 +255,10 @@ Builds:
|
||||||
- conan remote add odr https://odr.jfrog.io/artifactory/api/conan/odr-conan
|
- conan remote add odr https://odr.jfrog.io/artifactory/api/conan/odr-conan
|
||||||
ndk: r23b
|
ndk: r23b
|
||||||
|
|
||||||
MaintainerNotes: Init submodule manully because there is private recursive submodule
|
MaintainerNotes: |-
|
||||||
|
Init submodule manully because there is private recursive submodule
|
||||||
|
conan pinned to 1.45.0 since 1.46.+ depends on Jinja2 >3 which is not available for Python 3.5.3 in Stretch, see https://github.com/conan-io/conan/pull/10710/files
|
||||||
|
Future versions, use cmake from sloppy 3.16 system wide AND install 3.18 from sdkmanager
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue