[packages/ka5-umbrello] - updated to 18.12.1; ninja
witekfl
witekfl at pld-linux.org
Sun Jan 13 17:00:47 CET 2019
commit 792b36145b322a42879ccbc27d24599958f2919d
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Sun Jan 13 17:00:41 2019 +0100
- updated to 18.12.1; ninja
ka5-umbrello.spec | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/ka5-umbrello.spec b/ka5-umbrello.spec
index 2573a56..4789b96 100644
--- a/ka5-umbrello.spec
+++ b/ka5-umbrello.spec
@@ -1,14 +1,14 @@
-%define kdeappsver 18.12.0
+%define kdeappsver 18.12.1
%define qtver 5.9.0
%define kaname umbrello
Summary: Umbrello
Name: ka5-%{kaname}
-Version: 18.12.0
+Version: 18.12.1
Release: 1
License: GPL v2+/LGPL v2.1+
Group: X11/Libraries
Source0: http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: e4998fc4e92d2b1420b5fee4fc33e1ce
+# Source0-md5: 13f64d7ea268a16166df994ed7d766a6
URL: http://www.kde.org/
BuildRequires: Qt5Core-devel >= %{qtver}
BuildRequires: Qt5Gui-devel
@@ -37,6 +37,7 @@ BuildRequires: kf5-kwindowsystem-devel
BuildRequires: kf5-kxmlgui-devel
BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
+BuildRequires: ninja
BuildRequires: qt5-build >= %{qtver}
BuildRequires: rpmbuild(macros) >= 1.164
BuildRequires: shared-mime-info
@@ -64,14 +65,14 @@ Features
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ka5-umbrello.git/commitdiff/792b36145b322a42879ccbc27d24599958f2919d
More information about the pld-cvs-commit
mailing list