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

witekfl witekfl at pld-linux.org
Sat Jan 12 23:12:55 CET 2019


commit 8495cdb68a48b95b11b0a9fa39c12e841a9d11b7
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sat Jan 12 23:12:49 2019 +0100

    - updated to 18.12.1; ninja

 ka5-klines.spec | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/ka5-klines.spec b/ka5-klines.spec
index f9e0894..93d7fc7 100644
--- a/ka5-klines.spec
+++ b/ka5-klines.spec
@@ -1,14 +1,14 @@
-%define		kdeappsver	18.12.0
+%define		kdeappsver	18.12.1
 %define		qtver		5.9.0
 %define		kaname		klines
 Summary:	klines
 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:	597c95682fba93a4fb2a20461da917b2
+# Source0-md5:	5375b8e64cf5de8aa44b65debc04cb83
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= %{qtver}
 BuildRequires:	Qt5Gui-devel >= 5.11.1
@@ -17,7 +17,7 @@ BuildRequires:	Qt5Quick-devel >= 5.11.1
 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.30.0
 BuildRequires:	kf5-kconfig-devel >= 5.30.0
 BuildRequires:	kf5-kconfigwidgets-devel >= 5.30.0
@@ -28,6 +28,7 @@ BuildRequires:	kf5-kdoctools-devel >= 5.30.0
 BuildRequires:	kf5-ki18n-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
@@ -48,14 +49,14 @@ is removed from the board, therefore freeing precious space.
 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-klines.git/commitdiff/8495cdb68a48b95b11b0a9fa39c12e841a9d11b7



More information about the pld-cvs-commit mailing list