[packages/kp5-kdecoration] - updated to 5.15.3

witekfl witekfl at pld-linux.org
Mon Mar 25 08:57:07 CET 2019


commit 14f4b8d9e219462a437a4f560929c9e76112ea15
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Mon Mar 25 08:57:02 2019 +0100

    - updated to 5.15.3

 kp5-kdecoration.spec | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/kp5-kdecoration.spec b/kp5-kdecoration.spec
index f279e6e..8d15a0b 100644
--- a/kp5-kdecoration.spec
+++ b/kp5-kdecoration.spec
@@ -1,18 +1,19 @@
-%define		kdeplasmaver	5.14.5
+%define		kdeplasmaver	5.15.3
 %define		qtver		5.9.0
 %define		kpname		kdecoration
 Summary:	A plugin-based library to create window decorations
 Name:		kp5-%{kpname}
-Version:	5.14.5
+Version:	5.15.3
 Release:	1
 License:	GPL v2+/LGPL v2.1+
 Group:		X11/Libraries
 Source0:	http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5:	8cd8c2b5f0ba1e315479e4972821b25f
+# Source0-md5:	b0cbc29002c38525f06e25926e41ce46
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= %{qtver}
 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
@@ -40,15 +41,14 @@ Pliki nagłówkowe dla programistów używających %{kpname}.
 %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 %{kpname} --all-name --with-kde
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-kdecoration.git/commitdiff/14f4b8d9e219462a437a4f560929c9e76112ea15



More information about the pld-cvs-commit mailing list