[packages/kf5-syntax-highlighting] -updated to 5.56

witekfl witekfl at pld-linux.org
Mon Mar 25 08:50:52 CET 2019


commit 0e0ede987de3d68ef21c6b0f1005f081dfe5d529
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Mon Mar 25 08:50:46 2019 +0100

    -updated to 5.56

 kf5-syntax-highlighting.spec | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/kf5-syntax-highlighting.spec b/kf5-syntax-highlighting.spec
index e03ebcf..0176bb1 100644
--- a/kf5-syntax-highlighting.spec
+++ b/kf5-syntax-highlighting.spec
@@ -1,16 +1,17 @@
-%define		kdeframever	5.53
+%define		kdeframever	5.56
 %define		qtver		5.9.0
 %define		kfname		syntax-highlighting
 
 Summary:	Syntax highlighting
 Name:		kf5-%{kfname}
-Version:	5.53.0
+Version:	5.56.0
 Release:	1
 License:	LGPL v2.1+
 Group:		X11/Libraries
 Source0:	http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5:	62d67899a9cd5cd6b93761ebafd88942
+# Source0-md5:	9cb5b2eb63776bf69fa196f45fd53675
 URL:		http://www.kde.org/
+BuildRequires:	ninja
 BuildRequires:	rpmbuild(macros) >= 1.164
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	xz
@@ -40,16 +41,14 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 %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 syntaxhighlighting5 --with-qm
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-syntax-highlighting.git/commitdiff/0e0ede987de3d68ef21c6b0f1005f081dfe5d529



More information about the pld-cvs-commit mailing list