]> git.pld-linux.org Git - packages/kp5-plasma-pa.git/blobdiff - kp5-plasma-pa.spec
- updated to 5.27.11
[packages/kp5-plasma-pa.git] / kp5-plasma-pa.spec
index 30051e96254f0a39f0afc0c0fa0c231dd52717c9..e6619de869d8f8d820f1f55e1728594a2a476b7f 100644 (file)
@@ -1,21 +1,21 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeplasmaver    5.27.1
+%define                kdeplasmaver    5.27.11
 %define                qtver           5.15.2
 %define                kpname          plasma-pa
 
 Summary:       KDE Plasma Pulse Audio
 Name:          kp5-%{kpname}
-Version:       5.27.1
+Version:       5.27.11
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: c03030a1f7f2a1f9e0784f2908d053a2
+# Source0-md5: 8c22b3c9b4f294aab5deffb6c165f380
 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.10925 seconds and 4 git commands to generate.