diff options
Diffstat (limited to 'rpm')
| -rw-r--r-- | rpm/pebble.spec | 11 | ||||
| -rw-r--r-- | rpm/pebble.yaml | 1 |
2 files changed, 5 insertions, 7 deletions
diff --git a/rpm/pebble.spec b/rpm/pebble.spec index 2ccceb0..1eda359 100644 --- a/rpm/pebble.spec +++ b/rpm/pebble.spec @@ -28,7 +28,6 @@ BuildRequires: pkgconfig(Qt5Contacts) BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(commhistory-qt5) BuildRequires: pkgconfig(mlite5) BuildRequires: pkgconfig(sailfishapp) >= 0.0.10 BuildRequires: desktop-file-utils @@ -69,6 +68,11 @@ desktop-file-install --delete-original \ --dir %{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/*.desktop +%post +# >> post +systemctl --user daemon-reload +# << post + %files %defattr(-,root,root,-) %{_bindir} @@ -81,8 +85,3 @@ desktop-file-install --delete-original \ %{_datadir}/%{name}/lib # >> files # << files - -%post -# >> post -systemctl --user daemon-reload -# << post diff --git a/rpm/pebble.yaml b/rpm/pebble.yaml index 16f3f2c..b976617 100644 --- a/rpm/pebble.yaml +++ b/rpm/pebble.yaml @@ -18,7 +18,6 @@ PkgConfigBR: - Qt5Quick - Qt5Qml - Qt5Core -- commhistory-qt5 - mlite5 - sailfishapp >= 0.0.10 Requires: |
