Accepting request 731974 from home:susnux:branches:games

Fixed requirements

OBS-URL: https://build.opensuse.org/request/show/731974
OBS-URL: https://build.opensuse.org/package/show/games/q5go?expand=0&rev=7
This commit is contained in:
Christophe Giboudeaux 2019-09-19 14:54:04 +00:00 committed by Git OBS Bridge
parent a798f938cd
commit e39f11914d
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 19 14:44:36 UTC 2019 - Ferdinand Thiessen <rpm@fthiessen.de>
- Add correct QT5Core requirement, as q5go requires some specific
API.
-------------------------------------------------------------------
Sun Sep 8 12:17:33 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -27,6 +27,8 @@ Source0: https://github.com/bernds/%{name}/archive/%{name}-%{version}.tar
BuildRequires: libqt5-linguist-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
# Required for https://doc.qt.io/qt-5/qmetaobject.html#invokeMethod-4
BuildRequires: pkgconfig(Qt5Core) >= 5.10
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Multimedia)
BuildRequires: pkgconfig(Qt5Network)