commit b8937c1bd1ac98321ff4881a234db1dc7a7c8a95
Author: Witold Filipczyk <[email protected]>
Date:   Wed Aug 2 11:20:10 2023 +0200

    - updated to 5.27.7; cmake -B build

 kp5-breeze.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-breeze.spec b/kp5-breeze.spec
index b8963f4..ccafadb 100644
--- a/kp5-breeze.spec
+++ b/kp5-breeze.spec
@@ -1,17 +1,17 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeplasmaver    5.27.6
+%define                kdeplasmaver    5.27.7
 %define                qtver           5.15.2
 %define                kpname          breeze
 Summary:       Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop
 Name:          kp5-%{kpname}
-Version:       5.27.6
+Version:       5.27.7
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
 Source0:       
https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: 26b9b6d1b5407390efdeaf67b99b29a3
+# Source0-md5: 6d0358ed7bbb27557c073cfce675120f
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel
@@ -20,7 +20,7 @@ BuildRequires:        Qt5Quick-devel
 BuildRequires: Qt5Widgets-devel
 BuildRequires: Qt5X11Extras-devel
 BuildRequires: Qt5Xml-devel
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16.0
 BuildRequires: fftw3-devel
 BuildRequires: gettext-devel
 BuildRequires: hardlink >= 1.0-3
@@ -98,13 +98,11 @@ Breeze cursor theme.
 %setup -q -n %{kpname}-%{version}
 
 %build
-install -d build
-cd build
-%cmake -G Ninja \
+%cmake -B build \
+       -G Ninja \
        %{!?with_tests:-DBUILD_TESTING=OFF} \
-       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-       ..
-%ninja_build
+       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+%ninja_build -C build
 
 %if %{with tests}
 ctest
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-breeze.git/commitdiff/b8937c1bd1ac98321ff4881a234db1dc7a7c8a95

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to