summaryrefslogtreecommitdiffstats
path: root/scripts/mobilecomponents.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-21 14:31:55 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-21 14:38:13 -0800
commit31471b12c0ba92e7fe4abbf7407efdf3cf37596f (patch)
tree79600b86dc623730ab04cfab5f2aeb3021810261 /scripts/mobilecomponents.sh
parent273550b4e81ad9e3c87d3984977256f55e1bc3f4 (diff)
downloadsubsurface-31471b12c0ba92e7fe4abbf7407efdf3cf37596f.tar.gz
QML UI: don't use Kirigami 2
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/mobilecomponents.sh')
-rwxr-xr-xscripts/mobilecomponents.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh
index 607393288..8b42d2223 100755
--- a/scripts/mobilecomponents.sh
+++ b/scripts/mobilecomponents.sh
@@ -26,11 +26,12 @@ fi
# or SHAs from upstream
cd $SRC
if [ ! -d kirigami ] ; then
- git clone git://github.com/KDE/kirigami
+ git clone -b Kirigami/1.1 git://github.com/KDE/kirigami
fi
if [ "$NOPULL" = "" ] ; then
pushd kirigami
- git pull
+ git checkout Kirigami/1.1
+ git pull origin Kirigami/1.1
popd
fi
if [ ! -d breeze-icons ] ; then