[packages/kf5-kio] -updated to 5.56

witekfl witekfl at pld-linux.org
Mon Mar 25 08:48:56 CET 2019


commit 2a895fc0fc13f258d54ee6de8fd43bb4250fed00
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Mon Mar 25 08:48:51 2019 +0100

    -updated to 5.56

 kf5-kio.spec | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/kf5-kio.spec b/kf5-kio.spec
index 24f13a0..2714b6d 100644
--- a/kf5-kio.spec
+++ b/kf5-kio.spec
@@ -1,15 +1,15 @@
-%define		kdeframever	5.53
+%define		kdeframever	5.56
 %define		qtver		5.9.0
 %define		kfname		kio
 
 Summary:	Network transparent access to files and data
 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:	23e7ef2aedfca8e77907d50d5bcfcb7e
+# Source0-md5:	262629a89383652f57c4f3925d6b4424
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Concurrent-devel >= %{qtver}
 BuildRequires:	Qt5Core-devel >= %{qtver}
@@ -53,6 +53,7 @@ BuildRequires:	kf5-solid-devel >= %{version}
 BuildRequires:	kf5-sonnet-devel >= %{version}
 BuildRequires:	libxml2-devel
 BuildRequires:	libxslt-devel
+BuildRequires:	ninja
 BuildRequires:	rpmbuild(macros) >= 1.164
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	xorg-lib-libX11-devel
@@ -108,16 +109,14 @@ 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
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
-%{__make} -C build/ install \
-        DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
 
 install -d $RPM_BUILD_ROOT%{qt5dir}/plugins/kf5/{kfileitemaction,kio_dnd}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kio.git/commitdiff/2a895fc0fc13f258d54ee6de8fd43bb4250fed00



More information about the pld-cvs-commit mailing list