[packages/kf5-kdbusaddons] - updated to 5.109.0; cmake -B build
witekfl
witekfl at pld-linux.org
Fri Aug 18 12:10:38 CEST 2023
commit 0404ca23f809695075eff7f758c58784b6c4c0b9
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Fri Aug 18 11:07:25 2023 +0200
- updated to 5.109.0; cmake -B build
kf5-kdbusaddons.spec | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/kf5-kdbusaddons.spec b/kf5-kdbusaddons.spec
index 57b82f1..ba69975 100644
--- a/kf5-kdbusaddons.spec
+++ b/kf5-kdbusaddons.spec
@@ -6,17 +6,17 @@
# - runtime Requires if any
# - make test not hanging and switch it back on
-%define kdeframever 5.108
+%define kdeframever 5.109
%define qtver 5.15.2
%define kfname kdbusaddons
Summary: Convenience classes for DBus
Name: kf5-%{kfname}
-Version: 5.108.0
+Version: 5.109.0
Release: 1
License: LGPL v2.1+
Group: X11/Libraries
Source0: https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 4751e126e0668e8907a05762e4fbafd0
+# Source0-md5: 5b00c0b729b5c11d2a5733ea7db5674f
URL: http://www.kde.org/
BuildRequires: Qt5DBus-devel >= %{qtver}
%{?with_tests:BuildRequires: Qt5Test-devel >= %{qtver}}
@@ -57,15 +57,14 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
%setup -q -n %{kfname}-%{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 \
- ../
-%ninja_build
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-%{?with_tests:%ninja_build test}
+%ninja_build -C build
+
+%{?with_tests:%ninja_build -C build test}
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kf5-kdbusaddons.git/commitdiff/0404ca23f809695075eff7f758c58784b6c4c0b9
More information about the pld-cvs-commit
mailing list