From b4201b0843c8ad0646e79b529a9452806e39ef02 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sun, 13 Jan 2019 15:59:36 +0100 Subject: [PATCH] - updated to 18.12.1; ninja --- ka5-parley.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ka5-parley.spec b/ka5-parley.spec index 4ef1dee..0ba5257 100644 --- a/ka5-parley.spec +++ b/ka5-parley.spec @@ -1,14 +1,14 @@ -%define kdeappsver 18.12.0 +%define kdeappsver 18.12.1 %define qtver 5.9.0 %define kaname parley Summary: parley Name: ka5-%{kaname} -Version: 18.12.0 +Version: 18.12.1 Release: 1 License: GPL v2+/LGPL v2.1+ Group: X11/Applications Source0: http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz -# Source0-md5: 47f5de96b30eb2ecbcaeb40aeec74d24 +# Source0-md5: 0bcb774f1f8d37709842a87e15031c52 URL: http://www.kde.org/ BuildRequires: Qt5Concurrent-devel BuildRequires: Qt5Core-devel >= %{qtver} @@ -40,6 +40,7 @@ BuildRequires: kf5-knotifications-devel >= 5.22 BuildRequires: kf5-kross-devel >= 5.22 BuildRequires: kf5-kxmlgui-devel >= 5.22 BuildRequires: kf5-sonnet-devel >= 5.22 +BuildRequires: ninja BuildRequires: qt5-build >= %{qtver} BuildRequires: rpmbuild(macros) >= 1.164 BuildRequires: shared-mime-info @@ -82,14 +83,14 @@ hand and is easily usable with scripts install -d build cd build %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 %{kaname} --all-name --with-kde -- 2.43.0