commit b2af2e16749225f1a23f11264c4b5e516a18e3fc
Author: Witold Filipczyk <[email protected]>
Date:   Mon Mar 25 08:49:56 2019 +0100

    -updated to 5.56

 kf5-kirigami2.spec | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/kf5-kirigami2.spec b/kf5-kirigami2.spec
index 878af3e..f3d6718 100644
--- a/kf5-kirigami2.spec
+++ b/kf5-kirigami2.spec
@@ -2,17 +2,17 @@
 # TODO:
 # - runtime Requires if any
 
-%define                kdeframever     5.53
+%define                kdeframever     5.56
 %define                qtver           5.9.0
 %define                kfname          kirigami2
 Summary:       Kirigami2 library
 Name:          kf5-%{kfname}
-Version:       5.53.0
+Version:       5.56.0
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
 Source0:       
http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 66df9ccd7ad082f04aaa5d602f6c9744
+# Source0-md5: b53c211a97fc1574d372922fbf528463
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= %{qtver}
@@ -22,6 +22,7 @@ BuildRequires:        Qt5Test-devel >= %{qtver}
 BuildRequires: catdoc
 BuildRequires: cmake >= 2.8.12
 BuildRequires: kf5-extra-cmake-modules >= 1.4.0
+BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: tar >= 1:1.22
@@ -50,15 +51,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 libkirigami2plugin --with-qm
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kirigami2.git/commitdiff/b2af2e16749225f1a23f11264c4b5e516a18e3fc

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to