[packages/kp5-kdecoration] - updated to 5.27.7; cmake -B build
witekfl
witekfl at pld-linux.org
Wed Aug 2 12:25:56 CEST 2023
commit e40f4d2710ef1eb292838e558135b2f6f24aa6ed
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Wed Aug 2 11:19:57 2023 +0200
- updated to 5.27.7; cmake -B build
kp5-kdecoration.spec | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-kdecoration.spec b/kp5-kdecoration.spec
index c7024b9..b500008 100644
--- a/kp5-kdecoration.spec
+++ b/kp5-kdecoration.spec
@@ -1,20 +1,20 @@
#
# 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 kdecoration
Summary: A plugin-based library to create window decorations
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: d9af0a221936170c633b96f17bffdfa3
+# Source0-md5: f8e36636128efc0172b0664df372f350
URL: http://www.kde.org/
BuildRequires: Qt5Core-devel >= %{qtver}
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16.0
BuildRequires: kf5-extra-cmake-modules >= 1.4.0
BuildRequires: ninja
BuildRequires: qt5-build >= %{qtver}
@@ -42,13 +42,11 @@ Pliki nagłówkowe dla programistów używających %{kpname}.
%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 \
- ..
-%ninja_build
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+%ninja_build -C build
%if %{with tests}
ctest
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kp5-kdecoration.git/commitdiff/e40f4d2710ef1eb292838e558135b2f6f24aa6ed
More information about the pld-cvs-commit
mailing list