[packages/kf5-kdbusaddons] - updated to 5.56
witekfl
witekfl at pld-linux.org
Mon Mar 25 08:38:47 CET 2019
commit 515856b3d12419f050f11d4426d86b3a0118ddb0
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Mon Mar 25 08:38:40 2019 +0100
- updated to 5.56
kf5-kdbusaddons.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/kf5-kdbusaddons.spec b/kf5-kdbusaddons.spec
index 2f6e4ec..fd318c5 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.53
+%define kdeframever 5.56
%define qtver 5.9.0
%define kfname kdbusaddons
Summary: Convenience classes for DBus
Name: kf5-%{kfname}
-Version: 5.53.0
+Version: 5.56.0
Release: 1
License: LGPL v2.1+
Group: X11/Libraries
Source0: http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 750d39201cca1bd29a1c6e10d33e77c0
+# Source0-md5: 7e9071c078a7a56aaa74a7554a338f04
URL: http://www.kde.org/
BuildRequires: Qt5Core-devel >= %{qtver}
BuildRequires: Qt5DBus-devel >= %{qtver}
@@ -26,6 +26,7 @@ BuildRequires: Qt5Widgets-devel >= %{qtver}
BuildRequires: Qt5X11Extras-devel >= %{qtver}
BuildRequires: cmake >= 2.8.12
BuildRequires: kf5-extra-cmake-modules >= 1.4.0
+BuildRequires: ninja
BuildRequires: qt5-linguist >= %{qtver}
BuildRequires: rpmbuild(macros) >= 1.164
BuildRequires: tar >= 1:1.22
@@ -59,17 +60,16 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
%build
install -d build
cd build
-%cmake \
+%cmake -G Ninja \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
../
-%{__make}
+%ninja_build
-%{?with_tests:%{__make} test}
+%{?with_tests:%ninja_build test}
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} -C build install \
- DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
%find_lang %{kfname}5_qt --with-qm --all-name --with-kde
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kf5-kdbusaddons.git/commitdiff/515856b3d12419f050f11d4426d86b3a0118ddb0
More information about the pld-cvs-commit
mailing list