Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Update deps for Sailfish OS 2.0.5 (#29)
Browse files Browse the repository at this point in the history
* Update deps for Sailfish OS 2.0.5

`qt5-plugin-geoservices-nokia` has been renamed as `qt5-plugin-geoservices-here`.

* Remove unnecessary version dependency from HERE plugin

* Use app_code instead of token
  • Loading branch information
ilpianista authored and otsaloma committed Nov 26, 2016
1 parent f589f87 commit a7da395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions qml/MapPlugin.qml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ import QtLocation 5.0
*/

Plugin {
name: "nokia"
name: "here"
parameters: [
PluginParameter { name: "app_id"; value: "N7qPce6rxX5gKujr6ia3"; },
PluginParameter { name: "token"; value: "4kEWsRWtJQpNFfQmpnknfA"; },
PluginParameter { name: "app_code"; value: "4kEWsRWtJQpNFfQmpnknfA"; },
PluginParameter { name: "mapping.cache.directory"; value: "/dev/null"; },
PluginParameter { name: "mapping.host"; value: "127.0.0.1:65536"; }
]
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-poor-maps.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BuildRequires: make
Requires: libkeepalive
Requires: libsailfishapp-launcher
Requires: pyotherside-qml-plugin-python3-qt5 >= 1.2
Requires: qt5-plugin-geoservices-nokia >= 5.2.1+git9-1.25.1
Requires: qt5-plugin-geoservices-here
Requires: qt5-qtdeclarative-import-location
Requires: qt5-qtdeclarative-import-positioning >= 5.2
Requires: sailfishsilica-qt5
Expand Down

0 comments on commit a7da395

Please sign in to comment.