commit aa98b4eef17729c6271705f07b4048c2856a5d46
Author: Witold Filipczyk <[email protected]>
Date:   Wed Aug 2 11:20:47 2023 +0200

    - updated to 5.27.7; cmake -B build

 kp5-kpipewire.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-kpipewire.spec b/kp5-kpipewire.spec
index 994a5ef..d7525a9 100644
--- a/kp5-kpipewire.spec
+++ b/kp5-kpipewire.spec
@@ -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          kpipewire
 Summary:       a set of convenient classes to use PipeWire in Qt projects
 Name:          kp5-%{kpname}
-Version:       5.27.6
+Version:       5.27.7
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
 Source0:       
https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: 267918ef627cd6db7bc2c8fc5b07b77b
+# Source0-md5: 1d759ab0bb02f630385e4dc267aaef6e
 URL:           http://www.kde.org/
 BuildRequires: Qt5WaylandClient-devel
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16.0
 BuildRequires: ffmpeg-devel
 BuildRequires: kf5-extra-cmake-modules
 BuildRequires: kf5-kwayland-devel
@@ -48,14 +48,12 @@ Pliki nagłówkowe dla programistów używających %{kpname}.
 %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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-kpipewire.git/commitdiff/aa98b4eef17729c6271705f07b4048c2856a5d46

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to