From fba14709bc0ffd5d434886bcb2383a119efb18f2 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 1 Apr 2016 16:40:07 -0500 Subject: Disable kirigami plugin when copying the components Signed-off-by: Dirk Hohndel --- scripts/mobilecomponents.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/mobilecomponents.sh') 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 -- cgit v1.2.3-70-g09d2