File 0001-Don-t-depend-on-the-exact-version-of-Breeze.patch of Package plasma5-integration

From 893175d8c38be9157545a50dbd155d873027a9d5 Mon Sep 17 00:00:00 2001
From: Fabian Vogt <fabian@ritter-vogt.de>
Date: Wed, 22 Aug 2018 22:50:00 +0200
Subject: [PATCH] Don't depend on the exact version of Breeze

Summary: This makes it easier to build on dev systems and for backports.

Test Plan: Built master with Breeze 5.13.4 installed - works fine.

Reviewers: #plasma, davidedmundson

Reviewed By: #plasma, davidedmundson

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D15008
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9f6f173..e5a0b9a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,7 +31,7 @@ set_package_properties(XCB PROPERTIES
     PURPOSE "Required to pass style properties to native Windows on X11 Platform"
 )
 
-find_package(Breeze ${PROJECT_VERSION} CONFIG)
+find_package(Breeze 5 CONFIG)
 set_package_properties(Breeze PROPERTIES
                        TYPE REQUIRED
                        PURPOSE "For setting the default QStyle name")
-- 
2.18.0

openSUSE Build Service is sponsored by