[packages/kf5-kdeclarative] -updated to 5.56
witekfl
witekfl at pld-linux.org
Mon Mar 25 08:49:17 CET 2019
commit d986e769f0c0f3e383eff9865887a0aa83e8cffa
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Mon Mar 25 08:49:12 2019 +0100
-updated to 5.56
kf5-kdeclarative.spec | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec
index 93eb5fb..2870b45 100644
--- a/kf5-kdeclarative.spec
+++ b/kf5-kdeclarative.spec
@@ -1,15 +1,15 @@
-%define kdeframever 5.53
+%define kdeframever 5.56
%define qtver 5.9.0
%define kfname kdeclarative
Summary: Integration of QML and KDE work spaces
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: 89d9a968e01ad5c5937628dfc0b107f1
+# Source0-md5: 026ce4fdb02dbc05549742756f004d1e
URL: http://www.kde.org/
BuildRequires: Qt5Core-devel >= %{qtver}
BuildRequires: Qt5DBus-devel >= %{qtver}
@@ -48,6 +48,7 @@ BuildRequires: kf5-kxmlgui-devel >= %{version}
BuildRequires: kf5-solid-devel >= %{version}
BuildRequires: kf5-sonnet-devel >= %{version}
BuildRequires: libepoxy-devel
+BuildRequires: ninja
BuildRequires: rpmbuild(macros) >= 1.164
BuildRequires: tar >= 1:1.22
BuildRequires: xz
@@ -78,16 +79,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-kdeclarative.git/commitdiff/d986e769f0c0f3e383eff9865887a0aa83e8cffa
More information about the pld-cvs-commit
mailing list