diff options
| -rw-r--r-- | README.md | 36 | ||||
| -rw-r--r-- | rpm/waterwatch.yaml | 22 |
2 files changed, 47 insertions, 11 deletions
@@ -2,3 +2,39 @@ waterwatch ========== Unofficial Pebble watch support for SailfishOS/Jolla + + +More information about Pebble: +http://getpebble.com + + + +Building +-------- + +You need SailfishOS development environment: https://sailfishos.org/develop.html + +Open the project and build RPM. + + + +Running +------- + +Deploy as a RPM package to the device. + +You need to pair your Pebble in Settings -> System settings -> Bluetooth +Application will try to connect to any paired device which name starts with "Pebble" + + +Development +----------- + +For now this application is still under developement. By default you will be shown +development UI options, which you can utilize to test the connection. + +Feature wise only incoming voice calls are shown in Pebble. You can test this by calling to your device. +Pressing hangup button in Pebble should end the call. + + +!!! NO WARRANTY OF ANY KIND !!! diff --git a/rpm/waterwatch.yaml b/rpm/waterwatch.yaml index e2f0359..c2e84c7 100644 --- a/rpm/waterwatch.yaml +++ b/rpm/waterwatch.yaml @@ -12,20 +12,20 @@ Description: | Configure: none Builder: qtc5 PkgConfigBR: -- Qt5Bluetooth -- Qt5Quick -- Qt5Qml -- Qt5Core - sailfishapp >= 0.0.10 +- Qt5Core +- Qt5Qml +- Qt5Quick +- Qt5Bluetooth Requires: - sailfishsilica-qt5 >= 0.10.9 Files: -- '%{_bindir}' -- '%{_datadir}/%{name}/qml' -- '%{_datadir}/applications/%{name}.desktop' -- '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png' -- /usr/bin -- /usr/share/waterwatch -- /usr/share/applications - /usr/share/icons/hicolor/86x86/apps +- /usr/share/applications +- /usr/share/waterwatch +- /usr/bin +- '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png' +- '%{_datadir}/applications/%{name}.desktop' +- '%{_datadir}/%{name}/qml' +- '%{_bindir}' PkgBR: [] |
