From 499a792a03ad10e81e340d45099154041801b1b5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 3 May 2017 07:55:43 -0700 Subject: [PATCH] QML UI: use Kirigami 2.1 In order to avoid surprises with things suddenly breaking, check out the release tag of Kirigami 2.1 for now. We still need to track what's happening in Kirigami, but this was Marco's advise as well. Signed-off-by: Dirk Hohndel --- scripts/mobilecomponents.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 9c8515b97..2583c43a4 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -32,6 +32,7 @@ if [ "$NOPULL" = "" ] ; then pushd kirigami git checkout master git pull origin master + git checkout v2.1.0 popd fi if [ ! -d breeze-icons ] ; then