From 8ed53ab5a6ef9c6aa1394e6b854f5deda7e4e303 Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Sun, 19 Nov 2017 11:53:27 +0100 Subject: [PATCH] mobile: new Kirigami SHA Notice this is not the current master. Do not go there right now. Kirigami SHA f8ee631aac787b60 introduces a failing load of our main.qml (tested with both Kirigami 2.0 and 2.2). This SHA is safe. Signed-off-by: Jan Mulder --- scripts/mobilecomponents.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 5a1fec025..b912f1805 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -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 162b877ad4b03d4843e21e7e4674f5b74c7688fe + git checkout 2f5b6fc2a2fa9fb6578a6a709d2d7c51582f2e29 popd fi if [ ! -d breeze-icons ] ; then