[packages/kf5-breeze-icons] -updated to 5.56
witekfl
witekfl at pld-linux.org
Mon Mar 25 08:53:20 CET 2019
commit 46ca9686e1136d61a352c85987499c9f228ba199
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Mon Mar 25 08:53:15 2019 +0100
-updated to 5.56
kf5-breeze-icons.spec | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/kf5-breeze-icons.spec b/kf5-breeze-icons.spec
index f8fdcba..a057520 100644
--- a/kf5-breeze-icons.spec
+++ b/kf5-breeze-icons.spec
@@ -1,21 +1,22 @@
-%define kdeframever 5.53
+%define kdeframever 5.56
%define qtver 5.9.0
%define kfname breeze-icons
Summary: breeze icons
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: a556bc1666851b8437ccaafd8cefe1d2
+# Source0-md5: e708f4df6128da1ea7c7493d3da836e4
URL: http://www.kde.org/
BuildRequires: Qt5Core-devel >= %{qtver}
BuildRequires: Qt5Test-devel >= %{qtver}
BuildRequires: cmake >= 2.8.12
BuildRequires: gettext-devel
-BuildRequires: kf5-extra-cmake-modules >= 1.4.0
+BuildRequires: kf5-extra-cmake-modules >= %{version}
+BuildRequires: ninja
BuildRequires: pkgconfig
BuildRequires: qt5-linguist >= %{qtver}
BuildRequires: rpmbuild(macros) >= 1.164
@@ -37,16 +38,14 @@ Breeze-icons is a freedesktop.org compatible icon theme.
%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
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kf5-breeze-icons.git/commitdiff/46ca9686e1136d61a352c85987499c9f228ba199
More information about the pld-cvs-commit
mailing list