[packages/ka5-baloo-widgets] - updated to 18.12.1; ninja

witekfl witekfl at pld-linux.org
Sat Jan 12 16:58:21 CET 2019


commit 59305f40ce80a9b20f2bffcfa496b7cf5e80e106
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sat Jan 12 16:58:15 2019 +0100

    - updated to 18.12.1; ninja

 ka5-baloo-widgets.spec | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/ka5-baloo-widgets.spec b/ka5-baloo-widgets.spec
index 4f54a98..bdebca9 100644
--- a/ka5-baloo-widgets.spec
+++ b/ka5-baloo-widgets.spec
@@ -1,14 +1,14 @@
-%define		kdeappsver	18.12.0
+%define		kdeappsver	18.12.1
 %define		qtver		5.9.0
 %define		kaname		baloo-widgets
 Summary:	Baloo widgets
 Name:		ka5-%{kaname}
-Version:	18.12.0
+Version:	18.12.1
 Release:	1
 License:	GPL v2+/LGPL v2.1+
 Group:		X11/Libraries
 Source0:	http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5:	355a3e9643baefd4dae0afd5ec13f00c
+# Source0-md5:	95f539a2488016d517b3d05fc58f7b19
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= %{qtver}
 BuildRequires:	Qt5Gui-devel >= 5.11.1
@@ -22,6 +22,7 @@ BuildRequires:	kf5-kconfig-devel >= 5.43.0
 BuildRequires:	kf5-kfilemetadata-devel >= 5.43.0
 BuildRequires:	kf5-ki18n-devel >= 5.43.0
 BuildRequires:	kf5-kio-devel >= 5.43.0
+BuildRequires:	ninja
 BuildRequires:	qt5-build >= %{qtver}
 BuildRequires:	rpmbuild(macros) >= 1.164
 BuildRequires:	shared-mime-info
@@ -51,14 +52,14 @@ Pliki nagłówkowe dla programistów używających %{kaname}.
 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-baloo-widgets.git/commitdiff/59305f40ce80a9b20f2bffcfa496b7cf5e80e106



More information about the pld-cvs-commit mailing list