[packages/kp5-xdg-desktop-portal-kde] - updated to 5.15.3
witekfl
witekfl at pld-linux.org
Mon Mar 25 09:01:30 CET 2019
commit 664176dfda4c1b2ffdeb83350ccd8c4cac5035ad
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Mon Mar 25 09:01:25 2019 +0100
- updated to 5.15.3
kp5-xdg-desktop-portal-kde.spec | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/kp5-xdg-desktop-portal-kde.spec b/kp5-xdg-desktop-portal-kde.spec
index d36adb1..c72f2f3 100644
--- a/kp5-xdg-desktop-portal-kde.spec
+++ b/kp5-xdg-desktop-portal-kde.spec
@@ -1,15 +1,15 @@
-%define kdeplasmaver 5.14.5
+%define kdeplasmaver 5.15.3
%define qtver 5.9.0
%define kpname xdg-desktop-portal-kde
Summary: KDE XDG Desktop Portal
Name: kp5-%{kpname}
-Version: 5.14.5
+Version: 5.15.3
Release: 1
License: LGPL v2.1+
Group: X11/Libraries
Source0: http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: e13a7259f9749c765b2bd8ea5eb4175d
+# Source0-md5: 2492e7e238944e5f573857a8a8d66276
URL: http://www.kde.org/
BuildRequires: Qt5Core-devel >= %{qtver}
BuildRequires: cmake >= 2.8.12
@@ -31,6 +31,7 @@ BuildRequires: kf5-kpeople-devel
BuildRequires: kf5-krunner-devel
BuildRequires: kf5-kwallet-devel
BuildRequires: kf5-plasma-framework-devel
+BuildRequires: ninja
BuildRequires: rpmbuild(macros) >= 1.164
BuildRequires: xorg-driver-input-evdev-devel
BuildRequires: xorg-driver-input-synaptics-devel
@@ -50,16 +51,14 @@ containment frameworks.
%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-xdg-desktop-portal-kde.git/commitdiff/664176dfda4c1b2ffdeb83350ccd8c4cac5035ad
More information about the pld-cvs-commit
mailing list