[packages/kf5-kinit] -updated to 5.56
witekfl
witekfl at pld-linux.org
Mon Mar 25 08:49:03 CET 2019
commit f0c7b36e6fac68f23c64dbdb58afc4589f200478
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Mon Mar 25 08:48:57 2019 +0100
-updated to 5.56
kf5-kinit.spec | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/kf5-kinit.spec b/kf5-kinit.spec
index a2cd4c8..8f14d35 100644
--- a/kf5-kinit.spec
+++ b/kf5-kinit.spec
@@ -1,21 +1,22 @@
-%define kdeframever 5.53
+%define kdeframever 5.56
%define qtver 5.9.0
%define kfname kinit
Summary: Helper library to speed up start of applications on KDE workspaces
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: f4c46a0a8e3e0cd7134c82895b47bb83
+# Source0-md5: 45b405b1a0305c903355ca42c744e1ae
URL: http://www.kde.org/
BuildRequires: cmake >= 2.8.12
BuildRequires: gettext-devel
BuildRequires: kf5-extra-cmake-modules >= 1.4.0
BuildRequires: kf5-kio-devel >= %{version}
BuildRequires: libcap-devel
+BuildRequires: ninja
BuildRequires: rpmbuild(macros) >= 1.164
BuildRequires: tar >= 1:1.22
BuildRequires: xorg-lib-libX11-devel
@@ -54,16 +55,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 %{kfname}5
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kf5-kinit.git/commitdiff/f0c7b36e6fac68f23c64dbdb58afc4589f200478
More information about the pld-cvs-commit
mailing list