diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-01 16:40:07 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-01 16:40:07 -0500 |
commit | fba14709bc0ffd5d434886bcb2383a119efb18f2 (patch) | |
tree | d8f44995ed06d9a0c2e533eb668bf93b5ffb0369 /scripts | |
parent | 2efa047999c5e82bb05215648bbe8248fd0b03e6 (diff) | |
download | subsurface-fba14709bc0ffd5d434886bcb2383a119efb18f2.tar.gz |
Disable kirigami plugin when copying the components
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mobilecomponents.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index ac3d1c1c4..844d359c3 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -44,6 +44,9 @@ mkdir -p $MC/icons cp -R $PMMC/* $MC/ cp $PMMC/../fallbacktheme/*qml $MC/ +# fix plugin requirement +sed -i -e 's/^plugin kirigamiplugin/# plugin kirigamiplugin/' $PMMC/kirigami/qmldir + cp $BREEZE/icons/actions/24/dialog-cancel.svg $MC/icons cp $BREEZE/icons/actions/24/distribute-horizontal-x.svg $MC/icons cp $BREEZE/icons/actions/24/document-edit.svg $MC/icons |