summaryrefslogtreecommitdiff
path: root/rpm
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2015-01-03 16:38:02 +0100
committerTomasz Sterna <tomek@xiaoka.com>2015-01-03 19:07:48 +0100
commit4e7da1944f5fa75a0739c0757d40a8102f045365 (patch)
tree5f3fe179256536e4135eb4d5031a1d754af5e26c /rpm
parent4150005566bec7827ce1cdd759a2397d47eba583 (diff)
parente6ec758b364fcaf9fda35e56740c3fcd7e8fe25e (diff)
Merge remote-tracking branch 'javispedro/js-testing'
Conflicts: daemon/daemon.pro daemon/dbusconnector.cpp daemon/manager.cpp daemon/watchcommands.cpp daemon/watchcommands.h daemon/watchconnector.cpp daemon/watchconnector.h log4qt-debug.conf log4qt-release.conf rpm/pebble.spec rpm/pebble.yaml
Diffstat (limited to 'rpm')
-rw-r--r--rpm/pebble.spec5
-rw-r--r--rpm/pebble.yaml8
2 files changed, 8 insertions, 5 deletions
diff --git a/rpm/pebble.spec b/rpm/pebble.spec
index ae28945..bd86a5c 100644
--- a/rpm/pebble.spec
+++ b/rpm/pebble.spec
@@ -13,7 +13,7 @@ Name: pebble
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Support for Pebble watch in SailfishOS
-Version: 0.13
+Version: 0.13.js1
Release: 1
Group: Qt/Qt
License: GPL3
@@ -30,6 +30,7 @@ BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(mlite5)
BuildRequires: pkgconfig(sailfishapp) >= 0.0.10
+BuildRequires: pkgconfig(icu-i18n)
BuildRequires: desktop-file-utils
%description
@@ -78,6 +79,8 @@ systemctl --user daemon-reload
%defattr(-,root,root,-)
%{_bindir}
%{_datadir}/%{name}/qml
+%{_datadir}/%{name}/js
+%{_datadir}/%{name}/translations
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/86x86/apps/%{name}.png
%{_libdir}/systemd/user/%{name}d.service
diff --git a/rpm/pebble.yaml b/rpm/pebble.yaml
index f4b8db1..4681e9c 100644
--- a/rpm/pebble.yaml
+++ b/rpm/pebble.yaml
@@ -1,6 +1,6 @@
Name: pebble
Summary: Support for Pebble watch in SailfishOS
-Version: 0.13
+Version: 0.13.js1
Release: 1
Group: Qt/Qt
URL: http://getpebble.com/
@@ -22,16 +22,16 @@ PkgConfigBR:
- Qt5Core
- mlite5
- sailfishapp >= 0.0.10
-PkgBR:
-- libicu-devel
+- icu-i18n
Requires:
- sailfishsilica-qt5 >= 0.10.9
- systemd-user-session-targets
Files:
- '%{_bindir}'
- '%{_datadir}/%{name}/qml'
+- '%{_datadir}/%{name}/js'
+- '%{_datadir}/%{name}/translations'
- '%{_datadir}/applications/%{name}.desktop'
- '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png'
- '%{_libdir}/systemd/user/%{name}d.service'
- '%{_libdir}/systemd/user/user-session.target.wants/%{name}d.service'
-PkgBR: []