diff options
Diffstat (limited to 'rpm/rockpool.yaml')
| -rw-r--r-- | rpm/rockpool.yaml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/rpm/rockpool.yaml b/rpm/rockpool.yaml new file mode 100644 index 0000000..51d72b6 --- /dev/null +++ b/rpm/rockpool.yaml @@ -0,0 +1,38 @@ +Name: rockpool
+Summary: Support for Pebble watches in SailfishOS
+Version: 1.0
+Release: 1
+Group: Qt/Qt
+URL: http://getpebble.com/
+License: GPL3
+Sources:
+- '%{name}-%{version}.tar.xz'
+Description: |
+ Support for Pebble watch to receive events from SailfishOS device via Bluetooth.
+Configure: none
+Builder: qtc5
+QMakeOptions:
+- VERSION='%{version}-%{release}'
+PkgConfigBR:
+- Qt5DBus
+- Qt5Bluetooth
+- Qt5Contacts
+- Qt5Quick
+- Qt5Qml
+- Qt5Core
+- mlite5
+- sailfishapp >= 0.0.10
+- icu-i18n
+- zlib
+Requires:
+- sailfishsilica-qt5 >= 0.10.9
+- systemd-user-session-targets
+- nemo-qml-plugin-dbus-qt5
+Files:
+- '%{_bindir}'
+- '%{_datadir}/%{name}/qml'
+- '%{_datadir}/%{name}/jsfiles.qrc'
+- '%{_datadir}/%{name}/translations'
+- '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png'
+- '%{_libdir}/systemd/user/%{name}d.service'
+- '%{_libdir}/systemd/user/user-session.target.wants/%{name}d.service'
|
