[packages/kp5-bluedevil] - updated to 5.15.3

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


commit f93e451863a9b0731357bd0407dbfa38399bfa5c
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Mon Mar 25 08:56:53 2019 +0100

    - updated to 5.15.3

 kp5-bluedevil.spec | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/kp5-bluedevil.spec b/kp5-bluedevil.spec
index 5b5471a..5ec9659 100644
--- a/kp5-bluedevil.spec
+++ b/kp5-bluedevil.spec
@@ -1,20 +1,21 @@
-%define		kdeplasmaver	5.14.5
+%define		kdeplasmaver	5.15.3
 %define		qtver		5.9.0
 %define		kpname		bluedevil
 Summary:	Integrate the Bluetooth technology within KDE workspace and applications
 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:	37d243fcd01e992cf0493b0b1fba86b3
+# Source0-md5:	7bb9a0a7cb5c751d1a94fcf9cb260bd4
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= %{qtver}
 BuildRequires:	cmake >= 2.8.12
 BuildRequires:	kf5-bluez-qt-devel
 BuildRequires:	kf5-extra-cmake-modules >= 1.4.0
 BuildRequires:	kf5-kded-devel
+BuildRequires:	ninja
 BuildRequires:	qt5-build >= %{qtver}
 BuildRequires:	rpmbuild(macros) >= 1.164
 BuildRequires:	tar >= 1:1.22
@@ -31,15 +32,14 @@ applications.
 %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
 
 %find_lang bluedevil --all-name --with-kde
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-bluedevil.git/commitdiff/f93e451863a9b0731357bd0407dbfa38399bfa5c



More information about the pld-cvs-commit mailing list