From 63385477e1a5b0278ceca8632f6064b3443d1e61dc2f6fca8168ff3ae29a01de Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Sun, 30 Apr 2017 00:16:30 +0000 Subject: [PATCH] Accepting request 492110 from home:wolfi323:test - BuildRequire plasma5-workspace instead of plasma-framework, that one is actually needed to fix the appdata file generation (kde#367923) OBS-URL: https://build.opensuse.org/request/show/492110 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=156 --- breeze.changes | 7 +++++++ breeze.spec | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/breeze.changes b/breeze.changes index 7b466ee..4a853c9 100644 --- a/breeze.changes +++ b/breeze.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Apr 29 13:30:20 UTC 2017 - wbauer@tmo.at + +- BuildRequire plasma5-workspace instead of plasma-framework, that + one is actually needed to fix the appdata file generation + (kde#367923) + ------------------------------------------------------------------- Tue Apr 25 18:57:59 CEST 2017 - lbeltrame@kde.org diff --git a/breeze.spec b/breeze.spec index 259ae1d..9fa33da 100644 --- a/breeze.spec +++ b/breeze.spec @@ -29,8 +29,8 @@ BuildRequires: extra-cmake-modules >= 0.0.13 BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: kf5-filesystem -# Needed for Plasma/LookAndFeel service type declaration -BuildRequires: plasma-framework +# Needed for Plasma/LookAndFeel package type declaration (kde#367923) +BuildRequires: plasma5-workspace BuildRequires: cmake(KDecoration2) >= %{_plasma5_version} BuildRequires: cmake(KF5ConfigWidgets) BuildRequires: cmake(KF5CoreAddons)