mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Disable kirigami plugin when copying the components
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2efa047999
commit
fba14709bc
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue