[packages/kf5-solid] -updated to 5.56
witekfl
witekfl at pld-linux.org
Mon Mar 25 08:48:24 CET 2019
commit 2764a28d3d06c8c0ce87e9fc8f1a594c64acde96
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Mon Mar 25 08:48:18 2019 +0100
-updated to 5.56
kf5-solid.spec | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/kf5-solid.spec b/kf5-solid.spec
index 607a188..666527c 100644
--- a/kf5-solid.spec
+++ b/kf5-solid.spec
@@ -1,15 +1,15 @@
-%define kdeframever 5.53
+%define kdeframever 5.56
%define qtver 5.9.0
%define kfname solid
Summary: Desktop hardware abstraction
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: b7ca9416caae95bb56d72e062a31023b
+# Source0-md5: 2b3708251bb4f86b5b9aae5c4c61348b
URL: http://www.kde.org/
BuildRequires: Qt5Concurrent-devel >= %{qtver}
BuildRequires: Qt5Core-devel >= %{qtver}
@@ -23,6 +23,7 @@ BuildRequires: bison
BuildRequires: cmake >= 2.8.12
BuildRequires: flex
BuildRequires: kf5-extra-cmake-modules >= 1.4.0
+BuildRequires: ninja
BuildRequires: qt5-linguist >= %{qtver}
BuildRequires: rpmbuild(macros) >= 1.164
BuildRequires: tar >= 1:1.22
@@ -65,16 +66,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_qt --with-qm --all-name --with-kde
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kf5-solid.git/commitdiff/2764a28d3d06c8c0ce87e9fc8f1a594c64acde96
More information about the pld-cvs-commit
mailing list