From 44acee26e4a6710d5f97c7895c8c650ba38a4d5c Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Wed, 2 Aug 2023 11:22:49 +0200 Subject: [PATCH] - updated to 5.27.7; cmake -B build --- kp5-plymouth-kcm.spec | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/kp5-plymouth-kcm.spec b/kp5-plymouth-kcm.spec index c263ff9..9920dd7 100644 --- a/kp5-plymouth-kcm.spec +++ b/kp5-plymouth-kcm.spec @@ -1,25 +1,25 @@ # # 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 plymouth-kcm Summary: KDE Config Module for Plyouth 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: 400e988706e463c5dbef966d0f4c19d4 +# Source0-md5: 7bd722f2799f4b1c562be46c5b2d0da1 URL: http://www.kde.org/ BuildRequires: Qt5Core-devel >= 5.15.0 BuildRequires: Qt5Gui-devel >= 5.15.0 BuildRequires: Qt5Network-devel >= 5.15.0 BuildRequires: Qt5Qml-devel >= 5.15.2 BuildRequires: Qt5Quick-devel >= 5.15.0 -BuildRequires: cmake >= 2.8.12 +BuildRequires: cmake >= 3.16.0 BuildRequires: gettext-devel BuildRequires: kf5-extra-cmake-modules >= 5.82 BuildRequires: kf5-karchive-devel >= 5.82 @@ -43,14 +43,12 @@ KDE Config Module for Plymouth. %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 -- 2.44.0