summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2018-01-02 17:02:19 +0100
committerGravatar Jan Mulder <jlmulder@xs4all.nl>2018-01-03 14:04:08 +0100
commita5b44362c62b303fa1cedaa633588243b264bfa0 (patch)
tree53627b511f3d2e75b496c0f0398965354d37d9ae /scripts
parent7a48149868d4e0bda6e7930165722368224f596d (diff)
downloadsubsurface-a5b44362c62b303fa1cedaa633588243b264bfa0.tar.gz
mobile: newer Kirigami SHA
This commit consists of the following 3 parts: 1. There are 2 source files added, adapt our build process accordingly. 2. Due to a change in icon and kirigami QML prefixes, we need to adapt for this as well. Changed mobile-resources.qrc for that. When this would not be changed, the icons will not be found. 3. To further prepare for the future, abandon the iconName property in favour of the new icon grouped property, which can have more attributes than only the name. But currently it is only a syntactic change. Tested on Android device, and no visible changes. Signedoff-by: Jan Mulder <jlmulder@xs4all.nl
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mobilecomponents.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh
index 8951a3e62..72adcaae5 100755
--- a/scripts/mobilecomponents.sh
+++ b/scripts/mobilecomponents.sh
@@ -33,7 +33,7 @@ if [ "$NOPULL" = "" ] ; then
git checkout master
git pull origin master
# if we want to pin a specific Kirigami version, we can do this here
- git checkout 2f5b6fc2a2fa9fb6578a6a709d2d7c51582f2e29
+ git checkout 3606ef16375f9deb132565463d1ab11cea2548df
popd
fi
if [ ! -d breeze-icons ] ; then