From a5b44362c62b303fa1cedaa633588243b264bfa0 Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Tue, 2 Jan 2018 17:02:19 +0100 Subject: 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 qtquickcontrols2.conf + + kirigami/icons/go-next.svg kirigami/icons/go-previous.svg kirigami/icons/go-up.svg 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 -- cgit v1.2.3-70-g09d2