Revert "QML UIL: go back to older Kirigami"

This reverts commit 893ff019dbabf356a477da0bdf7d954123759018.

Thanks to the amazing support from Marco Martin the theming issue in
Kirigami master has been fixed.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-10-06 11:59:05 -07:00
parent 95e5bcb081
commit 8e295db70e
2 changed files with 4 additions and 1 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 23ca2077027b214189ba72ca8dab1590a163c955
# git checkout v2.2.0
popd
fi
if [ ! -d breeze-icons ] ; then