QML UI: update to latest Kirigami

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-04-15 07:54:09 -07:00
parent 026e90df3d
commit 24a798a5c3
2 changed files with 5 additions and 6 deletions

View file

@ -33,7 +33,7 @@ if [ "$NOPULL" = "" ] ; then
git checkout master
git pull origin master
# if we want to pin a specific Kirigami version, we can do this here
git checkout 38a9dec7317945e5751c86a6c54de787c261e024
git checkout 70c025ef6f6dc63c85180867f70f5e00ba5a8dba
popd
fi
if [ ! -d breeze-icons ] ; then