summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJouni Roivas <jroivas@iki.fi>2014-01-13 22:07:14 +0200
committerJouni Roivas <jroivas@iki.fi>2014-01-13 22:07:14 +0200
commitb3480884915e9ee04846945cda9800216c55668f (patch)
tree30a6d80b287a62fd539761584ffda79b023b7ebe
parent7e4e1e0192da304ae4efecdf8724a7c3f2c2d5ee (diff)
Update readme
-rw-r--r--README.md36
-rw-r--r--rpm/waterwatch.yaml22
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: []