mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
ktrip: Build specific version of kpublictransport
Instead of always building master (which currently fails) build a specific commit from the time the original build was made.
This commit is contained in:
parent
2c8b50eebd
commit
e7a1d6a5dc
1 changed files with 3 additions and 0 deletions
|
|
@ -145,6 +145,9 @@ Builds:
|
|||
- make install
|
||||
- popd
|
||||
- git clone https://anongit.kde.org/kpublictransport.git
|
||||
- pushd kpublictransport
|
||||
- git checkout 5f1c2c780f72379dd401cae9f8fd4bec692c780b
|
||||
- popd
|
||||
- mkdir build/kpublictransport
|
||||
- pushd build/kpublictransport
|
||||
- cmake -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_PREFIX_PATH="$QT;$PREFIX" -DCMAKE_SYSTEM_NAME=Android
|
||||
|
|
|
|||
Loading…
Reference in a new issue