- Add BuildRequires utf8proc-devel for better utf8 support

- Add BuildRequires pkgconfig(Qt5DBus) for new dbus interface

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qterminal?expand=0&rev=11
This commit is contained in:
Michael Vetter 2017-10-25 09:32:28 +00:00 committed by Git OBS Bridge
parent 60cb183c76
commit 9eb7abf9a8
2 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,8 @@ Wed Oct 25 09:19:46 UTC 2017 - mvetter@suse.com
* Fix a copy/paste error from 4afcc4d0d0922f526f89aadf16ec0517f6b5267e
* Update dependencies and cleanup trailing spaces
- Remove post and postun
- Add BuildRequires utf8proc-devel for better utf8 support
- Add BuildRequires pkgconfig(Qt5DBus) for new dbus interface
-------------------------------------------------------------------
Sun Feb 26 05:32:26 UTC 2017 - sfalken@opensuse.org

View File

@ -37,6 +37,7 @@ BuildRequires: utf8proc-devel
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5X11Extras)