From f33ea2dfe7ce6abeec949ab12dff85496370961279604016c1c81d0635b61c07 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 22 Apr 2014 19:28:13 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=18 --- frameworkintegration.changes | 3 +++ frameworkintegration.spec | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/frameworkintegration.changes b/frameworkintegration.changes index 22d7513..5b38ad2 100644 --- a/frameworkintegration.changes +++ b/frameworkintegration.changes @@ -6,6 +6,9 @@ Sat Mar 29 19:47:19 UTC 2014 - hrvoje.senjan@gmail.com * Buildsystem fixes * For more details please see: http://www.kde.org/announcements/announce-frameworks5-beta1.php +- BuildRequire libQt5Gui-private-headers-devel >= 5.2.0, as rest + of Qt modules +- Require kde-oxygen-fonts, it is now official font of KDE Workspaces ------------------------------------------------------------------- Tue Mar 4 16:38:04 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/frameworkintegration.spec b/frameworkintegration.spec index 7646b9b..8814163 100644 --- a/frameworkintegration.spec +++ b/frameworkintegration.spec @@ -31,11 +31,12 @@ BuildRequires: kiconthemes-devel >= %{_kf5_version} BuildRequires: kio-devel >= %{_kf5_version} BuildRequires: knotifications-devel >= %{_kf5_version} BuildRequires: kwidgetsaddons-devel >= %{_kf5_version} -BuildRequires: libQt5Gui-private-headers-devel +BuildRequires: libQt5Gui-private-headers-devel >= 5.2.0 BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0 BuildRequires: pkgconfig(xcb) +Requires: kde-oxygen-fonts Summary: Plugins responsible for better integration of Qt applications in KDE Workspace License: LGPL-2.1+ Group: System/GUI/KDE