commit 5903c935a2d3b76b350664d5f8a0775861ab5cfb
Author: Witold Filipczyk <[email protected]>
Date:   Wed Aug 2 11:23:27 2023 +0200

    - updated to 5.27.7; cmake -B build

 kp5-plasma-bigscreen.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-plasma-bigscreen.spec b/kp5-plasma-bigscreen.spec
index a451414..570a20d 100644
--- a/kp5-plasma-bigscreen.spec
+++ b/kp5-plasma-bigscreen.spec
@@ -1,19 +1,19 @@
 #
 # 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-bigscreen
 %define                kf5ver          5.39.0
 
 Summary:       plasma-bigscreen
 Name:          kp5-%{kpname}
-Version:       5.27.6
+Version:       5.27.7
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Applications
 Source0:       
https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: e1f9926501dcdc618e9d9a7308e2cc9b
+# Source0-md5: 51ad32e45ad4a0f5291d1a9ce4efa0f2
 URL:           https://kde.org/
 BuildRequires: Qt5Core-devel >= 5.15.0
 BuildRequires: Qt5DBus-devel
@@ -22,7 +22,7 @@ BuildRequires:        Qt5Multimedia-devel
 BuildRequires: Qt5Network-devel >= 5.15.0
 BuildRequires: Qt5Qml-devel
 BuildRequires: Qt5Quick-devel
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16.0
 BuildRequires: fontconfig-devel
 BuildRequires: freetype-devel
 BuildRequires: gettext
@@ -70,14 +70,12 @@ Bigscreen, Mycroft AI and libcec.
 %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-plasma-bigscreen.git/commitdiff/5903c935a2d3b76b350664d5f8a0775861ab5cfb

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

Reply via email to