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

witekfl witekfl at pld-linux.org
Sun Jan 13 15:59:42 CET 2019


commit b4201b0843c8ad0646e79b529a9452806e39ef02
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sun Jan 13 15:59:36 2019 +0100

    - updated to 18.12.1; ninja

 ka5-parley.spec | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/ka5-parley.spec b/ka5-parley.spec
index 4ef1dee..0ba5257 100644
--- a/ka5-parley.spec
+++ b/ka5-parley.spec
@@ -1,14 +1,14 @@
-%define		kdeappsver	18.12.0
+%define		kdeappsver	18.12.1
 %define		qtver		5.9.0
 %define		kaname		parley
 Summary:	parley
 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:	47f5de96b30eb2ecbcaeb40aeec74d24
+# Source0-md5:	0bcb774f1f8d37709842a87e15031c52
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Concurrent-devel
 BuildRequires:	Qt5Core-devel >= %{qtver}
@@ -40,6 +40,7 @@ BuildRequires:	kf5-knotifications-devel >= 5.22
 BuildRequires:	kf5-kross-devel >= 5.22
 BuildRequires:	kf5-kxmlgui-devel >= 5.22
 BuildRequires:	kf5-sonnet-devel >= 5.22
+BuildRequires:	ninja
 BuildRequires:	qt5-build >= %{qtver}
 BuildRequires:	rpmbuild(macros) >= 1.164
 BuildRequires:	shared-mime-info
@@ -82,14 +83,14 @@ hand and is easily usable with scripts
 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-parley.git/commitdiff/b4201b0843c8ad0646e79b529a9452806e39ef02



More information about the pld-cvs-commit mailing list