summaryrefslogtreecommitdiffstats
path: root/scripts/mobilecomponents.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-01 16:40:07 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-01 16:40:07 -0500
commitfba14709bc0ffd5d434886bcb2383a119efb18f2 (patch)
treed8f44995ed06d9a0c2e533eb668bf93b5ffb0369 /scripts/mobilecomponents.sh
parent2efa047999c5e82bb05215648bbe8248fd0b03e6 (diff)
downloadsubsurface-fba14709bc0ffd5d434886bcb2383a119efb18f2.tar.gz
Disable kirigami plugin when copying the components
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/mobilecomponents.sh')
-rwxr-xr-xscripts/mobilecomponents.sh3
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