[packages/kp5-discover] - updated to 5.27.7; cmake -B build
witekfl
witekfl at pld-linux.org
Wed Aug 2 12:28:51 CEST 2023
commit 7fa5bc1fffd68a2752873a9e3226a1dfc7a7b3bd
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Wed Aug 2 11:23:16 2023 +0200
- updated to 5.27.7; cmake -B build
kp5-discover.spec | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-discover.spec b/kp5-discover.spec
index 4982544..e821dc3 100644
--- a/kp5-discover.spec
+++ b/kp5-discover.spec
@@ -1,17 +1,17 @@
#
# Conditional build:
%bcond_with tests # build with tests
-%define kdeplasmaver 5.27.6
+%define kdeplasmaver 5.27.7
%define qtver 5.15.2
%define kpname discover
Summary: discover
Name: kp5-%{kpname}
-Version: 5.27.6
+Version: 5.27.7
Release: 1
License: GPL v2+/LGPL v2.1+
Group: X11/Libraries
Source0: https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: 62ccc79094b32efbd546cbee29a8d629
+# Source0-md5: 7857d8972a9cc45cc3b672a6d5ff2b12
URL: http://www.kde.org/
BuildRequires: AppStream-qt-devel >= 0.15.3
BuildRequires: Qt5Concurrent-devel >= %{qtver}
@@ -26,7 +26,7 @@ BuildRequires: Qt5Test-devel >= %{qtver}
BuildRequires: Qt5WebView-devel >= %{qtver}
BuildRequires: Qt5Widgets-devel >= %{qtver}
BuildRequires: Qt5Xml-devel >= %{qtver}
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16.0
BuildRequires: flatpak-devel
BuildRequires: fwupd-devel
BuildRequires: kf5-extra-cmake-modules >= 1.4.0
@@ -67,14 +67,12 @@ discover
%setup -q -n %{kpname}-%{version}
%build
-install -d build
-cd build
-%cmake -G Ninja \
+%cmake -B build \
+ -G Ninja \
%{!?with_tests:-DBUILD_TESTING=OFF} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DHTML_INSTALL_DIR=%{_kdedocdir} \
- ..
-%ninja_build
+ -DHTML_INSTALL_DIR=%{_kdedocdir}
+%ninja_build -C build
%if %{with tests}
ctest
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kp5-discover.git/commitdiff/7fa5bc1fffd68a2752873a9e3226a1dfc7a7b3bd
More information about the pld-cvs-commit
mailing list