summaryrefslogtreecommitdiff
path: root/rpm/rockpool.yaml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2016-02-12 01:09:19 +0100
committerAndrew Branson <andrew.branson@cern.ch>2016-02-12 01:09:19 +0100
commit0d5ae0b50811736713bda642489d038759883589 (patch)
treef3b94d7fed375b60c28762c0f4631459749daa60 /rpm/rockpool.yaml
parent29aaea2d80a9eb1715b6cddfac2d2aacf76358bd (diff)
Compiling
Sailfish platform integration files created and bluetooth debug tweaked to build.
Diffstat (limited to 'rpm/rockpool.yaml')
-rw-r--r--rpm/rockpool.yaml38
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'