From b3480884915e9ee04846945cda9800216c55668f Mon Sep 17 00:00:00 2001 From: Jouni Roivas Date: Mon, 13 Jan 2014 22:07:14 +0200 Subject: Update readme --- README.md | 36 ++++++++++++++++++++++++++++++++++++ rpm/waterwatch.yaml | 22 +++++++++++----------- 2 files changed, 47 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2f6dba9..0630434 100644 --- a/README.md +++ b/README.md @@ -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: [] -- cgit v1.2.3