summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-03 07:55:43 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-03 07:55:43 -0700
commit499a792a03ad10e81e340d45099154041801b1b5 (patch)
tree3f40bd6017aa629ec9fe7aa965c246bc266fe43d
parent15c20a3c721471496edf5816a01bd5579a09f03e (diff)
downloadsubsurface-499a792a03ad10e81e340d45099154041801b1b5.tar.gz
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 <dirk@hohndel.org>
-rwxr-xr-xscripts/mobilecomponents.sh1
1 files changed, 1 insertions, 0 deletions
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