From 31471b12c0ba92e7fe4abbf7407efdf3cf37596f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 21 Jan 2017 14:31:55 -0800 Subject: QML UI: don't use Kirigami 2 Signed-off-by: Dirk Hohndel --- scripts/mobilecomponents.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/mobilecomponents.sh') 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 -- cgit v1.2.3-70-g09d2