From 02bb85271b2c4df69920f29c53e2f16c957f978c Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Wed, 2 Aug 2023 11:23:12 +0200 Subject: [PATCH] - updated to 5.27.7; cmake -B build --- kp5-xdg-desktop-portal-kde.spec | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/kp5-xdg-desktop-portal-kde.spec b/kp5-xdg-desktop-portal-kde.spec index cebc767..ea51705 100644 --- a/kp5-xdg-desktop-portal-kde.spec +++ b/kp5-xdg-desktop-portal-kde.spec @@ -1,21 +1,21 @@ # # 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 xdg-desktop-portal-kde Summary: KDE XDG Desktop Portal 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: 0ed84f12c7a10a57cc35e59cd8363eff +# Source0-md5: 26e40eaf358dc02d71ab5cb511a5b3a8 URL: http://www.kde.org/ BuildRequires: Qt5Core-devel >= %{qtver} -BuildRequires: cmake >= 2.8.12 +BuildRequires: cmake >= 3.16.0 BuildRequires: cups-devel BuildRequires: fontconfig-devel BuildRequires: kf5-attica-devel @@ -53,14 +53,12 @@ containment frameworks. %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 -- 2.44.0