commit ef77b2ead8fb7560e7e3986f9c00f1385e8fa4b8
Author: Witold Filipczyk <[email protected]>
Date:   Mon Mar 25 08:46:30 2019 +0100

    -updated to 5.56

 kf5-kwindowsystem.spec | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec
index e184395..46d0d1a 100644
--- a/kf5-kwindowsystem.spec
+++ b/kf5-kwindowsystem.spec
@@ -1,15 +1,15 @@
-%define                kdeframever     5.53
+%define                kdeframever     5.56
 %define                qtver           5.9.0
 %define                kfname          kwindowsystem
 
 Summary:       Access to the windowing system
 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: 6f7d0cc6d6fda9795035426ca14011ee
+# Source0-md5: 4cec43e5c481322f0b36e78d6b5688a5
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= %{qtver}
@@ -19,6 +19,7 @@ BuildRequires:        Qt5X11Extras-devel >= %{qtver}
 BuildRequires: cmake >= 2.8.12
 BuildRequires: kf5-extra-cmake-modules >= 1.4.0
 BuildRequires: libxcb-devel
+BuildRequires: ninja
 BuildRequires: pkgconfig
 BuildRequires: qt5-linguist >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.164
@@ -62,16 +63,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_qt --with-qm --all-name --with-kde
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kwindowsystem.git/commitdiff/ef77b2ead8fb7560e7e3986f9c00f1385e8fa4b8

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

Reply via email to