diff options
| author | Philipp Andreas <github@smurfy.de> | 2014-07-12 09:29:47 +0200 |
|---|---|---|
| committer | Philipp Andreas <github@smurfy.de> | 2014-07-12 09:30:49 +0200 |
| commit | 2101baf2911d7965c86e5308e4d8350790a6956c (patch) | |
| tree | 2acb875cabca055797620458baad26d5f8612105 /rpm | |
| parent | 959e251f2336e21d3615b1525a38773fe58ab2e7 (diff) | |
| parent | 84e775d768f0675ee733132b3762db647f1409ac (diff) | |
Merge branch 'master' into notifications
Conflicts:
daemon/manager.cpp
Diffstat (limited to 'rpm')
| -rw-r--r-- | rpm/pebble.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rpm/pebble.yaml b/rpm/pebble.yaml index 1b6c5a3..30b9c84 100644 --- a/rpm/pebble.yaml +++ b/rpm/pebble.yaml @@ -1,6 +1,6 @@ Name: pebble Summary: Support for Pebble watch in SailfishOS -Version: 0.3 +Version: 0.4 Release: 1 Group: Qt/Qt URL: http://getpebble.com/ @@ -19,6 +19,7 @@ PkgConfigBR: - Qt5Qml - Qt5Core - commhistory-qt5 +- mlite5 - sailfishapp >= 0.0.10 Requires: - sailfishsilica-qt5 >= 0.10.9 @@ -30,4 +31,6 @@ Files: - '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png' - '%{_libdir}/systemd/user/%{name}d.service' - '%{_libdir}/systemd/user/user-session.target.wants/%{name}d.service' +- '%{_datadir}/%{name}/log4qt.conf' +- '%{_datadir}/%{name}/lib' PkgBR: [] |
