[packages/kp5-plasma-welcome] - updated to 5.27.7; cmake -B build
witekfl
witekfl at pld-linux.org
Wed Aug 2 12:29:09 CEST 2023
commit eeead61a2b364d9d628fd02a9738ff31cb9be1af
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Wed Aug 2 11:23:36 2023 +0200
- updated to 5.27.7; cmake -B build
kp5-plasma-welcome.spec | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-plasma-welcome.spec b/kp5-plasma-welcome.spec
index c4587d0..0fd2b3a 100644
--- a/kp5-plasma-welcome.spec
+++ b/kp5-plasma-welcome.spec
@@ -1,19 +1,19 @@
#
# 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 plasma-welcome
%define kf5ver 5.102.0
Summary: Plasma Welcome App
Name: kp5-%{kpname}
-Version: 5.27.6
+Version: 5.27.7
Release: 1
License: LGPL v2.1+
Group: X11/Applications
Source0: https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: f7ec540e26a0ba5ee50edb01a1f17b8c
+# Source0-md5: 9eadbc5ec19e2122f81742e0f38941f7
URL: https://kde.org/
BuildRequires: Qt5Core-devel >= 5.15.2
BuildRequires: Qt5Gui-devel >= 5.15.2
@@ -23,7 +23,7 @@ BuildRequires: Qt5Quick-controls2-devel
BuildRequires: Qt5Quick-devel
BuildRequires: Qt5Svg-devel
BuildRequires: Qt5Widgets-devel >= 5.15.0
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16.0
BuildRequires: fontconfig-devel
BuildRequires: freetype-devel
BuildRequires: gettext
@@ -79,14 +79,12 @@ There are two usage modes:
%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-plasma-welcome.git/commitdiff/eeead61a2b364d9d628fd02a9738ff31cb9be1af
More information about the pld-cvs-commit
mailing list