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:
Nicolas Fella 2020-12-07 19:36:37 +01:00
parent 2c8b50eebd
commit e7a1d6a5dc

View file

@ -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