Skip to content

Commit

Permalink
Add missing QML requires.
Browse files Browse the repository at this point in the history
It's adding:
- org.nemomobile.mpris
- org.nemomobile.policy
- org.nemomobile.thumnailer
  • Loading branch information
dcaliste committed Dec 6, 2023
1 parent 952fc82 commit a2df367
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpm/flowplayer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ Source0: %{url}/archive/%{release}/%{version}/%{name}-%{version}.tar.gz
# https://en.opensuse.org/openSUSE:Packaging_checks#Building_Packages_in_spite_of_errors
Source99: %{name}.rpmlintrc
Requires: sailfishsilica-qt5 >= 0.10.9
Requires: qml(org.nemomobile.mpris)
Requires: qml(org.nemomobile.policy)
Requires: qml(org.nemomobile.thumbnailer)
BuildRequires: pkgconfig(sailfishapp) >= 1.0.2
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Qml)
Expand Down

0 comments on commit a2df367

Please sign in to comment.