[packages/kp5-khotkeys] - updated to 5.15.3

witekfl witekfl at pld-linux.org
Mon Mar 25 08:58:41 CET 2019


commit 8e4b8fb872e1272d6c0e0e0cef054efb92f85b3b
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Mon Mar 25 08:58:36 2019 +0100

    - updated to 5.15.3

 kp5-khotkeys.spec | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/kp5-khotkeys.spec b/kp5-khotkeys.spec
index c33f8f1..7244e9d 100644
--- a/kp5-khotkeys.spec
+++ b/kp5-khotkeys.spec
@@ -1,15 +1,15 @@
-%define		kdeplasmaver	5.14.5
+%define		kdeplasmaver	5.15.3
 %define		qtver		5.9.0
 %define		kpname		khotkeys
 
 Summary:	Hot keys handling
 Name:		kp5-%{kpname}
-Version:	5.14.5
+Version:	5.15.3
 Release:	1
 License:	LGPL v2.1+
 Group:		X11/Libraries
 Source0:	http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5:	25de6b6dc61148c06981137648828c0d
+# Source0-md5:	9eebf70f99a2eb0d0a62285d47a8542e
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= %{qtver}
 BuildRequires:	cmake >= 2.8.12
@@ -22,6 +22,7 @@ BuildRequires:	kf5-kio-devel
 BuildRequires:	kf5-kxmlgui-devel
 BuildRequires:	kf5-plasma-framework-devel
 BuildRequires:	kp5-plasma-workspace-devel
+BuildRequires:	ninja
 BuildRequires:	rpmbuild(macros) >= 1.164
 BuildRequires:	xz
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -49,16 +50,14 @@ Pliki nagłówkowe dla programistów używających %{kpname}.
 %build
 install -d build
 cd build
-%cmake \
+%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 %{kpname} --all-name --with-kde
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-khotkeys.git/commitdiff/8e4b8fb872e1272d6c0e0e0cef054efb92f85b3b



More information about the pld-cvs-commit mailing list