commit c65d8a2a13b77d670e7f81f1ee5f2347d1967d6b
Author: Witold Filipczyk <[email protected]>
Date:   Wed Aug 2 11:21:51 2023 +0200

    - updated to 5.27.7; cmake -B build

 kp5-plasma-browser-integration.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-plasma-browser-integration.spec 
b/kp5-plasma-browser-integration.spec
index 4792bce..ef9cd61 100644
--- a/kp5-plasma-browser-integration.spec
+++ b/kp5-plasma-browser-integration.spec
@@ -1,24 +1,24 @@
 #
 # 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-browser-integration
 
 Summary:       KDE Plasma Browser Integration
 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: 214a51c92ce03529f43112243709ef63
+# Source0-md5: 4636852897f802e64501fbae5e3dfb24
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel
 BuildRequires: Qt5Gui-devel
 BuildRequires: Qt5Widgets-devel
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16.0
 BuildRequires: gettext-devel
 BuildRequires: kf5-extra-cmake-modules
 BuildRequires: kf5-kactivities-devel
@@ -59,14 +59,12 @@ KDE Plasma Browser Integration.
 %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-browser-integration.git/commitdiff/c65d8a2a13b77d670e7f81f1ee5f2347d1967d6b

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

Reply via email to