[packages/ka5-ktp-auth-handler] - updated to 18.12.1; ninja

witekfl witekfl at pld-linux.org
Sun Jan 13 13:43:54 CET 2019


commit 39950b83597f2297cd227d3bf6b0e888b70cafb4
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sun Jan 13 13:43:49 2019 +0100

    - updated to 18.12.1; ninja

 ka5-ktp-auth-handler.spec | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/ka5-ktp-auth-handler.spec b/ka5-ktp-auth-handler.spec
index 8fd4e37..53123d3 100644
--- a/ka5-ktp-auth-handler.spec
+++ b/ka5-ktp-auth-handler.spec
@@ -1,14 +1,14 @@
-%define		kdeappsver	18.12.0
+%define		kdeappsver	18.12.1
 %define		qtver		5.9.0
 %define		kaname		ktp-auth-handler
 Summary:	ktp-auth-handler
 Name:		ka5-%{kaname}
-Version:	18.12.0
+Version:	18.12.1
 Release:	1
 License:	GPL v2+/LGPL v2.1+
 Group:		X11/Applications
 Source0:	http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5:	f0b65163046a2c519c8c6d3f4fadeef6
+# Source0-md5:	8f39d6011e1bde0af27aaa3432db50cb
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= %{qtver}
 BuildRequires:	Qt5DBus-devel
@@ -25,6 +25,7 @@ BuildRequires:	kf5-kwallet-devel
 BuildRequires:	kf5-kwidgetsaddons-devel
 BuildRequires:	libaccounts-qt5-devel >= 1.10
 BuildRequires:	libsignon-qt5-devel >= 8.55
+BuildRequires:	ninja
 BuildRequires:	qca-qt5-devel
 BuildRequires:	qt5-build >= %{qtver}
 BuildRequires:	rpmbuild(macros) >= 1.164
@@ -44,14 +45,14 @@ KDE Telepathy authentication handler.
 install -d build
 cd build
 %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 %{kaname} --all-name --with-kde
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-ktp-auth-handler.git/commitdiff/39950b83597f2297cd227d3bf6b0e888b70cafb4



More information about the pld-cvs-commit mailing list