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

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


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

    - updated to 18.12.1; ninja

 ka5-kbounce.spec | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/ka5-kbounce.spec b/ka5-kbounce.spec
index 6433769..69a799c 100644
--- a/ka5-kbounce.spec
+++ b/ka5-kbounce.spec
@@ -1,14 +1,14 @@
-%define		kdeappsver	18.12.0
+%define		kdeappsver	18.12.1
 %define		qtver		5.9.0
 %define		kaname		kbounce
 Summary:	Kbounce
 Name:		ka5-%{kaname}
-Version:	18.12.0
+Version:	18.12.1
 Release:	1
 License:	GPL v2+/LGPL v2.1+
 Group:		X11/Applications/Games
 Source0:	http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5:	991df33a858011a174593cf4d1d68e82
+# Source0-md5:	f8728ee96a75c8b2219ffd5dd02b5ce9
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= %{qtver}
 BuildRequires:	Qt5Gui-devel >= 5.11.1
@@ -18,7 +18,7 @@ BuildRequires:	Qt5Svg-devel
 BuildRequires:	Qt5Widgets-devel
 BuildRequires:	cmake >= 2.8.12
 BuildRequires:	gettext-devel
-BuildRequires:	ka5-libkdegames-devel >= 18.12.0
+BuildRequires:	ka5-libkdegames-devel >= %{kdeappsver}
 BuildRequires:	kf5-extra-cmake-modules >= 5.53.0
 BuildRequires:	kf5-kcompletion-devel >= 5.30.0
 BuildRequires:	kf5-kconfig-devel >= 5.30.0
@@ -31,6 +31,7 @@ BuildRequires:	kf5-ki18n-devel >= 5.30.0
 BuildRequires:	kf5-kio-devel >= 5.30.0
 BuildRequires:	kf5-kwidgetsaddons-devel >= 5.30.0
 BuildRequires:	kf5-kxmlgui-devel >= 5.30.0
+BuildRequires:	ninja
 BuildRequires:	qt5-build >= %{qtver}
 BuildRequires:	rpmbuild(macros) >= 1.164
 BuildRequires:	shared-mime-info
@@ -51,14 +52,14 @@ new walls to decrease the size of the active field.
 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-kbounce.git/commitdiff/2921150144091ea675479f395e61f4e1cfa2ec02



More information about the pld-cvs-commit mailing list