summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-02 12:55:13 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-02 13:00:18 -0800
commitdc438c573618ff7a4ff56ec9a376d6475faa9f55 (patch)
tree0ff450db54cad7c38985383df81eb9bcaededdeb /scripts
parent4abf619dc49da95f60a891847472018019009ef3 (diff)
downloadsubsurface-dc438c573618ff7a4ff56ec9a376d6475faa9f55.tar.gz
Kirigami integration: create missing link
This (plus an update to kirigami.pri, a patch for which I just sent to the plasma-devel list) allows the iOS version of Subsurface-mobile to build again. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mobilecomponents.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh
index 4072bf413..607393288 100755
--- a/scripts/mobilecomponents.sh
+++ b/scripts/mobilecomponents.sh
@@ -64,4 +64,9 @@ cp $BREEZE/icons/actions/24/trash-empty.svg $MC/icons
cp $BREEZE/icons/actions/24/list-add.svg $MC/icons
cp $BREEZE/icons/actions/22/handle-left.svg $MC/icons
+# kirigami now needs the breeze-icons internally as well
+pushd $MC
+ln -s $SRC/$BREEZE .
+popd
+
echo org.kde.plasma.kirigami synced from upstream