[packages/kf5-plasma-framework] -updated to 5.56

witekfl witekfl at pld-linux.org
Mon Mar 25 08:50:18 CET 2019


commit 1a92f42deefb2202a664dc41ef3d97eacd27972a
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Mon Mar 25 08:50:12 2019 +0100

    -updated to 5.56

 kf5-plasma-framework.spec | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/kf5-plasma-framework.spec b/kf5-plasma-framework.spec
index 3ea7ef7..e270dca 100644
--- a/kf5-plasma-framework.spec
+++ b/kf5-plasma-framework.spec
@@ -1,15 +1,15 @@
-%define         kdeframever     5.53
+%define         kdeframever     5.56
 %define         qtver           5.9.0
 %define         kfname          plasma-framework
 
 Summary:	The foundations that can be used to build a primary user interface
 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:	b083d295d7f2ba6236ca466b0cdaca64
+# Source0-md5:	1291b03536fb9719acc910f6d3c2af98
 URL:		http://www.kde.org/
 BuildRequires:	EGL-devel
 BuildRequires:	OpenGL-devel
@@ -61,6 +61,7 @@ BuildRequires:	kf5-kxmlgui-devel >= %{version}
 BuildRequires:	kf5-solid-devel >= %{version}
 BuildRequires:	kf5-sonnet-devel >= %{version}
 BuildRequires:	libxcb-devel
+BuildRequires:	ninja
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.164
 BuildRequires:	tar >= 1:1.22
@@ -102,16 +103,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%{_libdir}/qt5/plugins/plasma/applets
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-plasma-framework.git/commitdiff/1a92f42deefb2202a664dc41ef3d97eacd27972a



More information about the pld-cvs-commit mailing list