[packages/ka5-kcron] - updated to 18.12.1; ninja

witekfl witekfl at pld-linux.org
Sat Jan 12 20:29:45 CET 2019


commit 31b3a01d0194ec7b9495e6e38f2e3978e00b2c39
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sat Jan 12 20:29:40 2019 +0100

    - updated to 18.12.1; ninja

 ka5-kcron.spec | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/ka5-kcron.spec b/ka5-kcron.spec
index dd15892..810c87e 100644
--- a/ka5-kcron.spec
+++ b/ka5-kcron.spec
@@ -1,14 +1,14 @@
-%define		kdeappsver	18.12.0
+%define		kdeappsver	18.12.1
 %define		qtver		5.9.0
 %define		kaname		kcron
 Summary:	kcron
 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:	5129928fa870e111a62069eb6207f27a
+# Source0-md5:	68f3bddaea1e07c54242632a1a81f796
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel
 BuildRequires:	Qt5Core-devel >= %{qtver}
@@ -23,6 +23,7 @@ BuildRequires:	kf5-kdoctools-devel
 BuildRequires:	kf5-ki18n-devel
 BuildRequires:	kf5-kiconthemes-devel
 BuildRequires:	kf5-kio-devel
+BuildRequires:	ninja
 BuildRequires:	qt5-build >= %{qtver}
 BuildRequires:	rpmbuild(macros) >= 1.164
 BuildRequires:	shared-mime-info
@@ -41,14 +42,14 @@ background using cron.
 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-kcron.git/commitdiff/31b3a01d0194ec7b9495e6e38f2e3978e00b2c39



More information about the pld-cvs-commit mailing list