]> git.pld-linux.org Git - packages/kp5-plymouth-kcm.git/commitdiff
- updated to 5.27.7; cmake -B build auto/th/kp5-plymouth-kcm-5.27.7-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Wed, 2 Aug 2023 09:22:49 +0000 (11:22 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Wed, 2 Aug 2023 09:22:49 +0000 (11:22 +0200)
kp5-plymouth-kcm.spec

index c263ff96dcd3521d980fc72a122b304928ab3997..9920dd75079ab5241c45514d24b5fe51ff0e624c 100644 (file)
@@ -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
This page took 0.168407 seconds and 4 git commands to generate.