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

index 51cc0c95a1c0d666b120afe311a12043760e778d..01486c5c1ba4b8810ec3f7835846aa9621b39520 100644 (file)
@@ -1,20 +1,20 @@
 #
 # 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          plasma-workspace-wallpapers
 
 Summary:       KDE Plasma Workspace Wallpapers
 Name:          kp5-%{kpname}
-Version:       5.27.6
+Version:       5.27.7
 Release:       1
 License:       LGPL v2.1+
 Group:         X11
 Source0:       https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: 71c7e52c9f662f869fd9c60e8b7316eb
+# Source0-md5: 4d941372e2a0ba9fe4a42a668dfd6aeb
 URL:           http://www.kde.org/
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16.0
 BuildRequires: ninja
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: xz
@@ -28,14 +28,12 @@ KDE Plasma Workspace Wallpapers.
 %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.137568 seconds and 4 git commands to generate.