[packages/kf5-kiconthemes] -updated to 5.56
witekfl
witekfl at pld-linux.org
Mon Mar 25 08:48:03 CET 2019
commit 100798557a8e54eb31065fc725d6d38732909c9c
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Mon Mar 25 08:47:58 2019 +0100
-updated to 5.56
kf5-kiconthemes.spec | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec
index ba3ece7..0166e8b 100644
--- a/kf5-kiconthemes.spec
+++ b/kf5-kiconthemes.spec
@@ -1,15 +1,15 @@
-%define kdeframever 5.53
+%define kdeframever 5.56
%define qtver 5.9.0
%define kfname kiconthemes
Summary: Icon GUI utilities
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: 234017ec51e4dc3f02989af75121e8f5
+# Source0-md5: f48bc1e2268193f0abe07cb18a1d5b25
URL: http://www.kde.org/
BuildRequires: Qt5Core-devel >= %{qtver}
BuildRequires: Qt5DBus-devel >= %{qtver}
@@ -30,6 +30,7 @@ BuildRequires: kf5-kguiaddons-devel >= %{version}
BuildRequires: kf5-ki18n-devel >= %{version}
BuildRequires: kf5-kitemviews-devel >= %{version}
BuildRequires: kf5-kwidgetsaddons-devel >= %{version}
+BuildRequires: ninja
BuildRequires: pkgconfig
BuildRequires: qt5-linguist >= %{qtver}
BuildRequires: rpmbuild(macros) >= 1.164
@@ -72,16 +73,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-kiconthemes.git/commitdiff/100798557a8e54eb31065fc725d6d38732909c9c
More information about the pld-cvs-commit
mailing list