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

index 78d37265a6ea76b353b78e6e6e7e1082978159a8..e7d4188d57d8d840a5622310ca35e8cad320a2f8 100644 (file)
@@ -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          plasma-pa
 
 Summary:       KDE Plasma Pulse Audio
 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: 5550dcf12520f4bfd48d8cc19959b2e5
+# Source0-md5: 24cdd5610e2b02c774486cdeaf0074f5
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16.0
 BuildRequires: fontconfig-devel
 BuildRequires: kf5-attica-devel
 BuildRequires: kf5-kactivities-stats-devel
@@ -53,14 +53,12 @@ KDE Plasma Pulse Audio.
 %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.17847 seconds and 4 git commands to generate.