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

    - updated to 5.27.7; cmake -B build

 kp5-sddm-kcm.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-sddm-kcm.spec b/kp5-sddm-kcm.spec
index 9765a2b..c27ed9a 100644
--- a/kp5-sddm-kcm.spec
+++ b/kp5-sddm-kcm.spec
@@ -1,21 +1,21 @@
 #
 # 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          sddm-kcm
 
 Summary:       KDE Config Module for SDDM
 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: 399ce2cdf0a16d1ff4ed5c174c5efc23
+# Source0-md5: 293fa8cd57834e07c719a055e2b47fbe
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16.0
 BuildRequires: kf5-kauth-devel
 BuildRequires: kf5-kconfigwidgets-devel
 BuildRequires: kf5-kcoreaddons-devel
@@ -36,14 +36,12 @@ KDE Config Module for SDDM.
 %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 \
-       -DHTML_INSTALL_DIR=%{_kdedocdir} \
-       ../
-%ninja_build
+       -DHTML_INSTALL_DIR=%{_kdedocdir}
+%ninja_build -C build
 
 %if %{with tests}
 ctest
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-sddm-kcm.git/commitdiff/cedf3f9cd3b247b76da2f8d41d564a64a22bc636

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

Reply via email to