- 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:
parent
60cb183c76
commit
9eb7abf9a8
@ -44,6 +44,8 @@ Wed Oct 25 09:19:46 UTC 2017 - mvetter@suse.com
|
|||||||
* Fix a copy/paste error from 4afcc4d0d0922f526f89aadf16ec0517f6b5267e
|
* Fix a copy/paste error from 4afcc4d0d0922f526f89aadf16ec0517f6b5267e
|
||||||
* Update dependencies and cleanup trailing spaces
|
* Update dependencies and cleanup trailing spaces
|
||||||
- Remove post and postun
|
- 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
|
Sun Feb 26 05:32:26 UTC 2017 - sfalken@opensuse.org
|
||||||
|
@ -37,6 +37,7 @@ BuildRequires: utf8proc-devel
|
|||||||
BuildRequires: cmake(KF5WindowSystem)
|
BuildRequires: cmake(KF5WindowSystem)
|
||||||
BuildRequires: cmake(Qt5LinguistTools)
|
BuildRequires: cmake(Qt5LinguistTools)
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||||
|
BuildRequires: pkgconfig(Qt5DBus)
|
||||||
BuildRequires: pkgconfig(Qt5Gui)
|
BuildRequires: pkgconfig(Qt5Gui)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||||
|
Loading…
Reference in New Issue
Block a user