commit c6487bf16f16d8bcad1c5d7007f203188d8ae4f4
Author: Witold Filipczyk <[email protected]>
Date:   Wed Aug 2 11:23:00 2023 +0200

    - updated to 5.27.7; cmake -B build

 kp5-qqc2-breeze-style.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-qqc2-breeze-style.spec b/kp5-qqc2-breeze-style.spec
index 904d7ca..ede2136 100644
--- a/kp5-qqc2-breeze-style.spec
+++ b/kp5-qqc2-breeze-style.spec
@@ -1,23 +1,23 @@
 #
 # 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          qqc2-breeze-style
 
 Summary:       QQC2StyleBridge
 Name:          kp5-%{kpname}
-Version:       5.27.6
+Version:       5.27.7
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       
https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: 1a23533f6ea49732ac83263f8b6b2909
+# Source0-md5: 29fb63dc5c266b3fe0a2e849f1a1db28
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Quick-controls2-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= %{qtver}
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16.0
 BuildRequires: ninja
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: tar >= 1:1.22
@@ -44,13 +44,11 @@ competitive with the Qt Fusion and Material QQC2 styles.
 %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-qqc2-breeze-style.git/commitdiff/c6487bf16f16d8bcad1c5d7007f203188d8ae4f4

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

Reply via email to