diff --git a/frameworkintegration.changes b/frameworkintegration.changes index e419b8d..bb5edd2 100644 --- a/frameworkintegration.changes +++ b/frameworkintegration.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 7 18:07:03 UTC 2017 - fabian@ritter-vogt.de + +- Enable AppStreamQt only for Leap 42.2+ and TW +- Enable cmake(packagekitqt5) + ------------------------------------------------------------------- Sun Mar 19 14:50:13 CET 2017 - lbeltrame@kde.org diff --git a/frameworkintegration.spec b/frameworkintegration.spec index 2b23d0c..fc619e3 100644 --- a/frameworkintegration.spec +++ b/frameworkintegration.spec @@ -34,12 +34,14 @@ BuildRequires: kio-devel >= %{_tar_path} BuildRequires: knotifications-devel >= %{_tar_path} BuildRequires: kpackage-devel >= %{_tar_path} BuildRequires: kwidgetsaddons-devel >= %{_tar_path} +%if 0%{?suse_version} >= 1330 || (0%{?sle_version} >= 120200 && 0%{?is_opensuse}) BuildRequires: cmake(AppStreamQt) >= 0.10.4 +%endif +BuildRequires: cmake(KF5NewStuff) BuildRequires: cmake(Qt5DBus) >= 5.6.0 BuildRequires: cmake(Qt5Widgets) >= 5.6.0 BuildRequires: cmake(Qt5X11Extras) >= 5.6.0 -#BuildRequires: cmake(packagekitqt5) -BuildRequires: cmake(KF5NewStuff) +BuildRequires: cmake(packagekitqt5) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcursor)