mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
QML UI: don't use Kirigami 2
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
273550b4e8
commit
31471b12c0
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue