[packages/kp5-drkonqi] - updated to 5.15.3

witekfl witekfl at pld-linux.org
Mon Mar 25 08:57:34 CET 2019


commit 02bc4a8615f1db65249d952064443088bb39aba7
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Mon Mar 25 08:57:28 2019 +0100

    - updated to 5.15.3

 kp5-drkonqi.spec | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/kp5-drkonqi.spec b/kp5-drkonqi.spec
index 77eb0b3..a8d32f5 100644
--- a/kp5-drkonqi.spec
+++ b/kp5-drkonqi.spec
@@ -1,14 +1,14 @@
-%define		kdeplasmaver	5.14.5
+%define		kdeplasmaver	5.15.3
 %define		qtver		5.9.0
 %define		kpname		drkonqi
 Summary:	drkonqi
 Name:		kp5-%{kpname}
-Version:	5.14.5
+Version:	5.15.3
 Release:	1
 License:	GPL v2+/LGPL v2.1+
 Group:		X11/Libraries
 Source0:	http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5:	fd3cdb1d3bd698d37b7432dbf927d4d5
+# Source0-md5:	79eeaeaf73d8002c536d9b9f398042db
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= %{qtver}
 BuildRequires:	Qt5DBus-devel
@@ -36,6 +36,7 @@ BuildRequires:	kf5-kwidgetsaddons-devel
 BuildRequires:	kf5-kwindowsystem-devel
 BuildRequires:	kp5-kdecoration-devel
 BuildRequires:	libstdc++-devel
+BuildRequires:	ninja
 BuildRequires:	pkgconfig
 BuildRequires:	qt5-build >= %{qtver}
 BuildRequires:	qt5-qmake
@@ -53,17 +54,15 @@ Plasma crash handler, gives the user feedback if a program crashed.
 %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
 install -d $RPM_BUILD_ROOT%{_iconsdir}/{breeze-dark,breeze}
-
-%{__make} -C build install \
-	DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
 
 %find_lang %{kpname} --all-name --with-kde
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-drkonqi.git/commitdiff/02bc4a8615f1db65249d952064443088bb39aba7



More information about the pld-cvs-commit mailing list