diff options
author | Javier <dev.git@javispedro.com> | 2015-04-04 23:34:37 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2015-04-04 23:34:37 +0200 |
commit | 5a4a7536d9975df843fffa8bba00b54f60c6f21b (patch) | |
tree | a34a0e65b0987f63a259abefecfc1c8f6f657384 /rpm | |
parent | ac3bd1bd981d58d1e0ff114314c7bd823232ad11 (diff) | |
download | saltoq-5a4a7536d9975df843fffa8bba00b54f60c6f21b.tar.gz saltoq-5a4a7536d9975df843fffa8bba00b54f60c6f21b.zip |
add dbus service
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/saltoq.spec | 3 | ||||
-rw-r--r-- | rpm/saltoq.yaml | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/rpm/saltoq.spec b/rpm/saltoq.spec index cb629a6..80ee58b 100644 --- a/rpm/saltoq.spec +++ b/rpm/saltoq.spec @@ -13,7 +13,7 @@ Name: saltoq %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: Qualcomm Toq manager application -Version: 0.0.1 +Version: 0.1 Release: 1 Group: Communications/Bluetooth License: GPLv3 @@ -22,7 +22,6 @@ Source0: %{name}-%{version}.tar.bz2 Source100: saltoq.yaml Requires: sailfishsilica-qt5 >= 0.10.9 Requires: sailfish-components-bluetooth-qt5 -Requires: nemo-qml-plugin-configuration-qt5 Requires: systemd Requires: systemd-user-session-targets BuildRequires: pkgconfig(sailfishapp) >= 1.0.2 diff --git a/rpm/saltoq.yaml b/rpm/saltoq.yaml index f82b9ef..59bf336 100644 --- a/rpm/saltoq.yaml +++ b/rpm/saltoq.yaml @@ -1,6 +1,6 @@ Name: saltoq Summary: Qualcomm Toq manager application -Version: 0.0.1 +Version: 0.1 Release: 1 Group: Communications/Bluetooth URL: https://gitorious.org/javispedro-jolla-misc/salmeta/ @@ -37,7 +37,6 @@ PkgBR: Requires: - sailfishsilica-qt5 >= 0.10.9 - sailfish-components-bluetooth-qt5 - - nemo-qml-plugin-configuration-qt5 - systemd - systemd-user-session-targets |