commit 3bcd790081d5254f43949a0179e0cb40bb5938d8
Author: Witold Filipczyk <[email protected]>
Date:   Thu Aug 24 17:57:03 2023 +0200

    - updated to 23.08.0; cmake -B build

 ka5-konsole.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/ka5-konsole.spec b/ka5-konsole.spec
index 5279f81..7bc793d 100644
--- a/ka5-konsole.spec
+++ b/ka5-konsole.spec
@@ -1,24 +1,24 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeappsver      23.04.3
+%define                kdeappsver      23.08.0
 %define                qtver           5.15.2
 %define                kf5ver          5.71.0
 %define                kaname          konsole
 Summary:       KDE Terminal Emulator
 Name:          ka5-%{kaname}
-Version:       23.04.3
+Version:       23.08.0
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
 Source0:       
https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: c2043311e43fd7a933d1a5816214f487
+# Source0-md5: 9c978fbdf16353cf5d49b6d40bd8158d
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}
 BuildRequires: Qt5PrintSupport-devel >= %{qtver}
 BuildRequires: Qt5Widgets-devel >= %{qtver}
-BuildRequires: cmake >= 3.13
+BuildRequires: cmake >= 3.20
 BuildRequires: kf5-extra-cmake-modules >= %{kf5ver}
 BuildRequires: kf5-kbookmarks-devel >= %{kf5ver}
 BuildRequires: kf5-kconfig-devel >= %{kf5ver}
@@ -96,18 +96,16 @@ Zakładki • Szukanie • Zapisywanie danych wyjściowych
 %setup -q -n %{kaname}-%{version}
 
 %build
-install -d build
-cd build
 %cmake \
+       -B build \
        -G Ninja \
        %{!?with_tests:-DBUILD_TESTING=OFF} \
        -DHTML_INSTALL_DIR=%{_kdedocdir} \
-       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-       ..
-%ninja_build
+       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+%ninja_build -C build
 
 %if %{with tests}
-ctest
+ctest --test-dir build
 %endif
 
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-konsole.git/commitdiff/3bcd790081d5254f43949a0179e0cb40bb5938d8

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

Reply via email to